When we change or update the weblogic Administrator Password, we need to update the AIA password as well because AIA installation is done on SOA which uses weblogic Password to Connect to SOA Server.
In the Oracle Guide they have mentioned two approaches to change the password.
First one did not work for me.
Let me discuss what actually worked.
Please follow the below steps exactly to successfully change or update the password for AIA:
- First, make sure that you have XManager installed if you have a remote server as we will be needing GUI.
- Go to the following location:
AIA_HOME/util/UpdateStore - Run the below command:
ant -f $AIA_HOME/util/updateStore.xml updateStore -DAdminUsername=weblogic -DAminPassword=<the 'weblogic' user's password>
Here DAdminUsername is the weblogic Admin username(old username)
and DAminPassword is the weblogic Admin password(old password) - A GUI window will pop up, there please enter the user id and password and then the XPATH for the password from the AIAInstallProperties.xml (i.e. /properties/fp/server/password)
When the process is complete you should see the encrypted password in the AIAInstallProperties.xml file:
<username>weblogic</username>
<password>[C@29c58e</password> - Repeat step 3 till all the weblogic password's are encrypted in the AIAInstallProperties.xml file.
Please let us know if you face any issues while updating the AIA password.