You must set values in configuration files when using certain reporting
features or configurations.
In all cases, you must update a key in the reportserver.properties
files with the encrypted password for the Rational ClearQuest administrator
account. You'll need to set additional configuration values if your site:
- Uses a remote CM server
- Uses a repository that has been moved to a new location
- Uses email notification. This feature is supported for BIRT reports.
- To update an encrypted password, in a text editor, open the file
\RCQR\server\reportserver.properties. Update the following key with the encrypted
password for the Rational ClearQuest admin account. For information on generating
an encrypted password, see Generating an encrypted password for the Rational ClearQuest admin account.
For example:
user.registry.cq.connectionPassword=dfce3c5374d10c3506d158b5ce7c7039 user.registry.cq.connectionPassword.encrypted=true
- If you are using a remote CM server, in a text editor, open the
file \RCQR\server\reportserver.properties. Update the following key with remote
CM server URL to use a remote CM server. For example:
user.registry.cq.connectionUrl=http://localhost:12080/TeamWeb/services/Team
- When you move a repository to a new location, you must specify
the new location in the teamserver.properties file. In a text editor, open
the file \RCQR\server\teamserver.properties, find the follow line and update
the following key. For example:
com.ibm.team.repository.db.jdbc.location = C:/Program Files/IBM/RationalSDLC/ClearQuest/RCQR/server/repositoryDB
- To configure email notification for the Report Server for ClearQuest,
in a text editor, open the file teamserver.properties, typically located in
the RCQR\server directory. Specify values for the following properties:
com.ibm.rational.report.smtp.server=<your.mailserver.name.domain>
com.ibm.rational.report.smtp=<your.smtp.login.id>
com.ibm.rational.report.smtp=<your.smtp.password>