Fixes Defects: PI25289,PI35609,PI64581,PI79466,PI79794,PI80058,PI90203,PI90422,PI90814,PI91598,PI91598,PI92920,PI93635,PI93710,PM99702 This patch contains the following software changes: PI25289: Problem: 'Do not allow deliver to proceed with checkouts in the selected activities' policy is not getting honored when checkout's are present in dependent activity that is part of the delivery operation. Fix: With 'Do not allow deliver to proceed with checkouts in the selected activities' policy set, the default deliver operation will fail if dependent activity has checkouts. PI35609: Problem: Shortkeys CTRL+C(Copy), CTRL+X(Cut), CTRL+V(Paste) were not functional in ClearTeam Explorer standalone client. Fix: Post the fix, CTRL+C(Copy), CTRL+X(Cut), CTRL+V(Paste) are supported and functional in ClearTeam Explorer standalone client. PI64581: Problem: Files of size > 2GB, fails to load in web view. Fix: After fix, files of size >2GB are getting loaded in Web view. PI79466: Problem: Certain features in the CTE eclipse update site clash with previously installed features in the desktop products such as IDA and RSA. This prevents the capability to install CTE via the update site into these eclipse-based products. Fix: Changes have been made to the update site feature.xml for the CTE IDE feature that will allow the remainder of CTE to be installed if the required features and plugins that support the CTE IDE have already been installed. PI79794: Problem: Installation of the ClearCase CCRC WAN Server is failing to load into WebSphere on non-English operating systems. Fix: The installation process was expecting the output of the managesdk command to be in English. This was not the case on a non-English operating system. The installation has been fixed to correctly parse the non-English output. PI80058: Problem: Web view load/update fails with an error: java.lang.IllegalArgumentException: null incase ccrcSupportsParallelLoad is enabled and ccrcMaxRequestsPerSession <= 3. Fix: When ccrcSupportsParallelLoad is enabled and ccrcMaxRequestsPerSession <= 3, parallel operations will be disabled and below mentioned message will be displayed to customer in a message box : "ccrcMaxRequestsPerSession as defined is too low, therefore parallel operations will be disabled. To enable parallel operations for web views, define ccrcMaxRequestsPerSession with a setting of 4 or higher." PI90203: Problem: Failing preop mkbl triggers still allow VOB modification. Fix: Failing preop mkbl triggers can now properly block VOB modification. PI90422: Problem: The 32 and 64 bit Linux versions of ClearCase are intended to be binary database compatible. This is an issue where trigger definitions are not binary compatible. See http://www-01.ibm.com/support/docview.wss?uid=swg22004783 for more details. Fix: This fixes the trigger incompatibility between 32 and 64 bit versions of ClearCase. PI90814: Problem: ClearCase users running Linux may see EMLINK ("Too many links") errors when trying to access directories. Fix: The EMLINKS error returned by MVFS was replaced by a preventive code that avoids occurrences of multiple entries. PI91598: Problem: When client and server are on same machine, selection of UCM Vob Tag, UCM Projects and UCM Project under local and server node are not working correctly. I.e If we select Vob Tag under local and then we select the same under server node, selection is not changing. Fix: After the fix selection works fine and it correctly shows context option menu. PI91598: Problem: "Create View" dialogue in CTE can indicate incorrect view types as being available for creation. Fix: Post fix, it will provide right option in create view dialogue, based on node we selected. If It is local, it will provide option of Dynamic and Snapshot, and If It is server node, will provide option of Web and Automatic view(If support is there) option. PI92920: Problem: A bug in the AIX operating system causes call to getgrgid_r() to incorrectly report status when a group doesn't fit in a 64k buffer. Fix: Status checking was extended to catch the need to extend the buffer used to contain the members of a large group. PI93635: Problem: System may panic when accessing view-extended pathnames. Fix: ClearCase's MVFS filesystem was update to handle non-vob view extended pathname. PI93710: Problem: CM Server when looking up a view by its uuid was not allowing for case where operation completed successfully but did not find any views. Fix: CM Server will now correctly return a "not found" status when the error situation is encountered. PM99702: Problem: ClearCase search's result pane was not getting updated post the SCM operations. Fix: The fix ensures ClearCase search's result pane is accurately updated post any SCM operation ensuring a correct search result the second time.