Updating a database user and password using the AAI Config tool locking my database accounts.
Release : 6.5.1 and earlier
Component : AUTOMIC AUTOMATION INTELLIGENCE ENGINE
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.