TIBCO Collaborative Information Manager 7.2.1 Hotfix 04 is now available

TIBCO Collaborative Information Manager 7.2.1 Hotfix 04 is now available

book

Article ID: KB0105285

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/7.2.1/hotfix-04/  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.2.1 Hotfix 04 are:

1-ABYPYF
When matched records were viewed from a MatchRecord workitem, the View Record screen showed a bar with records opened prior to opening the current opened record in the workitem. This has been fixed.
              
1-ADZS3A
When an unconfirmed record was rejected and reverted to the last available version, its relationships with other records were lost. This has been fixed to maintain a relationship with last available (confirmed or unconfirmed) version.

To enable this functionality, set the tibco.relationship.pushduringrejection property in ConfigValues.xml to true.

&ltConfValue description="Switch to control relationship push for unconfirmed records." propname="tibco.relationship.pushduringrejection" sinceVersion="7.2" visibility="Advanced">
    &ltConfBool default="false" value="true"/>
</ConfValue>

1-ADNYIC
When a record was modified and the approver rejected the change, comments provided on the Modify Record screen were not shown in the comment history when the record was returned to the initiator for correction. Also, if a record was modified and rejected several times, and comments were added by both the initiator and approver, then only comments of the initiator were shown in the comment history.
This has been fixed.

1-ACBAYG
In the record list page, the navigation buttons (> or <) did not work as expected. This has been fixed.

1-ABYPWA
Synchronization after deleting and recreating a new outputmap resulted in the following error:
"CAT-1030: Master catalog or output map with name or ID not found."
This has been fixed.

1-AGRB4U
Under Inbox closed items, both the Submit and Cancel buttons were visible. This has been fixed to make only the Cancel button visible.

1-AGT7K0
Propagate constraint did not work as expected with TIBCO Collaborative Information Manager 7.1.0_hotfix10. This has been fixed.

1-AEY2YE
Compare Versions did not work as expected. This has been fixed.

1-AHILKP
Performance issues were observed while viewing or modifying a record with large number of relationships. To fix this and make the Record View page load faster when there are multilevel multiple relations for a record, set the following properties in ConfigValues.xml:
tibco.optimization.recordbundleview.optimaldepth = 1
tibco.optimization.recordbundlevalidation.depth = 0

1-AHQL40
When CONTEXT_RELATIONSHIP/NAME was used in the condition of a rulebase to limit the execution of a rulebase constraint, CONTEXT_RELATIONSHIP/NAME got a value only if a new related record was being added but not if an existing related record was being modified. This has been fixed.

1-AHUHGL
When the product ID or Extension contained a '&' character, you could not add a related record by searching for an existing record. This has been fixed.

1-AI8SQV
CustomFunctions were loaded by rulebase for every execution. This has been changed to load the classes only once and cache the loaded classes.

1-AI9KGX
TIBCO Collaborative Information Manager calls took more than one minute for large record bundles and multiple relationships. To fix this, you can restrict traversal of relationships for a record bundle by setting the following property in ConfigValues.xml:
&ltConfValue listDefault="" name="List of relationship excluded of loaded in the bundle" propname="tibco.optimization.recordbundle.excluderelationship" sinceVersion="7.2.1" visibility="Advanced">
&ltConfList>
&ltConfListString value="CatalogName.RelationshipName"/>
&ltConfListString value="CatalogName.RelationshipName1"/>
&ltConfListString value="CatalogName.RelationshipName2"/>
&ltConfListString value="CatalogName.RelationshipName3"/>
</ConfList>
</ConfValue>

Issue/Introduction

TIBCO Collaborative Information Manager 7.2.1 Hotfix 04 is now available

Environment

Product: TIBCO Collaborative Information Manager Version: 7.2.1 OS: All --------------------