How to reset a lost Oracle Enterprise Manager password
Categories: Information Technology, OracleBelow documents how I was able to reset the ias_admin password for an Oracle Application Server 9i instance. This may or may not work on other versions or products. If in doubt, check with support.
Oracle's Enterprise Manager Web Site will enforce use of the current Administrator (ias_admin) password when you log in to Enterprise Manager, stop the Enterprise Manager Service, or change the ias_admin password. If you have forgotten your ias_admin password then you must reset it using the following procedure while you are logged on to your system as the person who installed Oracle Application Server:
1. Edit the following file and locate the line that defines the credentials property for use the ias_admin user:
$ORACLE_HOME/sysman/j2ee/config/jazn-data.xml
The jazn-data.xml with the credentials entry in boldface type:
-
<code><realm>
-
<name>enterprise-manager</name>
-
<users>
-
<user>
-
<name>ias_admin</name>
-
<credentials>sMrtt1fssLblHhltt97PfnotPLwWsaFr</credentials>
-
</user></users></realm></code>
2. Remove the entire line that contains the credentials property from jazn-data.xml.
3. Set a new password with emctl set password reset new_password
I hope this helps if folks have this same problem, but as I mentioned above, mileage may vary. If you're unsure, check with support.
10 Responses to “How to reset a lost Oracle Enterprise Manager password”
-
kader Says:
April 29th, 2007 at 10:25 amThanks a lot for this tip.
I just restarted to work on portal after long time break and I forgot the EM password! Fortunately there is this post! Great help. -
Manuel Says:
May 11th, 2007 at 6:26 amThis is *really* a great post!
I’ve recovered EM on our development environment!many thanks!
-
schroedi Says:
August 7th, 2007 at 8:05 amVery nice tipp.
I works very fine if you lost your password after installation. -
Dominique Says:
October 26th, 2007 at 9:44 amIt works also w/em 10g (at least R2).
Very useful tip. -
Imran Says:
January 7th, 2008 at 6:36 amIts a great great tip. Thank you very much
-
mark Says:
February 18th, 2008 at 8:43 amhi,
here is a question for you…
What if you have forgot your username also? -
Jon Emmons Says:
March 2nd, 2008 at 3:11 pmMark,
Sorry for the delayed response. You’ve probably figured this out by now, but the username for app server EM is always ias_admin.
-
Max Says:
July 16th, 2008 at 6:54 amThank you so much for this Tipp !!!
-
wadsworth Says:
October 29th, 2008 at 9:08 pmIf using EM Grid with Oracle Apps Plug-in, after creating application system and registering compoents, the password for apps user has changed. how do you change the password for Apps user in the em repository rather than typing in Grid
-
pradeep Says:
February 13th, 2009 at 6:23 amThanks
It worked really great post

