cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to log in after deleing a user using SU12

0 Kudos

Hi Gurus,

We removed few inactive users using t-code SU12, now we are unable to login. I have tried with SAP* and DDIC as well?

Any idea?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182034
Active Contributor
0 Kudos

hi Sarawanraj,

if you have removed all users then you can login with sap* If you remembered the password of sap* then you can login otherwise you need to run following commands.

The command would be

SQL> delete sapsr3.USR02 where bname='SAP*' and mandt='client_number';

SQL> COMMIT;

after that you need to make sure the following parameter with their value in instance profile.

login/no_automatic_user_sapstar = 0

restart the instance and now you can logon with SAP*.

Regards,

majamil

Answers (0)