Fixes Defects: PH09571,PH09934,PH11044,PH11134,PH18121,PH20855,PH24473,PI27569,PI29921,PI32440,PI34485,PI39777,PI40156,PI43493,PI54884,PI71099,PI73381,PM23452 This patch contains the following software changes: PH09571: Problem: If two group boxes of exactly the same size are overlapping and are inside a larger group box, the ClearQuest Eclipse Designer will crash while loading the schema. Fix: A fix was implemented to properly handle overlapping group boxes in the ClearQuest Eclipse Designer. PH09934: Problem: ClearQuest Eclipse Designer users can create duplicate actions that make the transition between a source state and a destination state the same Fix: ClearQuest Eclipse Designer no longer allows you to create duplicate actions between a source state and a destination state which already exists. PH11044: Problem: If a ClearQuest Web Dynamic form has an empty form name, it results in an exception. Fix: ClearQuest Web Dynamic forms now correctly handles empty form names. PH11134: Problem: When using an ampersand for the value of Radio Button control, a schema can't be checked in or saved in the ClearQuest Eclipse client. Fix: ClearQuest Eclipse client was fixed to encode the string value of the Radio Button control so that it is XML safe. PH18121: Problem: ClearQuest Web SSO does not properly handle backlashes in usernames. Fix: ClearQuest Web SSO now properly handles backlashes in usernames. PH20855: Problem: When a ClearQuest Eclipse user opens a UCM record and tries to open UCM tab and click the Change Set button, a window appears saying"ClearCase is not installed or at incompatible level". Fix: ClearQuest Eclipse has been fixed when clicking the ChangeSet button on UCM records. PH24473: Problem: When using a ClearQuest OSLC query to fetch data, the result is not sorted. Fix: When using a ClearQuest OSLC query to fetch data, the result is now sorted by record dbids in an ascending order. PI27569: Problem: Email rules provided by the EmailPlus package send emails to ClearQuest users that have been set as inactive, if they are included in the rule's list of recipients. Fix: The following technote has been published explaning how to fix the problem: https://www.ibm.com/support/pages/node/6206176 PI29921: Problem: ClearQuest Eclipse copy and paste utility can copy duplicates of the same element when selecting a label and a text box. Fix: Selecting and copying a ClearQuest Eclipse text box and a label will no longer generate duplicates when pasting. PI32440: Problem: When generating a url for executing queries, reports and charts, the ClearQuest Web REST URI Wizard incorrectly encodes the url if it contains the special characters '#' or '?'. Fix: The ClearQuest Web REST URI Wizard has been fixed to correctly encode the url if it contains the special characters '#' or '?'. PI34485: Problem: Opening ClearQuest Web pre-populated forms does not work if any string field contains only certain single characters. Fix: Opening ClearQuest Web pre-populated forms now works if a string field contains only certain single characters. PI39777: Problem: The command "cqtool login -u admin -p "" -d DB -s " fails when the dbset name contains double byte characters. Fix: This technote has been published explaining how to fix this problem: https://www.ibm.com/support/pages/node/5737533. PI40156: Problem: In ClearQuest Web, opening pre-populated forms does not work for any string fields called "Name". Fix: Opening pre-populated ClearQuest Web forms now works for any string fields called "Name". PI43493: Problem: ClearQuest Eclipse users were not being prompted when exiting to save unsaved records. Fix: ClearQuest Eclipse users are now properly prompted to save any unsaved records when closing the application. PI54884: Problem: ClearQuest was not checking for all reserved SQL keywords (like merge) prior to creating field and entity names. Fix: ClearQuest now checks for more reserved SQL keywords and throws an appropriate error message if you try to use one as the name of a field or entity in your schema. PI71099: Problem: Poor performance is observed on ClearQuest User Administration tool with up to 12000 registered users and groups. Fix: ClearQuest User Administration performance is now significantly improved when having a large amount of registered users and groups. PI73381: Problem: When your browser language is set to Chinese, ClearQuest Web result sets says "number of pages" instead of "number of records" when displaying query result sets. Fix: ClearQuest Web query result set now correctly says "number of records" instead of "number of pages" if your browser language is set to Chinese. PM23452: Problem: ClearQuest Web Full-Text Search does not work for extremely long search expressions. Fix: In ClearQuest Web Full-Text Search, an information dialog will pop up when the search expression exceeds 1500 characters.