This KB describes how to reconfigure the Cisco Information Server (CIS) so that it uses a new password in order to access its repository database (DB).
Issue/Introduction
This KB describes how to reconfigure the Cisco Information Server (CIS) so that it uses a new password in order to access its repository database (DB).
Environment
Product: TIBCO Spotfire Advanced Data Services
Version: 6.2.x
OS:All Supported Operating Systems
--------------------
Resolution
Complete these steps in order to reconfigure CIS so that it uses the new password to access its repository database:
Change the password for the corresponding user.
Here is an example:
mysql> update user set password=PASSWORD('<PASSWORD_IN_CLEAR_TEXT>') where user='cs060205';
mysql> commit;
mysql> flush privileges
Make a backup of the server_values.xml file located in <CIS_INSTALL>/conf/server.
Export the repository configuration file and save it into repo.properties.
repo_util.bat -exportConfig > repo.properties
Open the server_values.xml file and locate these lines: