Fixes Defects: PH38410,PH38541,PH38713,PH39740,PH39815,PI49247,PI52370,PI79613 This patch contains the following software changes: PH38410: Problem: CLEARCASE 9.1.0.0 MAY CRASH IN GSKIT IF ODDLY-PROVISIONED CERTIFICATES EXIST IN THE WINDOWS CERTIFICATE STORE Fix: ClearCase version 9.0.1.13 now: contains GSKIT 8.0.55.26 and RFE CHCLS00147008 (mechanism to dynamically set gskit options) has been delivered. PH38541: Problem: ClearCase network provider was missing exception handlers to deal with RPC failures. Fix: ClearCase network provider now has the exception handlers to deal with RPC failures. PH38713: Problem: Customer may experience ClearCase MVFS (Multi Version File System) not being loaded on boot. Fix: ClearCase MVFS (Multi Version File System) was updated to fix that issue. PH39740: Problem: Errors creating ClearCase views using view profiles after upgrade to 9.1.0.x Fix: Change the string resource in .rc file which was creating this issue. PH39815: Problem: The lack of synchronization could cause a system crash if the cache was used during its purge. Fix: ClearCase MVFS now locks the file structure appropriately before purging the cache. PI49247: Problem: When using ClearCase lsbl and the user specifies "-component" and -level | -ltlevel | -gtlevel but does not specify "-stream", then lsbl will log internal error message for baselines from streams in other UCM project VOBs. Fix: During lsbl assertion is avoided while searching for same hierarchy admin vobs. PI52370: Problem: Shortly after doing a ClearCase reformatvob, "multitool syncreplica -export" starts to fail with messages due to creation of bad oplogs. This is happening because reformatvob changes the db id as well as db gen num. Fix: To restrict the creation of bad oplog using unfiltered replica, we are invalidating the cache of wkobj. So that the next time it will not take db id or db gen num from old cache. PI79613: Problem: Create a ClearQuest form that contains a form field with nothing in the label Open form in CTE You may see a "java.lang.NullPointerException" error when opening a ClearQuest (CQ) form in ClearTeam Explorer (CTE). This prevents the user from being able to access the form. Fix: ClearQuest form that contains a form field with nothing in the label, The record should open and there shouldn't be any NPE(Null pointer exception).