Fixes Defects: C159945,C167236,C167638,PH55584,PH55585,PH56808,PH57237 This patch contains the following software changes: C159945: Problem: The server implementation of ClearCase CTE diff encountered an error when provided with a version whose full path was greater than the prior Windows standard pathname length (260 chars). Fix: CTE diff can now handle long pathnames on Windows. C167236: Problem: The type managers prefix id's are changed from 32 bit to 64 bit. So checkvob -fix is failing because it is unable to recognize the type manager id. Fix: Added an extra check for allowing 32-bit type manager ids in case we are running checkvob on 32-bit Vob or 32-bit type managers in 64-bit CC environment. C167638: Problem: When running the command "cleartool setview -exec 'cleartool pwv' view1 ", from a different view, fails if the users shell is bash. Fix: ClearCase's mvfs filesytems was modified to handle multi-threaded process's views better. PH55584: Problem: ClearCase cmiregister error message does not properly report provider type. Fix: ClearCase cmiregister error message now properly indicates provider type. PH55585: Problem: ClearCase does not produce trace outputs while running cmiregister, regardless of the trace EV (TRACE_SUBSYS, TRACE_VERBOSITY) values. Fix: ClearCase cmiregister traceing has been enabled. PH56808: Problem: The ClearCase cmi_migrate.pl script fails when processing files whose name contain spaces. Fix: The ClearCase cmi_migrate.pl script was modified to work with spaces in file names. PH57237: Problem: The ClearCase notify feature cannot send mail via open mail relays due to corrupting the pointer of line from reply buffer. Fix: Fixed memory usage in the ClearCase notify feature.