Setting Rational ClearQuest database properties

You must have the correct values set in the /RCQR/server/reportserver.properties file to enable use of Report Server for ClearQuest sample reports.
To check or change the database properties:
  1. In a text editor, open /RCQR/server/reportserver.properties.
  2. Locate the following lines in the file:
    user.registry.cq.dbSet=7.0.0 
    user.registry.cq.userDb=SAMPL
  3. Verify that the values are as shown and modify them as needed. Note that these values should match the database values in the ClearQuest Maintenance Tool.
  4. If you are using a remote CM server, also check the following line:
    user.registry.cq.connectionUrl=http://localhost:12080/TeamWeb/services/Team
  5. If you are using Crystal Reports with the Report Server for ClearQuest, verify or modify values for the following properties (default values are shown):
    # Crystal Reports adapter properties
    report.service.crystal.serverPath=/cqwebreport/CRInvoker
    report.service.crystal.serverPort=12080
    report.service.crystal.reportViewerHeight=600
    

    The report.service.crystal.serverPath property is used to build the URL for requests to the Report Server for Crystal Reports. A partial URL path or a full URL path can be specified. When using a partial path, the Crystal Reports adapter constructs the full URL using the IP address of the server and the report.service.crystal.serverPort property.

    The report.service.crystal.serverPort property is used for construction of a URL to launch reports on the Report Server for Crystal Reports. Using the default settings, the generated URL is:
    http://<host_ip>:12080/cqwebreport/CRInvoker 
    To specify an https URL, enter the entire URL for the serverPath setting. For example:
    report.service.crystal.serverPath=https://<host>:12043/cqwebreport/CRInvoker
  6. Save and close the file.

Feedback