Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Description:
The patch 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/6.1.1/hotfix-3/ to download the appropriate hotfix for your Application Server.
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 6.1.1 HF 3 are:
1-86KO8F
When the Record Add web service was invoked with only the PRODUCTID
external key, CIM did not validate the record with the provided
validation file. The validation happened only when both the PRODUCTID
and PRODUCTEXT keys were sent in the web services request XML.
This defect has been fixed. Now, the validation happens even when the
PRODUCTEXT is null or empty.
1-85U749
The & character was missing between the productid and the productidext
in the URL generated for record view in the General Interface applet.
1-85U7K2
When a record was selected from the record listing screen, an invalid
URL was returned and a web server error was displayed.
1-85UOQG
When the record ID link of the worktem description from the Inbox is
clicked, the old CIM interface was displayed instead of the new
GI interface.
1-85U7A0
After a subset was created, when the record ID link was clicked, the
old CIM interface was displayed instead of the new GI interface.
1-85U783
The General Interface Applet did not open when a version number was
selected from the record history page.
1-867OZG
When import was performed with a large record set, the Event Detail
page either took a long time to come up or the request was timed out.
A new property, com.tibco.ui.eventdetaillog.defaultdisplaymode, has
been added to the MqProperties.config file. This property allows you
to switch between the default display mode and the new display mode.
In the new display mode, the product logs are not shown as a part of
the Event Detail screen. The product details are displayed in a
separate window. The default value of this property is false.
com.tibco.ui.eventdetaillog.defaultdisplaymode=false
1-85CNGS
On WebSphere, CIM may display the following Null Pointer exceptions:
- JAV-8001 "NullPointer" Exception under heavy load.
- GEN-7001 "NullPointer" Exception when record caching is enabled.
The Null Pointer exception may occur under heavy concurrent load
conditions or when the GUI is used along with import of 500 or
more items. Record caching must be disabled to avoid any unexpected
results.
On JBOSS, this behavior was verified and found to be not reproducible.
Record caching is enabled by default. To disable the caching of
records, set the tibco.optimization.cache.record property in the
MqProperties.confg file to false.
1-867OZG
When import was performed with a large record set, the Event Detail
page either took a long time to come up or the request was timed out.
1-87XME8
ASCII_FIXEDLENGTH files with international characters could not be uploaded.
1-7YLBI5
While importing, custom relationships were lost.
1-884IM8
An error was displayed when a subflow returned to the main workflow.