Fixes Defects: C0158785,C0158847,C0159239,PH45957,PH50914,PH51515 This patch contains the following software changes: 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. 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. PH50914: Problem: When User is trying to add huge number files to source control using Add to Source in ClearCase ClearTeam Explore, few files were unable to add and left as private. Fix: ClearCase ClearTeam Explorer now correctly adds all the files to source control. 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...