cancel
Showing results for 
Search instead for 
Did you mean: 

Locked user and password after too many attempts for my sap server

Former Member
0 Kudos

Hi,

   My user and password are locked in SAP server.I'm getting error 'TOO MANY FAILED ATTEMPTS'.Can you please provide me with default user and password for client 300.Please provide me with solution immediately as it is urgent.

Thanks and Regards,

B.Ravi Teja

Accepted Solutions (0)

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi Ravi.

1. You can logon to DDIC or any other user id which is equivalent authorization id in 300 Client and then unlock the required user id,

OR

2. At DB level you can unlock the user id's , Refer the link

LOCK or UNLOCK SAP Users from Database Level via SQLPlus | SAPBASISINFO

Regards

SS

Former Member
0 Kudos

Hi sriram,

What is the password for DDIC?My database is MAXDB not SQLPLUS

Regards

ravi

former_member187565
Active Contributor
0 Kudos

Dear Ravi,

Kindly contact your SAP BASIS or Security team, who is responsible for user creation , password set.

Regards,

Rafikul

Former Member
0 Kudos

can you please tell me how to change parameter at os level?

Former Member
0 Kudos

Hi Ravi,

You can ask basis/security team to unclock it for you.

Else try below command to unlock the user id..

SQL> update SAPSID.USR02 set UFLAG=0 where BNAME='UserName' and MANDT='ClientNo.'



Regards,

Prithviraj.