cancel
Showing results for 
Search instead for 
Did you mean: 

SAP star user is locked

Former Member
0 Kudos

Hi There,

Can anyone tell me how to log-on client 000 if the super user ( SAP*) is locked, as well as DDIC user? Thanks a lot!

Any responses will be awarded,

Samson

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Samson,

You could try the method given in the link

http://www.saptechies.com/different-methods-to-lock-or-unlock-sap-users/

Thanks,

GLM

Former Member
0 Kudos

Simplest way out , if you access to database delete the is sap* from table usr02 with mandt set as the client in which you are facing the problem.

RElogin in that client with sap* password as pass or 07061992... but this requires the profile parameter

login/no_automatic_user_sapstar bet set to 0.

command at database level :

delete from sapsr3.usr02 where bname='SAP*' and mandt='000';

sapsr3 will change depending on your db schema name..

Regards,

yogesh

Former Member
0 Kudos

Thanks everyone!!! the problem is solved.

Regards,

Samson

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Login to the system which has sufficient authorisation of

changing a user password. Use transaction su01 and change the relevant sap* and ddic password.

Rgds

Radhakrishna D S