change/update the Nolio Release Automation database user password
book
Article ID: 48155
calendar_today
Updated On:
Products
CA Release Automation - DataManagement Server (Nolio)CA Release Automation - Release Operations Center (Nolio)
Issue/Introduction
How do I change the Release Automation's database password if the password policy restriction in the organization changes or the 'Nolio' account is locked.
Environment
Release Automation 6.x
Resolution
Stop the 'Release Automation Server' service.
On the database server change the password for the 'nolio' user account.
Open '<Release Automation Home Dir>\webapps\datamanagment\WEB-INF\distributed.properties' file and specify the password:
data.management.database.pwd = <password>
Start the 'Release Automation Server' service.
Check whether you can login to Release Operation Center (ROC).
To encrypt the password:
Navigate to the '<Release Automation Home Dir>\scripts' folder using the command prompt.
The encrypt_password.bat file can be used to create the encrypted password. Open this file and replace the single dot with two dots as below in the relative paths section:
Execute the batch file to create an encrypted password.
Syntax: encrypt_password.bat <password>
Sample screenshot:
Stop the 'Release Automation Server' service.
Replace the value of data.management.database.pwd property in the '<Release Automation Home Dir>\webapps\datamanagment\WEB-INF\ distributed.properties' file.
Start the 'Release Automation Server' service.
Check whether you can login to Release Operation Center (ROC).