Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Enterprise Manager on 10g authentication problem

Re: Enterprise Manager on 10g authentication problem

From: Roberto Devo <jdevroberto_at_yahoo.com>
Date: 10 May 2004 15:34:36 -0700
Message-ID: <b4942975.0405101434.7d4e974a@posting.google.com>


Hi,

This information coupled with clues in the log file has got me pointed in the right direction.

After I used sqlplus to change the sysman passwd, and then unlock the sysman account, and then edit emoms.properties, and then use
emctl stop dbconsole
emctl start dbconsole
I am now able to login to the page:
http://leo:5500/em/

for the most part,
it seems to work okay.

I do see an error message on the first page:

Status Metric Collection Error

However, when I click around inside the page, most of the screens seem to work okay.

I do see some errors in the log files:

For example,
emagent.trc
lots of these messages:

2004-05-10 15:26:37 Thread-729096 ERROR fetchlets.oslinetok: Process stderr = ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBegin)

2004-05-10 15:26:37 Thread-729096 ERROR engine: [oracle_database,or10g,Response] : nmeegd_GetMetricData failed : ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBegin)

I wish I knew which account it is trying to login to and what passwd it is trying to use.

-moi

> That was in the earlier days with oem 9. In this case (10g) you do
> login with a database account. In 10g you can set the sysman database
> password by editing emoms.properties.
> first set oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE and set
> oracle.sysman.eml.mntr.emdRepPwd=abigsecret
>
> restart the processes.
>
>
> regards,
> Ronald.
> -----------------------
> http://ronr.nl/unix-dba
Received on Mon May 10 2004 - 17:34:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US