cancel
Showing results for 
Search instead for 
Did you mean: 

User SAP* in client 066 locked due to too many failed login failures

Former Member
0 Kudos

Hi All,

In the last phase of SAP ERP SR3 IDES on MaxDB installation, I am getting below error.

Test logon to SAP system failed. User SAP* in client 066 locked due to too many failed login failures.

Its not proceeding further when I click ok.

I tried to logon using other user 'EARLYWATCH' in client 066 but its not getting logged on.

I have also executed below command.

sqlcli=> DELETE FROM usr02 WHERE bname = 'SAP*' AND mandt = '066'

http://scn.sap.com/thread/781342

But still I could not logon using SAP* with password "PASS"

Please help me.

Regards,

Swapnil

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi swapnil,

Restart the installation , when the installation asks to enter a password, enter same password to master, SAP System Admin, SAP Service user and DDIC.

please note password in notepad for temp.

Narendra

Former Member
0 Kudos

Hi Swapnil,

I guess the login/no_automatic_user_sapstar  is not set to 1.

In that case use this SQL statement to unlock SAP*

SQL> update usr02 set uflag=0 where bname='SAP*' and mandt=066;

SQL> commit;

and it will take the master password for SAP* instead of pass

Thanks,

Pavan

Former Member
0 Kudos

Hi Swapnil,

Try this !

Restart the installation from the scratch and when the installation asks to enter a password, enter same password to master, SAP System Admin, SAP Service user and DDIC. May this will help you.

gud luck

Vineet

willi_eimler
Contributor
0 Kudos

Hi Swapnil,

you cannot login, because the parameter login/no_automatic_user_sapstar is set to 1 and this prevents the login with sap* and PASS.

If you want to login, go to profile-directory (sidadm> cdexe)

and enter the parameter to instance profile (login/no_automatic_user_sapstar = 0) and restart the system.

Best regards

Willi Eimler

former_member188883
Active Contributor
0 Kudos

Hi Swapnil,

This looks to be information . Click OK and proceed.

Client 066 is not used for Productive business transactions and so if SAP* is locked there is no problem

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Even after clicking OK its showing same message.

I tried many times.

Thanks,

Swapnil