Fixes Defects: PI49247,PI52370,PI79613 This patch contains the following software changes: 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).