Products | Versions |
---|---|
TIBCO Spotfire Advanced Data Services | 6.2.X |
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).
Complete these steps in order to reconfigure CIS so that it uses the new password to access its repository database:
mysql> update user set password=PASSWORD('<PASSWORD_IN_CLEAR_TEXT>') where user='cs060205'; mysql> commit; mysql> flush privileges
repo_util.bat -exportConfig > repo.properties
<common:attribute> <common:name>/server/config/database/databasePassword</common:name> <common:type>PASSWORD_STRING</common:type> <common:value>Encrypted:3C69A34C292CE89B</common:value>
<common:attribute> <common:name>/server/config/database/databasePassword</common:name> <common:type>PASSWORD_STRING</common:type> <common:value>myNewPassword</common:value>
repo_util.bat -updateConfig -configFile repo.properties repo_util -listConfig