Skip to Content
0
Former Member
Jun 02, 2008 at 04:56 PM

Change SDM password

32 Views

Hi All,

I have followed these steps to change the password for SDM.

Stopped the SDM

1. Go to the drive we have installed Portal ( C:\ or D:), from the command prompt.

2. let us suppose the portal is installed in C:\ drive

3. From the command prompt. go to SDM directory as

C:\usr\sap\J2E\JC00\SDM\program

4. Execute the following (just copy-paste)

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

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

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

6. Also revert SDM back to integrated mode

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

7. Start SDM - StartServer.bat

inspite of doing it, when I try logging into SDM, it shuts itself off saying its a wrong password.

Even when I try deploying applications, it says wrong password.

Any help on this is much appreciated.

Regards,

DJ