Fixes Defects: PH03372,PI91795,PI95386,PI99512 This patch contains the following software changes: PH03372: Problem: When ClearQuest Web Single Sign On is enabled, a blank window might pop up and stay open requiring the user to refresh the page for ClearQuest Web to continue working. Fix: The issue no longer occurs when ClearQuest Single Sign On is enabled. A blank window will not pop-up anymore. PI91795: Problem: Under very rare circumstances, the _CQ_OSLC_SESSION session variable is not set correctly when an OSLC request is made. This could cause an OSLC request that depends on this value, such as an update, to fail. Fix: The _CQ_OSLC_SESSION SESSION session variable is now always set when OSLC sessions are established and/or re-established. PI95386: Problem: In some circumstances, a "ORA-00911 Invalid Character Error" may occur during a ClearQuest multisite syncreplica command. Fix: There was a parsing defect in ClearQuest's ODBC database drivers that caused this error when text data contained specific characters. This issue has been corrected with the current version of the ClearQuest ODBC drivers. PI99512: Problem: Under some circumstances certain ClearQuest Web requests, such as OSLC requests, can yield 403 errors. Although extremely intermittent, these errors tend to come in bunches and correspond to a particular corrupt cqrpc process within the ClearQuest web server. Fix: ClearQuest Web now detects this issue internally, and if possible will retry the failing operation, thus eliminating most if not all of these errors.