book
Article ID: KB0103986
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-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.2.1 Hotfix 15 are:
CIM-14800
Opening the Record Edit Approval workitem from the Inbox, displayed the following error message:"CAT-1030: Repository or output map with name or ID Unknown does not exist; may have been already deleted by another user".
CIM-14718
While browsing through multiple pages of workitems in the Inbox, clicking on a particular workitem displayed blank pages.
CIM-14675
If sort by record attribute and descending order was selected as the advanced search criteria, the workitem results was not sorted in descending order. The fix supports attribute values of string datatype only.
CIM-14635
In DQ workitem, Quick Export of source records with record option as "All", displayed the following error message: "Repository -1 not found, may have been deleted".
CIM-14563
On SQLServer, when the IN operator was used, a performance issue was observed with the Record Query web service.
CIM-14505
If the target record was in a rejected or deleted state, DQ workitem did not display the target records.
In DQ workitem page, on clicking the merge button without selecting any attributes, the PRODUCTID and PRODUCTIDEXT got selected.
CIM-14496
As defined in the rulebase file, the values in the second field drop-down list depends on the value selected in the first field. In Browse and Search, if a value with white space was selected in the first field, the drop-down list was refreshed and values erased. However, the values in the second field drop-down list were correctly updated.
CIM-14368
Related records could not be filtered based on relationship attribute values. A new function, filter_relationshiprecord, has been added. This function allows you to filter related records and pass the filtered records. This function has two conditions as parameters.The first condition is for filtering based on relationships attribute values and the second allows you to filter based on related records.
CIM-14339
In DQ workitem, record change notifications were not sent for rejected records.
CIM-14313
When SaveRecord activity was executed, it validated all the records in the record bundle. However, an empty rulebase was passed to the SaveRecord activity and the record bundle validation depth was set to 0. As a result, performance issues occurred.
CIM-14265
MqRevivify restarted the Parent workflow if HandleProtocolMessaging activity was executed before calling the SYNCHR subflow, and the subflow was in suspended state.
CIM-14262
When workitem link was accessed from a custom UI page, DQ workitem was unable to display the workitems.
CIM-14184
Rulebase parameter did not work with MergeRecord activity.
CIM-14173
A complex data model took longer time to save the record bundle.
To fix this issue, add the following configuration value under the optimization switches category to the ConfigValues.xml.
The configuration value is added to use only partial bundle loading and thereby improving the saving time of record bundle.
<ConfValue description="Load option can be true or false depending on
if you want to do full load or partial load.This option is used for
computing max distance from root of record bundle."
name="Bundle loading for computing distance from root"
propname="com.tibco.cim.optimization.recordbundle.load"
readonly="false" sinceVersion="8.2" visibility="Advanced">
<ConfBool default="true" value="false"/>
</ConfValue>
CIM-14142
If the database ID and RecordID of the repository attributes matched, occasionally the repositories were not being modified.
CIM-13997
Error occurred while modifying data source with date attribute for SQL datasource format.
CIM-13978
UpdateRecordState activity did not update the status of all the records in the record bundle to REJECTED. However, it randomly changed the status to REJECTED for only selected records.
CIM-13041
In SQL Server, error occurred while executing RoleListRequest web service.
CIM-10642
If RelationshipData element was empty, web service response returned invalid characters.
Issue/Introduction
TIBCO Collaborative Information Manager 8.2.1 Hotfix 15 is now available.
Environment
Product: TIBCO Collaborative Information Manager
Version: 8.2.1
OS: All
--------------------