cancel
Showing results for 
Search instead for 
Did you mean: 

Password reset for Admin user in MDM 7.1

Former Member
0 Kudos

Hi,

We would like to reset the password for Admin user in MDM system.

We have tried the below command in DB level:

"update <Repository Name>_M000.A2I_CM_USERS set PASSWORD='D41D8CD98F00B204E9800998ECF8427E' where USERNAME='Admin';"

After that we have restarted the services as well but still we are not able to connect using user "Admin" and password "sapmdm".

Kindly provide the inputs .

Regards,

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

cweissheimer
Advisor
Advisor
0 Kudos

You need to use the command CLIX repEmergencyAdminUserSetPassword <MdsHostSpec> <RepositorySpec> <AdminCredentials>:

Changes the Admin account password. For AdminCredentials use the format Admin:newPass

Check the help page below for more info:

Repository Control Commands - SAP NetWeaver Master Data Management (MDM) 7.1 - SAP Library

BR,
Carlos

Former Member
0 Kudos

Hi Carlos,

I am getting below error, after executing the command:

"Error: oxffab4118,cannot connect to MDM repository or DBMS"

Kindly suggest.

cweissheimer
Advisor
Advisor
0 Kudos

Make sure all the argument parameters were correctly filled in the command.

Check the page below for the correct argument syntax:

http://help.sap.com/saphelp_nwmdm71/helpdata/en/b5/7851a3d6ae4d9680b5e28e32e14448/content.htm

Best Regards,

Carlos

Former Member
0 Kudos

Hi Carlos,

Thanks for the inputs.

The password has been reset.

Closing the Thread.