Change password of Configuration Automation database user
search cancel

Change password of Configuration Automation database user

book

Article ID: 40968

calendar_today

Updated On:

Products

CA Configuration Automation

Issue/Introduction

How to change password of CCA database user?

 

Environment

CA Configuration Automation - All versions

Resolution

Database user cca is created on your database during installation. You can change password of cca user after installation.

1. Stop CCA Server service or daemon.

Windows:
  Stop 'CA Configuration Automation Server' service.

UNIX/Linux:
  cd /opt/CA/CCAServer
  ./ccastop.sh

2. Change password of cca user on your database using database management tools.

3. Run setdbpwd.bat (Windows) or setdbpwd.sh (UNIX/Linux) under <CCA Server install folder>\bin.

4. Input new password twice.

And then, new password is encrypted and written in cca.properties file.

5. Start CCA Server service or daemon.

Windows:
  Start 'CA Configuration Automation Server' service.

UNIX/Linux:
  cd /opt/CA/CCAServer
  ./ccastart.sh&