book
Article ID: KB0104015
calendar_today
Updated On:
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.1.0/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.1.0 Hotfix 07 are:
CIM-9318
"Inconsistent data object" error occurred if record was saved couple of times as unconfirmed record before saving it as confirmed record.
CIM-11093
Adding related record failed if parent record had special character '+' at the end.
CIM-11105
While adding or modifying records in a hierarchy, if there were validation errors, error occurred on click of "Done" button and the hierarchy could not be saved.
To fix this, add the following property in ConfigValues.xml to ignore reverse relationship validation.
<ConfValue description="" name="Related records validation"
propname="com.tibco.cim.ui.requires.reversevalidation"
sinceVersion="8.1.0" visibility="Advanced">
<ConfString default="no" value="no"/>
</ConfValue>"
CIM-11318
If record had validation errors and rejections, it was not possible to submit the work item.
CIM-11336
Validation error alerts at workitems were shown in spite of resolving the validation errors.
CIM-11466
An error "Record's data cannot be modified as it is in workflow and is pending with user(s)" was displayed in the following scenario.
1.Create two repositories A and B with user-defined attributes ATTR1 for both and with relationship from A to B as AB/BA.
2.Create two users, admin and admin1.
3.Create a "Record Edit Approval" business process rule for repository A and assign the workitems to user admin.
4.Similarly create a "Record Edit Approval" business process rule for repository B and assign the workitems to user admin1.
5.As user admin, add a record a1 to repository A, and click Save and Process.
6.As user admin1, add a record b1 to repository B, and click Save and Process.
7.As admin, open workitem created for record a1, modify record, and add a relationship to record b1, also modify the relationship attribute of that related record. Keep the workitem open.
8.As admin1, open workitem created for record b1, modify record, remove relationship to record a1, and Save. Submit the workitem.
9.As admin1, view the latest confirmed version of record b1 from Browse and Search, error occurred.
CIM-11478
Due to concurrent updates from webservices or JMS messages the relationship versions got corrupt and records did not get modified.
CIM-11485
Principal key OwnerID was not populated when migrating from 6.1.3 to 8.1.0.
CIM-11486
When new attributes were added to the repository, the checksum changed but it did not update the current records.If the record was in workflow then even without data change it created a new version.This new version had errors if it was part of more than one workflow and it also did not allow modification of child record if it was part of two different workflows.
CIM-11497
During synchronization publish a "confirmed records" option is selected then if a higher version unconfirmed version exists, it throws staledata error.
CIM-11506
Clicking on sendreport was giving InternalServerError when synchronization event was associated with large number of records
Issue/Introduction
TIBCO Collaborative Information Manager 8.1.0 Hotfix 07 is now available.
Environment
Product: TIBCO Collaborative Information Manager
Version: 8.1.0
OS: All
--------------------