Fixes Defects: C159945,C167236,C167294,PH55584,PH55585,PH56668,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. C167294: Problem: A failure in ClearCase rmbranch may leave a stranded source container. Fix: The rmbranch operation will no longer strand source containers on failure. 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. PH56668: Problem: The automatic view drive letter is not removed after modifying the ClearCase installation to remove the Automatic Views feature. Fix: The ClearCase installation process has been updated to correctly remove the automatic view drive letter when the Automatic Views feature is removed. 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.