Setting reporting values in configuration files

You must set values in configuration files when using certain reporting features or configurations.
About this task
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:
  1. 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 
  2. 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 
  3. 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 key. For example:
    com.ibm.team.repository.db.jdbc.location = C:/Program Files/IBM/RationalSDLC/ClearQuest/RCQR/server/repositoryDB    
  4. To configure e-mail 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.user=<your.smtp.login.id>
    com.ibm.rational.report.smtp.password=<your.smtp.password> 

    For more information about configuring e-mail notification to enable e-mailing links to shared report snapshots, see technote 1315248.


Feedback