TIBCO Collaborative Information Manager 8.0.1 Hotfix 07 is now available.
book
Article ID: KB0104995
calendar_today
Updated On:
Products
Versions
TIBCO Collaborative Information Manager
-
Not Applicable
-
Description
Description: The hotfix can be downloaded from the TIBCO Support ftp server, support-ftp.tibco.com. Please use your eSupport username and password to access the server. After connecting, go to /available_downloads/CollaborativeInformationManager/8.0.1/hotfix-07/ to download the hotfix. This .tar file also has the Readme file inside. Please untar the file and look for the Readme file for Instruction on how to apply the hotfix.
The defects fixed in CIM 8.0.1 Hotfix 07 are:
CIM-7909 The 'multi_relationship_record' type rulebase link did not accept more than two relationships.
CIM-8975 While adding the same record as a child for different cross catalog relationships using a web service, one of the relationships was not added.
CIM-8978 On the Relationship tab, the ‘Error’ link was incorrectly shown against the child records in the relationship tree.
CIM-9002 Exporting permissions for a relationship failed.
CIM-9011 During data extraction through synchronization profiles, critical performance issues were observed.
When using a single CIM instance, for a better performance in synchronization it is further recommened to make following change in $MQ_HOME/config/coherence-client-cache-config.xml. Look for <cache-name> RECORDITEM and replace the entire <cache-mapping> XML fragment with the one below. This change enables local cache for RECORDITEM cache. The change will require restart of CIM application server.
<cache-mapping> <cache-name>RECORDITEM</cache-name> <!-- <scheme-name>example-distributed-with-backup</scheme-name> <init-params> <init-param> <param-name>cache-size-limit</param-name> <param-value system-property="recorditem.cache.size.limit">25165824</param-value> </init-param> </init-params> --> <!--Recommended by TIBCO for better performance in synchronization when using a single CIM instance--> <scheme-name>local-map</scheme-name> <init-params> <init-param> <param-name>local-cache-size-limit</param-name> <param-value system-property="recorditem.cache.size.limit">10</param-value> </init-param> </init-params> </cache-mapping>
Issue/Introduction
TIBCO Collaborative Information Manager 8.0.1 Hotfix 07 is now available.
Environment
Product: TIBCO Collaborative Information Manager
Version: 8.0.1
OS: All
--------------------