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.2.1/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.2.1 Hotfix 01 are:
CIM-11208
Record query webservice response for decimal type values returned attribute values in exponential format.
CIM-11596
A model with an unmatched child repository attempting to propagate the unmatched children to the target record ran into erroneous cycles during merge process.
CIM-11625
For MS-SQL database, rulebase with rule to check if effective date was greater than or equal to session date did not work in equal condition.
CIM-11644
The auto creation of user did not work when authentication type was set to 'default/ LDAP'.
CIM-11645
Database Loader with load relationship having high multiplicity query generated huge temporary logs files and failed due to temporary disk space error.
CIM-11673
Search failed for record query webservice with output map when predefined keys such as ACTIVE, RECORD_STATE were specified in the request xml.
CIM-11681
DBLoader import with "Fresh Data" mode unchecked had performance issues.
For Oracle parallel server configuration, if you want better DBLoader performance, you can add the following configuration value to the Cluster level Optimization category of the ConfigValues.xml with value as "1".
This configuration will add parallel hint to the SQL Queries. This is optional and should be used in consultation with a DBA.
<ConfValue description="Specifies degree of parallelism to be used in the SQL statements parallel hint. This is supported only for Oracle. Value 0= no parallel, Value 1= Default parallelism determined by db, greater than 1, specified value is appended to hint.Typically this value is specified by the DBA"
name="Degree of parallelism for parallel query execution"
propname="com.tibco.cim.optimization.qry.degreeofparallelism"
sinceVersion="8.2" visibility="All">
<ConfNum default="0" value="0"/>
</ConfValue>
CIM-11723
Using MS-SQL data source when importing decimal data into TIBCO Collaborative Information Manager, the decimal values got converted into exponential format.
CIM-11763
Database error occurred for record query webservice with output map specified in the request xml.
CIM-11778
While modifying a record if validation error was encountered it was displayed on the user interface but it did not get displayed in the "Show All Errors" dialog box.