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.1.0/hotfix-01/ 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 01 are:
CIM-8662
The EvaluateChildren flag with EvaluateRuleBase activity did not work.
CIM-8875
If the configuration property value of "Rulebase execution on related records" was changed to "true", the relationship names appeared twice in the Relationship tab.
CIM-8935
If a drop-down value contained special character like,'+' and the attribute value was displayed as read-only, the special character was replaced with another character on the validation page resulting in a validation error.
CIM-9091
DBLoader did not insert correct records into the Repository table if, the PRODUCTIDEXT was mapped and few records had null value for the PRODUCTIDEXT column.
CIM-9120
While sorting and navigating between pages in Inbox, the number of values supplied and number of OrderBy or Unique Columns defined for the scroller did not match.
CIM-9271
When executing GetRecord activities consecutively, related records fetched in the previous GetRecord activity were also fetched in the next GetRecord activity even though the corresponding RelationshipName was not specified.
CIM-9379
An error was observed when CimWebservices.aar was deployed in WebSphere.
CIM-9457
Netrics Text Search returned deleted records.
CIM-9480
copyRulesForSqlServer.bat failed to work because it used UNIX commands instead of Windows.
Note: To get the corrected copyRulesForSqlServer.bat follow step 11 mentioned in the Installation section.
CIM-9557
When the multi-value attribute had a multi-column drop-down specified, the multi-value text box on the Validation page showed only the first column(value column) instead of the display columns that were specified in the 'showoninput'.
CIM-9658
When importing data using datasources and inputmaps, previous relationships broke if they were not a part of the current import.
CIM-9790
In the EvaluateRulebase activity the date type variable output was not in a valid format and was not assigned to 'Date' type attribute in the SaveRecord activity. This has been fixed. Now the output for date value is in 'YYYY-MM-DD' format.
CIM-9791
If datasource attribute was set to "Date" and the datasource was uploaded, the import operation failed when converting the "Date" attribute for date formats.
CIM-9792
An error occurred when merge workitem was opened from the Inbox after the default "Accept as new" action.
CIM-9793
Inconsistent record version was displayed in the related record search results.
CIM-9794
The 'Save and Process' and 'Save' buttons did not appear on the validation page when only warning or information messages were generated by validation. This has been fixed. The 'Relationship' tab will now be visible in a read-only mode if 'Save with errors' permission is denied to the user.For any modifications in the record or relationship the user has to go the back to the Add/Modify page.
CIM-9796
Imports hung in ExtractRelationship Activity when performing large imports.
CIM-9798
When using relationshipAttributes with cacheServer as ActiveSpaces, importing records in the Extractrelationship failed. To fix this add the following property to configValues.xml
with value= "true" <ConfValue isHotDeployable="false" name="Memory saving cache switch"
description="This switch disable fixed no of cache types"
propname="com.tibco.cim.cache.memorySavingCache"
sinceVersion="8.1" visibility="All">
<ConfBool default="false" value="true"/>
</ConfValue>