How to reset AveksaAdmin Password by Send Email with the Password Reset Key: ( For IMG 6.8.1, 6.9.x)
2 years ago
Originally Published: 2015-03-31
Article Number
000067568
Applies To
IMG 6.8.1 and 6.9.x
Issue
Forgot AveksaAdmin Password 
Resolution
How to reset AveksaAdmin Password by Send Email with the Password Reset Key: ( For IMG 6.8.1, 6.9.x)
  1. SSH to the Aveksa server and log in by oracle user
  2. Connect to the database by :
sqlplus avuser/( avuser password)@avdb
User-added image
       3- Execute the following database package with the e-mail parameter:execute Utilities_Pkg.Set_AveskaAdmin_MailId('User@Domain.com');
commit;
exit

 User-added image

     4- Restart the Aveksa server:
           acm restart

     5- Open Aveksa login page then type AveksaAdmin user and Login then Click on Forgot AveksaAdmin Password User-added image
 
       6- Click Send Email, which will send the password reset key to the AveksaAdmin Mail id which we have set by the database package.
User-added image