Workaround: The server.config command requires an administrator password
Workaround Summary
The execution of the server.config.bat or server.config*.sh command fails with the CRJAZ2160E error.
More Information
This may affect server.config.bat on Windows system and server.config*.sh on the Linux and AIX systems.
Problem
When the user runs the server.config* command for configuring the Rational Reporting Setup Server, if the user only provides the administrator username but leaves the password unspecified, he/she may run into the following error during the script execution:
CRJAZ2160E The user must have a password.
Workaround
The user should follow the steps below to restore the Rational Reporting Setup Server to pre-configuration state.
Notes:
- The path separators below would be ” for Windows.
- [rrdi_install_dir] is the directory where you installed Rational Reporting for Development Intelligence. For details on default locations, see Installation default files, directories, and values.
Steps:
- Shut down the Rational Reporting Setup Server by running server.shutdown.bat (on Windows), or server.shutdown (on Linux and AIX).
- Restore original repositoryDB directory:
- Navigate to [rrdi_install_dir]/setup/tool/JazzTeamServer/server/conf/jts/derby.
- Delete the repositoryDB directory.
- Unzip repositoryDB.zip into the same directory.
- Delete indices:
- Navigate to [rrdi_install_dir]/setup/tool/JazzTeamServer/server/conf/jts/derby/indices.
- Delete all subfolders and files.
- Open this file in an editor: [rrdi_install_dir]/setup/tool/JazzTeamServer/server/conf/jts/teamserver.properties; then delete the following properties:
- com.ibm.team.repository.server.webapp.url
- com.ibm.team.repository.oauth.trustedAuthorizedCallbacks
- Delete the contents of the following directories:
- [rrdi_install_dir]/setup/tool/JazzTeamServer/server/tomcat/work
- [rrdi_install_dir]/setup/tool/JazzTeamServer/server/tomcat/temp
- Restart the Rational Reporting Setup Server by running server.startup.bat (on Windows) or server.startup (on Linux and AIX). For details on starting the Setup server, see Starting and stopping the setup wizard server.
Once the Rational Reporting Setup Server is restored and restarted, then rerun the server.config* command and make sure to provide both the administrator username and password during the script execution. For details on running this command to initialize the Setup server, see Initializing the Rational Reporting for Development Intelligence setup wizard.
Copyright © 2012 IBM Corporation