In some instances, after updating Aria Automation and Aria Automation Config (AAC) to 8.16.2 or higher, the Aria Automation Config home page defaults to "Something went wrong" and we're not able to log in.
Aria Automation upgraded to 8.16.2 or higher
Aria Automation Config upgraded to 8.16.2 or higher
The authentication method in Aria Automation v8.16.2 is not compatible with Aria Automation Config
The original authentication connection to Aria Automation needs to be disabled and an alternative authentication method needs to be configured in Aria Automation Config (AAC). Use these steps to complete the process.
SSH into the AAC appliance where postgresql is installed as root
Run 'psql -U postgres -h 127.0.0.1'
Enter '\c raas_<USE TAB KEY TO AUTOCOMPLETE THE DB NAME>'
Enter 'select * from vra_params;', then copy/paste the results to a text file for future reference
Enter 'delete from vra_params;' to clear the table contents
Enter '\q' to exit the database
Run 'systemctl restart raas', and wait 30 seconds before confirming the AAC UI is now accessible
If you are now able to see the login prompt, you should be able to log in with the root account (this is not the OS root account) which should have a default password of 'salt'. Once logged in, go the the Administration section on the left-hand panel and begin the process discussed in the documentation for setting up the user access.