cancel
Showing results for 
Search instead for 
Did you mean: 

SDM Password

Former Member
0 Kudos

Hi all,

I have installed the SAP NWDS 7.0.09 and Jdk 1.5.

I created a sample application in NWDS. I was able to deploy the application and create an .ear file.

After this step the SDM password is prompted. From where will i be able to get the SDM password ?

Regds,

stck

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi stck,

At the time of installation you must have given the SDM password.You have to provide that password.

Regards

Ashok

Answers (5)

Answers (5)

Former Member
0 Kudos

Took Basis help

Former Member
0 Kudos

Hi Stock,

To stop and start the SDM I used the following procedure

cd /usr/sap/<SID>/JC<XX>/SDM/program

./StopServer.sh "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program"

./StartServer.sh "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program"

to change the password for SDM you can follow the following sequence

Login as <SID>ADM

1) cd /usr/sap/<SID>/JC<XX>/SDM/program

2) ./StopServer.sh "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program"

3) ./sdm.sh jstartup "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program" "mode=standalone"

4) ./sdm.sh changepassword "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program" "newpassword=<newpassword>"

5) ./sdm.sh jstartup "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program" "mode=integrated"

6)./StartServer.sh "sdmhome=/usr/sap/<SID>/JC<XX>/SDM/program"

Thank You

Reg,

Kishore

Former Member
0 Kudos

Hi,

should it not be the installation master password ? You enter this

master password once in SAPINST and this is used for all users

systemwide. So the SDM password could be the same as for

R/3 users DDIC / SAP*

Hope this helps.

kr,

andreas

Former Member
0 Kudos

Hi,

1) Open the command line.

Go to the /usr/sap/<SID>/<Instance>/SDM/program directory.

2) Execute :

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

3) Wait for a confirmation that your setting was saved.

Execute:

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

Regards,

Kanthi Kiran

Former Member
0 Kudos

Hi,

You can just go through this link, it may help you.

http://help.sap.com/saphelp_nw04/helpdata/en/3c/7d9e2588827546a2b8f2e7d8a26434/content.htm

Regards

Raghu