Updating a database user and password using the AAI Config tool locking my database accounts.
search cancel

Updating a database user and password using the AAI Config tool locking my database accounts.

book

Article ID: 194897

calendar_today

Updated On:

Products

Automic Automation Intelligence

Issue/Introduction

Updating a database user and password using the AAI Config tool locking my database accounts.

Environment

Release : 6.5.1 and earlier

Component : AUTOMIC AUTOMATION INTELLIGENCE ENGINE

Resolution

Resolved in AAI 6.5.2

 

Work around to update the username/password if you are not yet on 6.5.2 is below:

1. Shutdown the JAWS Server Application

2. Change path to /JAWS/jboss/standalone/configuration

3. copy jaws-database.xml to jaws-database.xml.orig (or whatever name you need it to be).

4. Edit jaws-database.xml file and enter the NEW_USER NEW_PASSWORD where you see

        <password>XXXXX=</password>

5. Make sure to change the line below to false

Change from:

        <encrypted>true</encrypted>

Change to:

        <encrypted>false</encrypted>

 

5. Save file jaws-database.xml 6. Start the JAWS Server Application.  

Additional Information