Fixes Defects: PH10733,PH10768,PH14332,PH15066,PH30620,PH30652,PH33259,PH35251,PI50423,PI64730,PI87721,PI91199,PI92169,PM90985 This patch contains the following software changes: PH10733: Problem: When running CQTool commands, users see error messages like "No getter registered for CqExUserDb". Fix: These error messages have been removed from CQTool commands. PH10768: Problem: Submitting or modifying ClearQuest Web records through a REST URI link that fills (mandatory) fields fails if they contain ampersands. Every field value with an ampersand and any field value that follows is ignored. Fix: Submitting or modifying ClearQuest Web records through a REST URI link that fills (mandatory) fields no longer fails for fields that contain ampersands. PH14332: Problem: In ClearQuest Web, the login will become unresponsive if the user does not login for a long time. Fix: In ClearQuest Web, the login will not become unresponsive if the user does not login for a long time. PH15066: Problem: OSLC queries are not returning the proper result set and the count based on the security context group of the display fields if one of the display fields is a reference/reference list to another record type. Fix: OSLC queries are now returning the proper result set and the count based on the security context group of the display fields if one of the display fields is a reference/reference list to another record type. PH30620: Problem: Printing a ClearQuest Web list view does not match the content in the customized list view when using repeated fields in different tabs. Fix: Printing a list view will match the content of the ClearQuest Web customized list view. PH30652: Problem: When trying to view a ClearQuest Web record through a REST URI, if the record does not exists and the format is XML,ATOM or JSON, the error message is invalid. Fix: ClearQuest Web will now show a proper error message if the record does not exist in the REST URI for XML,ATOM and JSON format. PH33259: Problem: In ClearQuest Web, the list view content may be hidden by the horizontal scroll bar. Fix: In ClearQuest Web, the list view content are not hidden by the horizontal scroll bar. PH35251: Problem: ClearQuest Web records will throw timeout errors if default list view queries are enabled. Fix: ClearQuest Web records no longer throw timeout errors if default list view queries are enabled. PI50423: Problem: Deleting a record type that is used in a report format in ClearQuest Web will fail to show the contents of a folder containing a report format for the deleted record type with an error. Fix: ClearQuest Web now properly handles cases where a record type is null after being deleted, and does not throw an exception when displaying folders with report formats made with deleted record types. PI64730: Problem: Installutil setldapinit allows characters into the database that are outside of the defined codepage. Fix: Included additional test for codepage checking before setting the property value. This will prevent the store characters into the database that are outside of the defined codepage. PI87721: Problem: Rest URI for run a query for XML was not working if the XML tag is having some unsupported character like space, & etc Fix: ClearQuest Web will now check for any unsupported characters in XML tags and replaces it with '_'. PI91199: Problem: The login dialog of a Rest URI shows the previous repository used by the user instead of the repository specified in the Rest URI. Fix: The login dialog of a Rest URI shows the repository specified in the Rest URI and the repository id widget is not editable. PI92169: Problem: Calling a cancel hook in the function GSU_CQXE_SubmitRecord removes the original records drop-down lists. Fix: Initialize the drop-down lists of the original records after calling a cancel hook in the function GSU_CQXE_SubmitRecord. PM90985: Problem: ClearQuest Web forms do no popup if calling GSU_CQXE_SubmitRecord in a validation hook with your Preferences "How to open related records" set as Floating Window. Fix: The return values of GSU_CQXE_SubmitRecord are handled properly in ClearQuest Web and the form is popped up if calling GSU_CQXE_SubmitRecord in a validation hook.