cancel
Showing results for 
Search instead for 
Did you mean: 

SDM Password

Former Member
0 Kudos

Hi,

Is there anyway to reset the SDM password?

It is possible to unlock/reset the j2ee admin password.

(/people/benny.schaich-lebek/blog/2004/04/13/how-to-unlock-your-java-admin)

However SDM password is still a mystery.

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185864
Active Participant
0 Kudos

Hi Kiran Gangadharappa,

<u>1. How to change the <b>SDM Password</b></u>

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 &#61664; StartServer.bat

<u>2. How to Reset/Unlock the <b>J2EE Admin Password</b></u>

STEP-1: Enable "SAP*"

1.Start the Config Tool C:\usr\sap\<SID>\<engine-instance>\j2ee\configtool\configtool.bat

Ex: D:\usr\sap\F02\JC00\j2ee\configtool --> configtool.bat

2.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service

3.Double-click on the property "ume.superadmin.activated = TRUE"

4.Double-click on the property "ume.superadmin.password=<Enter any password ex: abc123>"

5.Save.

6.Restart the engine.

STEP-2: Login with "SAP*" into portal

1. http://<host>:<Port>/useradmin/index.jsp

2. Enter userid / password as" SAP* / <password ex: abc123>"

3. Search for "Administrator" user

4. Reset or change password for "Administrtor"

STEP-3: Disable "SAP*"

1.Start the Config Tool C:\usr\sap\<SID>\<engine-instance>\j2ee\configtool\configtool.bat

Ex: D:\usr\sap\F02\JC00\j2ee\configtool --> configtool.bat

2.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service

3.Double-click on the property "ume.superadmin.activated = FALSE"

4.Save.

5. Restart the engine.

STEP-4: Login with "Administrator"

1. http://<host>:<Port>/useradmin/index.jsp

2. Enter userid / Password as "Administrator / <password>

3. it will ask change password just change it.

Please follow steps one by one. it should resolve your issue.

<b>Reward Points; if it is usefull.</b>

Thanks,

Nagaraju Parlapalli

Former Member
0 Kudos

Hi Kiran,

It is possible to reset the SDM Password.

1> Stop SDM process .

2> change to SDM\program dir

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

4>sdm changepassword "sdmhome=Drive:/usr/sap/<SID>/<Instance>/SDM/program" "newpassword=test123"

5>sdm jstartup "mode=integrated" "sdmhome=Drive:/usr/sap/<SID>/<Instance>/SDM/program"

Hope this will help you.

Regards,

Tushar Chavan