Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
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/7.0.0/hotfix-06/ 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 7.0.0 Hotfix 6 are:
1-8Y6LK7
Publish failed when some system attributes were mapped to the outmap attributes. This has been fixed.
1-8XMOCM
A record was synchronized even when there was no change in the record. This has been fixed.
1-8Y5KUL
The ImportCatalog activity hung when multiple datasources were imported. This has been fixed.
1-8Y973P
When JMS messages were processed, message sequencing did not work correctly. For message sequencing to work correctly, add the following entries in the ConfigValues.xml file under the 'Messaging Settings' category.
- XPATH_CREATIONDATE: This is the xpath of unique and sequential identifier for incoming message.
- com.tibco.XPATH_REGISTRATIONKEY: This is the list of xpaths which are used for the registration keys.
Sample ConfigValues.xml entries for the above properties are listed below.
<ConfValue name="Registration order XPATH" description="XPATH for unique message identifier used for sequencing" propname="XPATH_CREATIONDATE" sinceVersion="7.0" visibility="All">
<ConfString value="//@externalControlNumber" default="//@externalControlNumber"/>
</ConfValue>
<ConfValue description="Registration keys used for sequencing" listDefault=""
propname="com.tibco.XPATH_REGISTRATIONKEY" sinceVersion="7.0" visibility="Advanced">
<ConfList>
<ConfListString value="//CatalogItem/ItemData/Attribute[@name='PRODUCTID']/Value/text()" />
<ConfListString value="//CatalogItem/ItemData/Attribute[@name='PRODUCTIDEXT']/Value/text()" />
</ConfList>
</ConfValue>