Fixes Defects: PM64749,PM68068,PM70008,PM70037,PM74104,PM75236,PM75831,PM76613,PM76790,PM77148,PM77634,PM77639,PM78401,PM78656,PM78659,PM78954,PM79344,PM79401,PM79987,PM80098,PM80132,PM80134,PM80135,PM80139,PM80145,PM80146,PM80254,PM80289,PM80290,PM80693,PM80724,PM80799,PM80966,PM81594,PM81776,PM82312,PM82315,PM82316 This patch contains the following software changes: PM64749: Problem: ClearQuest "Invalid Credentials" error from ClearTeam Explorer reported after login onto CCRC WAN server with "Store Credentials" checked. Fix: Log onto CCRC WAN server with "Store Credentials" checked has been fixed. PM68068: Problem: When using ClearCase to access cleartext files over NFSv4 on RHEL6.3 systems, the user would receive ENOTDIR errors. Fix: ClearCase MVFS file opens are now correctly handled over NFSv4. PM70008: Problem: When output of 'cleartool desc -fmt' exceeds 153kb, output is truncated and customer is not aware of the truncation. Fix: The buffer is now expanded as needed so that all data is returned/displayed. PM70037: Problem: In some cases, the ClearTeam Explorer throws a NullPointerException, after certain selection in the IDE workspace Fix: ClearTeam Explorer no longer issues a NullPointerException on certain selections in the IDE workspace PM74104: Problem: clearimport will crash or have a segmentation fault when metadata is imported that contains new line characters. Fix: clearimport now handles metadata that contains new line characters. PM75236: Problem: Eclipse re-factor functions (rename and move) fail on directories with ClearTeam Explorer. Fix: The invalidation of the elements of the cache has been corrected. PM75831: Problem: "cleartool ln -s" does not report an existing view private link as an error. ClearCase creates the symbolic link and it is eclipsed by the view private one. Fix: An error will now be displayed indicating that the file already exists. PM76613: Problem: Within ClearTeam Explorer,  you will see that the right-click context menu does not show the "New" option when the current VOB directory has a symbolic link to this location. Following the directory tree down to the non-symbolically linked version of the directory does show the context menu.  Fix: 1. For Dynamic view if the folder happens to be a symbolic link 'New' menu will not appear in details view.  2. For Web views, in connected mode if the folder is identified as a symbolic link in ClearTeam Explorer client (refreshed and in its most recent state) 'New' menu will not appear in details view for this folder.  3. For rest of the cases including the case where in web views, folder proxy is a symbolic link but we are not sure of the symbolic link's property value because user is operating in disconnected mode, or even if connected but folder state is not refreshed to correctly identify it as a symbolic link, creation of 'New' menu will happen. PM76790: Problem: ClearQuest-enabling a ClearCase UCM Project must be done by the project VOB owner. Fix: ClearQuest-enabling a ClearCase UCM Project no longer must be done by the project VOB owner. PM77148: Problem: ClearCase Mainframe Connectors exhibits poor performance while listing files and locating files on z/OS z1.11 (and before) when not using IBM-1047 server code page. Fix: A single handler converting from IBM-1047 to specified server code page is now used. PM77634: Problem: After TSC.LOG was removed ClearCase Mainframe Connectors fail when user enters VL to see the log. Fix: ClearCase Mainframe Connectors VL no longer fails after TSC.LOG is removed. PM77639: Problem: When IBM-273 code page is used, file  whose name includes $ can not be added to source control via ClearCase Mainframe Connectors. Fix: This code page conversion error has been resolved. PM78401: Problem: You may see the following error when running an rccbuild in IBM Rational ClearCase Mainframe Connectors: The DDName for the extension 'BCL.T³ Í' could not be determined Fix: ClearCase Mainframe Connectors file extension name parsing has been corrected. PM78656: Problem: The performance of the ClearTeam Explorer when integrated with RSARTE degrades greatly as the number of model fragments increases. Fix: The ClearTeam Explorer has improved performance for models that contains large numbers of fragments. PM78659: Problem: The ClearTeam Explorer has a bug where if a user checks out a model, then checks it in, an attempt to check it out once more results in an out of sync message. Fix: The ClearTeam Explorer fixes a bug where if a user checks out a model, then checks it in, then checks it out once more, no errors are displayed. PM78954: Problem: ClearTeam Explorer plugin for Eclipse can cause the Progress indicator to linger on builds when the projects are outside of source control. Fix: ClearTeam Explorer has been modified to better handle builds of projects outside of source control. PM79344: Problem: UCM/CQ performance bad through CCRC using OSLC. Fix: The fix better manages cookies in the HTTP response header in OSLC communication with ClearQuest Web. PM79401: Problem: ClearCase using Flex/LM licensing does not properly handle user-names containing upper-case characters. Fix: ClearCase licensing code has been fixed to properly handle user-names containing upper-case characters. PM79987: Problem: Abe processes may crash when idle for too long and it gets timed out. Fix: File I/O is now properly handled. PM80098: Problem: Files with the same name can not be added to source control into different libraries using ClearCase Mainframe Connectors. Fix: Files with the same name can now be added to source control into different libraries using ClearCase Mainframe Connectors. PM80132: Problem: ClearTeam Explorer checkin/checkout operations on the version tree node run on the last selected navigator tree node Fix: The fix clears the previous selection in any other ClearTeam Explorer view and honors the current selection in Version Tree PM80134: Problem: ClearTeam Explorer checkout menu is available on a checkedout fragment Fix: Fixed action enablement for Logical Models. PM80135: Problem: ClearTeam Explorer operations on multiple fragments incorrectly considers selections in multiple eclipse views Fix: Operations on multiple fragments now correctly consider selections in multiple eclipse views. PM80139: Problem: The ClearTeam Explorer has a problem where the Model Checkout Dialog shows check mark icon on root folder even when only a subset is selected Fix: The ClearTeam Explorer will show a check mark icon when all logical model elements are selected and a '-' icon when only a subset of logical model elements are selected when using the checkout dialog. PM80145: Problem: The ClearTeam Explorer when in logical model mode, incorrectly always shows the root element as a check mark. Fix: The ClearTeam Explorer will show a check mark icon when all logical model elements are selected and a '-' icon when only a subset of logical model elements are selected when using the checkin and undo checkout dialogs PM80146: Problem: Multiple checkouts of RSARTE model fragments should be prevented in ClearTeam Explorer. Fix: ClearTeam Explorer no longer allows multiple checkouts of RSARTE model fragments. PM80254: Problem: A Linux system would panic if a remote user accessed files in a vob using non-ClearCase access. Fix: Fixes a problem in which a Linux system would panic if a remote user accessed files in a vob using non-ClearCase access. PM80289: Problem: Incorrect menu options available when selecting multiple fragments in ClearTeam Explorer Fix: Action enablement is made aware of logical resources containing multiple selected fragments underneath them. PM80290: Problem: ClearTeam Explorer Aggregated Undo Checkout should ignore "physical file" preference Fix: Aggregated Undo Checkout operation has been fixed. PM80693: Problem: A ClearCase UCM posted deliver activated by other than the stream owner will cause permission denial error on 8.0.0.x with schema 80 and feature level 7. Fix: A special no permission check flag was implemented for UCM posted deliver to avoid permission denial error. PM80724: Problem: New shared library libatriacmi.so causes segmentation fault in CtCmd Fix: CtCmd was re-linked with the new shared library. PM80799: Problem: ClearTeam Explorer version tree browser should enable compare operations on checked out versions Fix: Fixes a problem in ClearTeam Explorer where Version Tree Browser disables compare operation on a version checked out to a view other than the view in context. PM80966: Problem: Using clearfsimport to import files from a ClearCase copyarea (view directory structure containing the following files .copyarea.dat, .copyarea.db and/or .copyarea.lck) can cause havoc with the ClearCase environment. Fix: clearfsimport has been modified so that copyarea files will be skipped during the import process into a ClearCase VOB and a warning message will be displayed. PM81594: Problem: When running the The ClearTeam Explorer in a set view context on *nix platforms, opening a workspace resource from certain ClearTeam Explorer views including the 'Checkouts View', fails to open the resource in the proper editor. In some cases, the editor e.g the TC Editor opens with an error. Fix: The ClearTeam Explorer fixes a problem where workspace resources failed to open. PM81776: Problem: Cannot check out files that are linked resources in ClearTeam Explorer. Fix: Fixes a problem in ClearTeam Explorer where users can not checkout files that are linked resources PM82312: Problem: When using the ClearTeam Explorer with the 'only include physical file' preference for SCM dialogs, model enablement is not correct. Fix: The ClearTeam Explorer corrected an issue whereby using the 'only include physical file preference' for SCM dialogs, presents incorrect SCM status for models. PM82315: Problem: Refresh ClearCase status is slow on Model elements in ClearTeam Explorer Fix: Fixes a problem in ClearTeam Explorer where ClearCase status refresh is slow on Model elements PM82316: Problem: ClearTeam Explorer exhibits extremely bad performance when typing a comment into a checkout dialog when there are a large number of fragment files in a model, even when the tree is expanded. Fix: Logical model sensitive Dialogs will update comment fields in a separate thread, rather than in real time, after typing into the comment field stops for large models.