Troubleshooting: Rational ClearQuest package not getting applied

If your Rational® ClearQuest® schema code page is UTF-8 based, skip this topic. If you are using a Latin 1 based schema, it is not possible to apply the Rational ClearQuest package.

About this task

The following steps are a workaround for the Rational ClearQuest designer error: You must select a package revision to apply but the connector section does not show the 1.0 version number.

Procedure

  1. If you registered the Connector package, from the command-line interface, unregister the package by issuing the following command: packageutil registerpackage Connector 1.0 -unregister
  2. Open the package.ini file in a text editor.
    package.ini file opened in the text editor
  3. Change the CodePage line so it reads: CodePage=1;20127
  4. Register the package by issuing the following command: packageutil registerpackage Connector 1.0 "C:\Program Files\IBM\SapConnector\ClearQuest\Package\en-US\1.0"

Feedback