Verify that the Reporting Data Services Adapters are
still configured correctly after upgrading.
Procedure
In a browser, enter the URLs to the Reporting Data Services Adapters you
have deployed: - Rational® ClearCase® adapter: http://server:port/DataServices/ClearCase
- Rational ClearQuest® adapter: http://host:port/DataServices/ClearQuest
- Rational RequisitePro® adapter: http://host:port/DataServices/RequisitePro
Results
If the adapter is working correctly, you see an XML document
that lists the schema repositories that are registered.
What to do next
If the project list for the Rational RequisitePro Data Services does not
show new projects even though Rational RequisiteWeb
shows them, the path to the
catalog.txt might
need updated. The
catalog.txt file lists all
the projects that are to be used by Rational RequisitePro. Ensure that
the path for the
catalog.txt file is correctly
specified for the
VegaDataServices.Adaptor.RequisitePro.CatalogFilePath parameter.
- WebSphere® Application Server:
- Open the administrative console in a browser. Example: http://server:port/ibm/console/logon.jsp
- Click .
- Click VegaDataServices.Adaptor.RequisitePro.CatalogFilePath.
- Update the parameter with the correct path on
your computer that points to the catalog.txt file.
Example: C:\Program Files (x86)\IBM\RationalSDLC\RequisitePro\ReqWeb\projects\catalog.txt.
- Click OK to save the changes.
- Apache Tomcat:
- Navigate to %CATALINA_HOME%\webapps\DataServices\WEB-INF.
- Open the web.xml file.
- Locate the parameter VegaDataServices.Adaptor.RequisitePro.CatalogFilePath.
- Update the parameter with the correct path on
your computer that points to the catalog.txt file.
Example: C:\Program Files (x86)\IBM\RationalSDLC\RequisitePro\ReqWeb\projects\catalog.txt.
- Save the changes to the web.xml file.
- Restart Apache Tomcat.