cancel
Showing results for 
Search instead for 
Did you mean: 

SDM Password Problem

Former Member
0 Kudos

Hi All,

I have installed sneak preview on windows platform..

I had forgotten the SDM password and Administrator password.

Can you guys please help me in resettingor creating new Administrator and SDM password..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

check SAP Note 669848 Unlocking the Administrator User on the J2EE Engine/AS Java

regards,

kaushal

Former Member
0 Kudos

Hi Kaushal,

I didnt have SMP ID for checking the SAP Note. Can you please give me the other solution.

Thanks in Advance...

Former Member
0 Kudos

Hi,

check

regards,

kaushal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raju,

For changing SDM you can change using command prompt as i mentioned earlier.

And you can change administrator passoword in 2 ways:

1. In secure storage in configtool. you need to restart the system.

2.Use the visual administrator to enter the user ID and password of the new administrator user for the connection factories of the JMS server instances that use authentication with the administrator user.

a. Choose the JMS Provider service of the AS Java.

b. In the Runtime tab, choose an entry from the list of JMS server instances.

c. In the Connection Factories tab, enter the user name and password for the new administrator user in each of the connection factories that use the administrator user for authentication.

This procedure also requires Restarting AS java.

Thanks

Kishore

Former Member
0 Kudos

Hi Raju,

Please follow the below procedure to change the SDM passowrd, definetely it will work.

SDM Password Change:

Just enter following lines in your COMMAND LINE:

1. go to SDM directory as: cd C:\usr\sap\<SID>\<JC00>or <DVEBMGS00>\SDM\program

2. Execute the following

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 - StartServer.bat

For changing Administrator password:

You can change this through R3 level if it is ABAP+ JAVA using SU01. If it is only Java stack, please use Config tool to change the adminstrator password.

Please use this defintely it will works.

Thanks

Kishore