cancel
Showing results for 
Search instead for 
Did you mean: 

How to do sdm pasword reset

Former Member
0 Kudos

I entered the sdm Password wrong 5 times or so and it gets locked .Any idea how to unlock it and reset the password in case i dont remeber?

George

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi George,

This thread can help you:

Regards

Srikishan

Answers (5)

Answers (5)

corinne_lofts
Participant
0 Kudos

Hi everyone,

Is there actually an official document that describe the SDM command options, including the changepassword one?

The only info I seem to find are on the forums and the wild web, no document from SAP so far.

Cna you help, I am after offical PDF docs or OSS Notes related to changepassword.

Thank you

Minette

Former Member
0 Kudos

You can find SDM pdf documents under the /usr/sap/<SID>/JCxx/SDM/program/doc

The directory has two pdf docs.

SDMCommandLineDoc_en_final.pdf

SDM_Documentation_EN.pdf

They also have the info. for password change.

Thanks,

Naveed

Former Member
0 Kudos

excute the below script and try now..

1)StopServer.sh

when SDM is stopped

2)sdm.sh jstartup "mode=standalone"

3)sdm.sh changepassword "newpassword=d0ughnut"

4)sdm.sh jstartup "mode=integrated"

Now start SDM

5)StartServer.sh

Former Member
0 Kudos

The above is for Unix.

For Windows -

Goto command prompt.

1 - Goto folder \usr\sap\<SID>\DVEBMGS01\SDM\program (where SDM, RemoteGui.bat exists)

2 - In MMC, Goto J2EE processes. Right click on SDM and "disable process"

3 - Type - sdm jstartup "mode=standalone"

4 - Type - sdm changepassword "newpassword=mfl123"

5 - Type - sdm jstartup "mode=integrated"

6 - Now goto MMC and start SDM

Your new password to get in to JSPM or SDM is mfl123

0 Kudos

Hi,

i solved the problem with OSS note 701654

Deployment aborts due to wrong J2EE Engine login information

Uwe

0 Kudos

HI,

what user shows the SDM RemoteGUI if you start it with the password sdm

and what user will be shown in the log item of deployment "Detailed Information".

I have the same problem

described here.

Uwe

Former Member
0 Kudos

Hi,

To reset the SDM password follow this procedures.

Open the following directory and file.

usr\sap\<Name>\JC00\SDM\program\config

open sdmrepository.sdc file in wordpad. Enter the value "yPLDEBe3oOb6H2mmjJ0zztOgw/A="

<Hashedpassword>yPLDEBe3oOb6H2mmjJ0zztOgw/A=</Hashedpassword>

save the file.

Do this process during the server offline mode. After the changed made...then start the server. Your SDM new password is sdm.

If you face any problem please reply.

If it works well...don't forget to award points.

Thanks,

Venu Padmanaban

Former Member
0 Kudos

Hi,

i also have a problem by deploying an ear file with the SDM Server. i entered "yPLDEBe3oOb6H2mmjJ0zztOgw/A=" in the .sdc file after starting the server again. i tried to deploy with the new pwd as "sdm" but it didn't work.

I don't know what to do.? i would so happy if somebody

can help me. Thank you