Download presentation
Presentation is loading. Please wait.
1
Update AMHOME Password
Presented by [Harshit Agrawal] 14/02/2017
2
Agenda: How to Update AMHOME password
3
Steps: 1- Encrypt the new password with “encryptPassword.sh” 2- Edit the “amhome.properties” file. 3- Edit the “dbconfig.xml” file. 4- Start the ILM Services . 5- Change the updated password in the “Design Object Repository Tab”
4
1- Encrypt the new password with “encryptPassword.sh”
Navigate to the [ILM_HOME]. Run the command: ./encryptPassword.sh <NEW_PASSWORD> It will return the encrypted password. Note: In the encrypted password we need to put ‘\’ before every ‘=‘ character. Before: CnJV1OaKBt5XqxVcHUX01A== After: CnJV1OaKBt5XqxVcHUX01A\=\=
5
2- Edit the “amhome.properties” file.
Edit the “ILM_HOME/webapp/WEB-INF/amhome.properties” file and update the new Entry: amhome.connection.password=<NEW_ENCRYPTED_PASSWORD>
6
2- Edit the “dbconfig.xml” file.
Edit the “ILM_HOME/webapp/visualization/reporthome/dbconfig.xml” file and update the following: Remove the <encrypt-sign> xml attribute and add two xml attributes <user></user> and <password></password> under all <workspace> attributes. Before: <encrypt- sign>qmWMqgMr89eOgDc2xXzEGdfNrcYsvmxiWbL7phYQObey3cnNXBtPrcYhvmJoOvs r4xX2GLWb2XwAX5yYzngZQJRq</encrypt-sign> After: <user>test</user> <password>1234</password>
7
3- Start the ILM services and update the password in the “Design Object Repository” Tab:
Navigate to the “Administration -> System Profile -> Design Object Repository” tab.
8
DEMO
9
Any kind of feedback we would like to hear from you:
10
Thank You
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.