cancel
Showing results for 
Search instead for 
Did you mean: 

All users in production client got locked mistakenly.

Former Member
0 Kudos

All users in production client got locked mistakenly. Is there any method to unlock them? I am using SQL server as database.

Edited by: Rajkumar Namdeo Phand on Dec 15, 2009 3:34 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

Go to SU10 select all users and click unlock

Regards

Juan

Former Member
0 Kudos

All users along with SAP* and basis are locked. There is no way I can log in using any user id. please help.

JPReyes
Active Contributor
0 Kudos

The procedure to unlock SAP* has been posted hundreds of times.... a simple search in SDN will give you the answer.

Please search before posting.

Regards

Juan

Former Member
0 Kudos

On Microsoft SQL Server 7.0:

Start the "Query Analyzer"

Enter the database server as the host.

User: <sid>adm

Authentication: "Use Windows NT authentication"

Enter the following command and execute it:

DELETE FROM prd.[USR02] WHERE MANDT='<Client>' AND BNAME='SAP*'

Exit the "Query Analyzer"

You can now log on to the system again with user SAP* and the initial

password

JPReyes
Active Contributor
0 Kudos

how easy was that?...

Regards

Juan