cancel
Showing results for 
Search instead for 
Did you mean: 

How to Reset the SDM Password

Former Member
0 Kudos

Hi

I installed NW 2004s sp7 and its default password for SDM is abcd1234 or abc123

but its saying that SDM password is incorrect

So please let me know how to reset the SDM password

Thanks

MMukesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For changing the SDM password, the mode of SDM has to be set to standalone mode.

enter following lines in command line

1. enter SDM directory as: cd C:\usr\sap\SID\JCxx\SDM\program

2. Execute the following

sdm jstartup "sdmhome=C:\usr\sap\SID\JCxx\SDM\program" "mode=standalone"

sdm changepassword "sdmhome= C:\usr\sap\SID\JCxx\SDM\program" "newpasword= XXXXX"

Also put SDM back to integrated mode

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

Do reward points if useful

Regards,

Nayana

Former Member
0 Kudos

Hi

Thanks for your help

Answers (1)

Answers (1)

former_member185864
Active Participant
0 Kudos

Hi Mukesh,

SDM Password Reset

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

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 using commnad as "StartServer.bat"

Reward Points; if it is helpfull.

Thanks,

Nagaraju

Former Member
0 Kudos

Hi

Please let me know

do i need to stop the server or with our stoping the server do i need to execute the follwoing steps.

thanks

mmukesh

Former Member
0 Kudos

hi

problem sloved

thanks for your help