AAI configuration tool shows "DB Schema: <Unavailable>" after database migration
search cancel

AAI configuration tool shows "DB Schema: <Unavailable>" after database migration

book

Article ID: 258600

calendar_today

Updated On:

Products

Automation Analytics & Intelligence

Issue/Introduction

When migrating the AAI database and updating the configuration tool with the new Database Connection details, the test is successful but the configuration tool shows that the DB Schema is unavailable, and the Expected schema is not correct.

 

Environment

Release : 6.4.3

Resolution

1. Verify all connection details are correct with a third party database tool like SQL Developer.

 

2. Check the /<Install dir>/jboss/standalone/configuration/jaws-database.xml to see if the updated database information is in the file or is it still showing the old database connection details.

 

3. If the old details are still in the file, Uncheck the "Encrypt" button and try to save the database details again and see if it updates the file.

4. If the steps above do not work you can make a backup copy of the /<Install dir>/jboss/standalone/configuration/jaws-database.xml and edit the file to update the new database connection details.

You must be sure to set the line below within the file to false:

        <encrypted>true</encrypted>

Should be:

        <encrypted>false</encrypted>

 

 

If there are stil issues please open a case with Broadcom Support and provide the configtool.log from the /<Install dir>/config/log directory.