cancel
Showing results for 
Search instead for 
Did you mean: 

Maintaining Warm user : Error! wrong username or password!

Former Member
0 Kudos

Hello Experts ,

I am trying to run the following query but getting an error :

dbmcli -n <Host> -d <SID> -u SAP<SID>,<PWD> -uk w -us SUPERDBA,<PWD> -up TIMEOUT=0;

Error! wrong username or password!

Above query is coming from note 490325 -

I have checked the passwords of SAP<SID> and SUPERDBA by login to the dbmcli and it works.

Could you please let me  know which password am i missing here.

Thanks

Dev

Accepted Solutions (1)

Accepted Solutions (1)

JamesZ
Advisor
Advisor
0 Kudos

Dear Dev,

The error means SAP<SID>'s password is incorrect.
What is the following result?


dbmcli -n <Host> -d <SID> -u SAP<SID>,<PWD> db_state

As mentioned in the note, you can refer to the xuser note to add the "w" via xuser command.


Best regards,

James

Former Member
0 Kudos

Hello ,


I ran this query and it worked.

xuser -U w -u superdba,pwd -d sid -n host


Thanks

Dev

Answers (0)