Fixes Defects: PI15110,PI40960,PI43668,PI45746,PI45760,PI52979,PI56221,PI56714,PI57857,PI59905 This patch contains the following software changes: PI15110: Problem: When working in an IBM Rational ClearCase UCM Multisite environment having mutiple pvobs, it is possible that oplogs generated by running "cleartool rebase -dbaseline" may not be replayed properly in sibling replicas, causing subsequent failures at those siblings when running "mkreplica -export" or "reformatvob" commands. Fix: This fix causes the oplogs to be replayed properly at sibling replicas. PI40960: Problem: Incorrect user is identified as checking in a file in ClearTeam Explorer if a merge is required due to a previous checkin. Fix: The correct owner will be now be reported in the message. PI43668: Problem: IBM ClearCase cleartool commands using "-fmt %[CONFIG_SPEC]P" may overflow it's output buffer. Fix: The "-fmt %[CONFIG_SPEC]P" option has been modified to expand it's output buffer as needed. PI45746: Problem: When attempting to repair missing/corrupt source containers in an IBM Rational ClearCase Versioned Object Base (VOB), the checkvob tool may incorrectly determine the storage format of the potential replacement container when the element type manager is one of the more-recently introduced element types: Rose/xde/Unicode, etc. Fix: The correct element type is now detected and used. PI45760: Problem: When performing container recovery/repair in an IBM Rational ClearCase Versioned Object Base (VOB) the checkvob command may fail while processing damaged UTF16 or UTF32 elements. Fix: The checkvob command is now able to process UTF16 and UTF32 elements. PI52979: Problem: When describing a file element version in an IBM Rational Clearcase Versioned Object Base (VOB), the output will be truncated at 153097 bytes when formatting the describe to only return labels. (-fmt %Nl) Fix: The output buffer used by -fmt %Nl now expands as needed to include all labels. PI56221: Problem: In some cases IBM Rational ClearCase users would find that they could not access views and vobs exported using non-ClearCase access and would receive STALE NFS FILE HANDLE errors. Fix: STALE NFS FILE HANDLE errors when accessing views and VOB exported using non-ClearCase access have been resolved. PI56714: Problem: After upgrade to update 3 of Solaris 11, starting IBM Rational ClearCase in any non-global zone on that system will cause a system crash. Fix: The MVFS initialization code has been updated to work correctly on Solaris 11 update 3. PI57857: Problem: IBM Rational ClearCase cleartool command could crash if an excessively long string is passed as the -type argument Fix: cleartool has been fixed to work properly with any length input string for the -type argument PI59905: Problem: IBM ClearCase cleartool commands using "-fmt %[dstreams]Xp" may overflow it's output buffer. Fix: The "-fmt %[dstreams]Xp" option has been modified to expand it's output buffer as needed.