book
Article ID: KB0104138
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.2.1/hotfix-11/ 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.2.1 Hotfix 11 are:
CIM-13578
TIBCO Collaborative Information Manager did not start with ActiveSpace in a standalone mode.
CIM-13466
Memory accumulation was observed while importing records.
CIM-13390
While creating workitems for two different roles if there were validation errors for multi-value attribute for one of the roles, the workitem detail page did not display the validation errors.
CIM-13238
On updating a record multiple times in a workflow and invoking the GetRecord activity, the mlxml document did not show correct recordversion.
CIM-13222
Browse and Search did not display correct search results, if a value in drop-down list contained forward slash(/).
CIM-13170
If related record was removed from the User Interface, it could not be reconnected using the connect action.
CIM-13157
If some records were part of multiple hierarchies, the GetRecordactivity occasionally did not correctly evaluate the relationshipdepth.
CIM-13134
The ExtractRelationship activity hung during Async import, if the same relationship was cloned more than two times.
CIM-13127
A performance issue was observed with the Record Query webservice response.
CIM-13068
In SQLServer,DBLoader added incorrect entries in LASTCONFIRMEDVERSIONcolumn for PRINCIPALKEY table. In addition an error occurred when modifying records after purge and initializing DBLoader.
CIM-13065
Merge Record workitem did not display correct values for attributes with user-defined column name. In addition the workitem page was also not compatible with Firefox browser.
CIM-13062
CreateWorkitem activity displayed an error while creating a new record, if the user's firstname and last name combination exceeded the 80 characters limit.
CIM-12839
Fixed an issue where Text search from the User interface is enhanced to allow optional use of AND operator for the indexed attributes. The new option allows you to provide multiple terms in the search field applicable to different attributes. It also shows a difference in the score.
Add the following parameter in the category Repository Management option in the ConfigValues.xml:
<ConfValue name="Use of AND operator for combining multiple terms in the UI Text Search text entry field"
propname="com.tibco.cim.search.ui.UseAndSearch"
sinceVersion="8.2" visibility="Advanced">
<ConfBool default="false" value="true"/>
</ConfValue>
CIM-12495
An inconsistent validation rulebase behavior was observed while adding a record and its related records when using either Web Service or User interface. Setting the com.tibco.cim.optimization.recordbundlevalidation.depth (global flag) to '0' did not execute the validation rulebase for the related records, when using the Web Service. However this worked correctly when used with user interface.
While adding or modifying records in the Web Service, use thefollowing context variable to specify validation depth (for example, 2):
<Context>
<Variable name="VALIDATION_DEPTH">2</Variable>
</Context>
Issue/Introduction
TIBCO Collaborative Information Manager 8.2.1 Hotfix 11 is now available.
Environment
Product: TIBCO Collaborative Information Manager
Version: 8.2.1
OS: All
--------------------