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