Product: Metastorm BPM®
Release: 7.6 SR3
Hotfix: 7****.6.3.6
Affected Components: Metastorm Web Client
Purpose of the hotfix:
This hotfix addresses the following issues:
- In a load balancing environment with two Web Clients, the folder response is cached leading to incorrect results. (Metastorm \# SR-12162010-0001, PF35482)
Implications of the hotfix and other considerations:
- Databases need to be setup with appropriate character set (for example East European character set) to support specific characters.
- Metastorm SharePoint Document Management System (DMS) supports working with files located only in SharePoint Document Libraries’ folders.
- If configured already, verify that DMS assembly version parameter web.config file of the Web Client is changed after the installation of this hotfix as follows:
...
provider="Metastorm.Dms.SharePoint,Version=7.0.0.0,Culture=neutral,PublicKeyToken=0fa3cc64eebf4c8b" type="Metastorm.Dms.SharePoint.SPDmsProvider"/>
(The DMS provider is defined at the end of web.config)
- As a temporary workaround, this hotfix offers an option to set grid behaviour to the first row of a grid highlighted but not selected. Switch from 7.6 SR3 behaviour can be configured via HighlightRowOnly setting in the web.config as follows:
...
...
...
Setting HighlightRowOnly value to 0 reverts to 7.6 SR3 behaviour.