Fixes Defects: C0154045,C0157130,C0158785,C0158847,C0159239,PH38862,PH40986,PH45957,PH48080,PH48347,PH48369,PH51515 This patch contains the following software changes: C0154045: Problem: vob_sidwalk -recover_filesystem crashes when used for long duration Fix: The application was leaking memory and we fixed that leak. C0157130: Problem: VOB server rejects an apparent default RHEL NFSv4 server behavior, returning "invalid argument" if the container acl's come back as "user" and not "user@domain" Fix: This issue is fixed by Changing to use the local nfsv4 domain for null domains. C0158785: Problem: CTE / VersionVault Eclipse: Lock (obsolete) on activity "name_of_obsolete_activity" prevents operation "set activity" Fix: Checkout operation of dynamic and snapshot view will check the state of activity which is already set in CTE toolbar and based on the state it will take decision to switch the activity in CTE toolbar. C0158847: Problem: ClearCase was allowing integer names while creating artifacts like components, folders, projects, etc. This is contrary to what is documented. Fix: The checking of names was made more rigorous, to prevent the creation of objects with integer names. C0159239: Problem: When in the Local stream, right-click the 'Activities' folder in VersionVault Explorer /CTE and select 'Refresh'. The new activity/s does not appear/s. When activities are created outside of VV/CC Fix: When in the Local stream, Right-click the 'Activities' folder in VersionVault Explorer /CTE and select 'Refresh'. The new activity/s appear/s. When activities are created outside of VV/CC. PH38862: Problem: "dbid not found" message on removing any stream with too many timeline objects. Fix: This issue is fixed by storing "next value" instead of storing the "last seen" value in the cursor so that dbid is found for the next iteration, since client side deletes each of these timelines in the returned list PH40986: Problem: ClearCase license requests fail when using the lad_server and the user is from the domain (other than the albd). Fix: This issue is fixed by replacing bare user name with FQDN to communicate between lad_server and cleartool. ‘#' is used as delimiter between domain name and user name. The license cache files are now created as-"domain#username" which used to be just "username" until now. PH45957: Problem: The Change Management Integration sometimes fails to return data for "cleartool lsactivity -find -provider" if a headline or title for one of the items returned by the query contains a character that cannot be represented in the local code page. Fix: The "cleartool lsactivity -find -provider" command will return all query items that are successfully parsed, and will skip any with headlines or titles containing characters that cannot be represented in the local code page. PH48080: Problem: Removing a symlink in a web view is not working Fix: Removal of a symlink in a web view was fixed. PH48347: Problem: On RedHat Enterprise Linux systems that use systemd, ClearCase can be started before NFS or automounting is running, which can cause VOBs to not be mounted when they should be. Fix: The ClearCase startup script in /etc/rc.d/init.d/clearcase was modified to specify systemd dependencies correctly so ClearCase will not be started until after NFS and automounting are running. PH48369: Problem: %[views]p format option throws "no tag found in region" for views in other regions or at other sites when it should just display the view UUIDs Fix: Reusing the existing function “SUM_View::any_name()” which prints UUID without the error instead of using "SUM_View::tag(vtag)" which was printing UUID with error message. PH51515: Problem: Use of obsolete 'ctime' embedded function in ck_all_tfds_for_nulls.pl script may cause the script to prematurely terminate. Fix: ClearCase now relies on PERL / POSIX ctime...