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/8.0.1/hotfix-15/ 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 15 are:
CIM-9818
If the values of PRODUCTID and PRODUCTIDEXT were modified, they could not be changed back to original values.
CIM-10013
When an external application link was directed to record view or modify screen, an exception was thrown on clicking "Save" or "Save and Process" button.
CIM-10070
UI text search did not return all matching records because of default setting of 25 matches to be returned by advanced matching engine.
To fix this, add the following configuration property to ConfigValues.xml with value as a number larger than 25.
<ConfValue description="This value defines number of matches requested from netrics" name="Number of matches requested" propname="com.tibco.cim.netrics.noOfMatchesRequested" sinceVersion="8.0" visibility="Advanced">
<ConfNum default="25" value="500"/>
</ConfValue>
CIM-10106
Web Service failed while retrieving Master Data MetaData.
CIM-10350
DBLoader did not handle multivalued attributes.
CIM-10432
Impossible to extract outputmaps error occurred when large number of relationship names were defined in GetRecord activity.
CIM-10436
When validation error was encountered and "Back" button was clicked from child repository, it returned to parent repository instead of child repository.