Fixes Defects: PI18297,PI29080,PI64278,PI65782,PI68935,PI70235,PI70255,PI70333,PM98062,PM98488 This patch contains the following software changes: PI18297: Problem: After raising a VOB family to Feature Level 8, the ClearCase view_server logs show a warning on chmaster/protect events for new UCM types: "Unexpected vob event on vobserver." Fix: The view_server will no longer log warnings for these events for the new UCM types. PI29080: Problem: When mounting a ClearCase VOB on some versions of Linux (Red Hat Enterprise Linux 7.x, SUSE Linux 12.x, Ubuntu Linux 16.04), the mount will succeed, but a warning will be displayed: "mount.mvfs: Warning: unable to open mount table". Fix: The ClearCase VOB mount code has been updated so that the system mount table is updated correctly on versions of Linux where it is virtual, rather than a file /etc/mtab. With this fix, the warning message is eliminated. PI64278: Problem: When performing a distributed or parallel build using the ClearCase clearmake utility, the build may fail with automated build executor (abe) process errors. Fix: Code that checks automated build executor (abe) process ids has been fixed. PI65782: Problem: When using ClearTeam Explorer (CTE) and entering a directory for the first time, it can take a very long time to list the content. This is most visible if there is a huge number of files, symlinks or sub-directories. Fix: There is improved performance especially when browsing parents with large number of symlinks underneath them. PI68935: Problem: ClearCase checkin failure due to a missing source container reports cleartext path. Fix: The source container is now correctly included in the error message. PI70235: Problem: When working in the Rational ClearCase ClearTeam Explorer (CTE), you may find that doing a "merge to" in the CTE Version Tree will launch the Diffmerge GUI and will not detect the merge as a "trivial merge". Fix: A new preference is introduced which will let the user control this behavior. And by default the merges from Version Tree will be done automatically. Preference location: Team->IBM Rational ClearTeam Explorer->Integration->Compare/Merge PI70255: Problem: When using the ClearCase/ClearQuest (CC/CQ) UCM integration through ClearQuest Web, there is a login error when trying to view a change set. Fix: Change sets can now be viewed in ClearQuest Web using the CC/CQ UCM integration. PI70333: Problem: When using the Change Management Integration with ClearQuest some CMI provider errors were not appearing in the cmi_log and required tracing to properly debug. Fix: CMI provider errors that were previously not appearing in the cmi_log are now properly logged. PM98062: Problem: If a stream in a replicated UCM project VOB has "POLICY_CHSTREAM_UNRESTRICTED" enabled, then users at multiple sites are able to upgrade it to incrementally/fully labeled which causes multiple labels to be created/attached and the label status becomes "unavailable". Fix: Mastership will be checked if POLICY_CHSTREAM_UNRESTRICTED is enabled. PM98488: Problem: When running the ClearCase cleartool protectvob command against an ClearCase VOB stored over NFS, you may encounter an error if the hostname of the storage device and the root of the NFS share are greater than 64 characters combined. Fix: Faulty string manipulation has been corrected.