cancel
Showing results for 
Search instead for 
Did you mean: 

Forgot SDM password , How to get it

Former Member
0 Kudos

Hallo,

I have forgotton the SDM password, can any body tell me how can get it back. I am working on a stand alone desktop.

regards,

kk

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks, your suggestion worked.

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Happy that it worked. Please close the thread by marking 'Problem Solved'.

Regards,

Vijai

former_member185864
Active Participant
0 Kudos

Hi Kartik,

<b>Please give Reward Points; if it was resolved.</b>

Thanks,

Nagaraju

former_member185864
Active Participant
0 Kudos

Hi Kartik ,

<b>SDM Password Reset</b>

==================

Just enter following lines in your COMMAND LINE:

1. enter SDM directory as: cd C:\usr\sap\J2E\JC00\SDM\program

2. Execute the following (just copy-paste)

sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=standalone"

3. Execute following line (replacing Password1 with your new password for SDM)

sdm changepassword "sdmhome=C:\usr\sap/J2E/JC00/SDM/program" "newpassword=Password1"

4. I suggest also revert SDM back to integrated mode

sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=integrated"

5. Start SDM ? StartServer.bat

Reward points; if it is helpfull.

Thanks,

Nagaraju

Former Member
0 Kudos

Hi,

You can set a new password for SDM by activating the superadmin.

Follow these steps

Activate the SAP* user:

a. Start the config tool for editing UME properties.

b.Set the following properties:

<b>ume.superadmin.activated --> true</b>

This activates the SAP* user.

<b>ume.superadmin.password <password></b>

Enter any password of your choice. This defines the password for the SAP* user.

c.Restart the Java application server.

The SAP* user is now activated. While it is activated, all other users are deactivated. You can only log on with the SAP* user.

Log on to the User Administration Console using the SAP* user.

Then set a new password for the user which you are using.

Deactivate the SAP* user again.

Start the config tool for editing UME properties as described in Editing UME Properties.

Set the <b>property ume.superadmin.activated to false</b>.

Restart the Java application server.

<b>Reward points if useful.</b>

Regards,

Nayana

vijayakhanna_raman
Active Contributor
0 Kudos

Hi karthik,

Check thisSteps.

Open the command line.

Go to the SDM\program directory.

Stopserver

Execute :

sdm jstartup "mode=standalone" "sdmhome=C:/usr/sap/<SID>/<Instance>/SDM/program"

Wait for a confirmation that your setting was saved.

Execute:

sdm changepassword "sdmhome=C:/usr/sap/<SID>/<Instance>/SDM/program" "newpassword=abc123"

Again wait for a positive confirmation.

Execute :

sdm jstartup "mode=integrated" "sdmhome=C:/usr/sap/<SID>/<Instance>/SDM/program"

Just to make sure it's set back to integrated.

startserver

Regards,

Vijai

Former Member
0 Kudos

Hi Kartik,

In case u have forgotten ur admin pwd(I think u r bcos u r working on standalsone desktop)You have to activate the super admin in config tool.In Config tool go to Global server configuration->com.sap.security.core.ume.service.in that go to global properties->ume.superadmin.activated.make the custom value TRUE & set the password for super admin,save & restart ur cluster.

ur SAP* user is activated in that case.Then login again in config tool & go to cluster-data-> secure store.in secure store data go to admin/password/<instance name>.Here u can specify ur password ,give ur password in value field.save it.Then deactivate the super admin & restart ur cluster.

U will be having new password for ur SDM.

regards

Sumit

Former Member
0 Kudos

Hi

Check this link