cancel
Showing results for 
Search instead for 
Did you mean: 

How to change SDM's password?

Former Member
0 Kudos

Gurus:

We have to change the SDM's password to something.

However in the pdf doc in ..SDM/doc and in configtool, I do not see the way to change it.

Would you please share your experience?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member66264
Contributor
0 Kudos

sdm password is set at the time of installation...if u have forgotten the password then u can reset this password by following way...

1. Goto SDM directory: 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 (replace "password" with your new password for SDM)

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

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

5. start SDM StartServer.bat

Former Member
0 Kudos

cz,

Check following link.

[http://help.sap.com/saphelp_nw04s/helpdata/en/43/042270123a2bc7e10000000a114cbd/content.htm]

Hope thish helps.

Manoj

Former Member
0 Kudos

Hi cz

Here is the procedure to change the SDM password.

Logon to your CI server

Open a command prompt and change to the SDM directory: usr\sap\<SID>\DVEBMGS<SysNo>\SDM\program

Run the following commands:

a. stopserver

b. sdm jstartup u201Cmode=standaloneu201D

c. sdm changepassword u201Cnewpassword=<NewPassword>u201D

d. sdm jstartup u201Cmode=integratedu201D

e. startserver

Regards

Sekhar

Edited by: sekhar on Dec 13, 2009 3:22 PM