There is an option in the 'user
preferences' of the WebAccess client to generate thumbnails on document
import or check-in. The thumbnail generation is executed on the Web Access
server, which may lead to performance and/or stability problems. In order
to prevent thumbnail generation by the WebAccess server, a registry key
has been introduced to disable this feature.
HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\AutoMananger Meridian\CurrentVersion\WebLink
DWORD DisableThumbnailUpdate = 0 (default), web access will work as
it currently does
DWORD DisableThumbnailUpdate = 1, no attempt will be made to generate
thumbnails
If this registry value is set to 1, the thumbnail settings in the 'user
preferences' will be ignored.20378
Option for disabling thumbnail generation in webaccess
Required
Date properties would result in errors in WebAccess. This is now fixed.20139 Problem with required date property
in wizard page in webclient
WebAccess
was not able to work with filenames containing a pound sign ('#'). This
is now fixed.19562 Use of # (pound)
sign results in several errors for WebAccess, Cannot initialize user session!,
You are not authorized to view this page
Marking Properties as "Required" with
a conditional expression did not work yet. This is now fixed.18696
'Property Required' expression is evaluated differently in Web Access
Assignments to read/write properties did not work
in WebAccess, where assignments to read-only properties did work. This
is now fixed.17289 Property validation
is not executed for read only properties