You must have the correct values set in the /RCQR/server/reportserver.properties file
to enable use of Report Server for ClearQuest sample reports.
Before you begin
To check or change the database properties:
- In a text editor, open /RCQR/server/reportserver.properties.
- Locate the following lines in the file:
user.registry.cq.dbSet=7.0.0
user.registry.cq.userDb=SAMPL
- 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.
- If you are using a remote CM Server, modify the following
line by replacing localhost with the IP address or
host name of the remote CM Server.
user.registry.cq.connectionUrl=http://localhost:12080/TeamWeb/services/Team
- 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 and report.service.crystal.serverPort properties
are used to construct the URL to run reports on the Report server
for Crystal Reports. For the report.service.crystal.serverPath value,
you can specify either a relative path or a URL. If you specify a
relative path, the Crystal Reports adapter constructs the URL by
using the IP address of the server and the value of the report.service.crystal.serverPort property.
To specify an SSL (Secure Socket Layer) URL, enter a URL for
the
report.service.crystal.serverPath property value.
For example:
report.service.crystal.serverPath=https://host-ip-address-or-name:12043/cqwebreport/CRInvoker
- Save and close the file.