Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

user is locked please notify the person responsible in sap demo system

Former Member
0 Kudos

Hi All

This is Ravi

i got the error ,  when i  logon in sap demo sytem client is 800 then i get the error is

"user is locked, please notify the person responsible "

i am already using these actions but i wonts work

1) i entered username : SAP*

                  pwd         : PASS

2)  Username : IDADMIN

     PWD       :  ides

please any one give me the solution

Best Regards

Ravi

7 REPLIES 7

former_member189862
Participant
0 Kudos

Hi Ravi,

Do you have a SAP Basis or security person, who can look at your id in SU01 and unlock the user id?

Thanks,

Former Member
0 Kudos

Hi Kapil

Thanks for response but it wont work , actually i  am using demo( ides) sap for practcing sap security

could you help me any one !

Best Regards,

Ravi yerra

AbhishekGupta1
Participant
0 Kudos

Hi Ravi,

For sap*, password is pass (small letters, not capital latter).

before logging in via sap*, make sure you have below profile parameter active:

login/no_automatic_user_sapstar = 0

(default value is 1)

If you don't have this parameter set, set it via rz10 and take  a restart of system.

sap* should work after that and if still not working, rename it from database level.

for oracle you can use below command from sql prompt:

update sapsr3.usr02 set bname='SAP*.OLD' where bname='SAP*' and mandt=800;

after this command, try login with sap* using password as pass

If you have parameter set and renamed old sap*, it must work as sap* is a hardcoded user and as you try to login after renaming from DB level, it will create again with password pass

Regards,

Abhi

0 Kudos

Hello Abhi,

why rename sap* instead of deleting it????

In that way you create big inconsistencies, as an usr02-entry exists w/o any changedoc etc.

@Ravi: please read the documentation before you post.
This time I will not delete your thread.....

thx

brgds, Bernhard

radhakrishnan_r
Participant
0 Kudos

Ravi,

SAP* user can be deleted if there is no user is able to login but in this case its a IDES system, so you still able to login to IDES 800 client using DDIC username with 19920706 as password and SAP* 06071992.

since SAP* locked try to login using DDIC username in 800 client with pwd mentioned and above password is valid in IDES alone.

Try  Abisishek Gupta steps if all users locked out.Abhishek Gupta

Regards,

RK

0 Kudos

Hi RK

I entered the those password and username what you gave to me but it wont work .

if i entered these it show error like too many attempt login failed.

radhakrishnan_r
Participant
0 Kudos

Hi Ravi,

Then you have to delete SAP* from DB at os level and login using pass as password and unlock the username which you want.

check this link for delete/unlock username at os level

SAP Basis And Security: Unlock DDIC and SAP* at DB level

Regards,

RK