Fixes Defects: PI49393,PI58038,PI67067,PI73131,PI75373,PI75375,PI77578,PI77580,PI80405,PI82210,PI83058,PI84142 This patch contains the following software changes: PI49393: Problem: ClearQuest Web throws a confusing pop-up error message when executing a deleted start-up query. Fix: ClearQuest Web now pops-up an informative error message when executing a deleted start-up query. PI58038: Problem: The ClearQuest Web Welcome page does not show in the browser's specifiled language if CQ local help is setup. Fix: The ClearQuest Web Welcome page now shows in the browser's specifiled language even if CQ local help is setup. PI67067: Problem: The OSLC selectionDialog delegated UI for ClearQuest does not obey the user's "Number of Rows per page" preference. It always selects 20 rows per page. Fix: The selectionDialog delegated UI will now obey the user's "Number of Rows per page" preference if it is available. PI73131: Problem: When linking to ClearQuest records from DOORs using the OSLC integration, the back-link creation fails when the CQ record contains a field value that's protected via security context. Fix: New optional parameters have been added to cqrest.properties (default location C:\Program Files (x86)\IBM\RationalSDLC\ClearQuest\cqweb\cqwebprofile\installedApps\dfltCell\TeamEAR.ear\cqweb.war\WEB-INF\classes) to allow this operation to proceed. The values com.ibm.rational.cm.web.component.oslc.skip.full.put.fields and com.ibm.rational.cm.web.component.oslc.skip.full.get.fields should be set with the appropriate field locations of the CQ security protected field(s) to skip during processing, See cqrest.properties.DEFAULT (same directory as cqrest.properties) for more details on how to set these values. PI75373: Problem: The operation of importing records in ClearQuest Eclipse with the save configuration option selected fails if the current user is logged into a ClearQuest defined (ldap) domain. The configuration file generated in this case contains the user's login credentials plus domain separated by a backslash. The backslash is not a legal filename character which causes this failure. Fix: In this case, the backslash is converted to an underscore and the operation of importing records and saving the configuration file now succeeds. PI75375: Problem: The busy/waiting icon does not go away when certain ClearQuest Web dropdown lists are clicked. Fix: The busy icon now goes away when a ClearQuest Web dropdown list is finished loading, or if that loading is cancelled. PI77578: Problem: ClearQuest Full Text Search indexing may fail when a record containing a large amount of data is submitted or modified. Fix: The Full Text Search index operation was improved to reduce the amount of memory needed to process record changes. PI77580: Problem: When importing records using the ClearQuest Eclipse client, the default ".log" path, i.e., the user's home directory (for example, C:\Users\John Smith), can not easily be changed to a different path. Fix: The path where the import logs are generated can now be changed by setting the CLEARQUEST_IMPORT_LOG_DIR environment variable. Just set the CLEARQUEST_IMPORT_LOG_DIR environment variable and restart the ClearQuest Eclipse client, and it will generate the import logs under the path you specified. PI80405: Problem: Executing a List View query on a ClearQuest Web record shows results from the same field of a different record opened on another tab. Fix: Executing a List View query on a ClearQuest Web record now shows the correct results even if another record is opened. PI82210: Problem: The OSLC creation dialog fails to return a descriptive or relevant label when the record is saved if the "ID" or "NAME" fields are not present on the record form. This may cause integrations linking with ClearQuest (such as DOORs) to mislabel CQ record links. Fix: In the case when the "ID" or "NAME" field is not present on the ClearQuest form, the label will contain, at a minimum, the record's display name. PI83058: Problem: Customizing List View does not persist for the submit form in ClearQuest Web. Fix: Customizing List View now persists for the submit form in ClearQuest Web. PI84142: Problem: Adding the State field of a child record to a query causes the result set to not include any records where the child reference field does not have a value. Fix: The issue has been fixed so that the result set includes records with an empty child reference field.