cancel
Showing results for 
Search instead for 
Did you mean: 

SDM - JSPM - VA - No access due to user locked

Former Member
0 Kudos

Dear SAP colleagues,

I was not able to use either SDM (Software Deployment Manager), JSPM (Java Support Package Manager) and VA (Visual Adminstrator) in my SAP Solution Manager system 7.01 - SP05.

I have found the reason, the JAVA owner - SAPSR3DB were locked.

I have found it with the following sql command :

==> SELECT username, account_status from dba_users;

I have unlocked this user with the following sql command :

==> Alter user SAPSR3DB identified by <password> account unlock;

This user were locked due to the following reason.

1. I wanted to implement ISAGENT02_0-10007435.SCA in my Solution Manager system (SMC)

2. I have started SDM but the pwd to login were wrong.

3. I have changed the password using the following command :

 StopServer.bat

 sdm.bat jstartup "mode=standalone"

 sdm.bat changepassword "newpassword=<newpwd>"

 sdm.bat jstartup "mode=integrated"

 StartServer.bat

4. Then, I have changed the J2EE_ADMIN pwd using the same pwd as point 3.

5. Then, I have changed the secure store /admin/password/SMC using the same one as point 3 and. 4.

My question:

It is very confused for me concerning SDM user / pwd to use and J2EE_ADMIN and /admin/password/SMC.

Do you have any help regarding this topics ?

Thanks

Best regards

CP2009

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear CP2009,

The SDM user password is used for Java delpoyment tools liks SDM, JSPM (inturn uses SDM so for JSPM you have to use SDM user password).

The J2ee_Admin or administrator is the Administrator user for the Java stack and mainly role driven. its used for administrating java stack and its applications.

The answer is inArchitechture.

Hope this clarifies your doubt.

Thanks,

Jagan

Edited by: jagadheeshan govindasamy on May 28, 2010 7:11 PM

Answers (0)