cancel
Showing results for 
Search instead for 
Did you mean: 

Forget the password sap*

Former Member
0 Kudos

Dear All,

Kindly Help me out to recover the password.

Thanks and Regards

Alok

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Alok ,

If u are able to login as any other user . Login and change the password in t-code SU01.

Are you able to login into SAP.

Gurus if i am wrong please corrrect me .

Regards,

Rakesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can delete the user at database level and perform a stop/start of the system and also check the parameter login/no_automatic_user_sapstar should have the value 0.

You can delete it from database with below command

-login to OS level with SIDadm or oraSID

-sqlplus "/ as sysdba"

-At the SQL prompt, type the following command

SQL>DELETE * FROM USR02 WHERE MANDT="000" AND BNAME="SAP*"

SQL> Commit

SQL>Exit

-Restart the system and login with SAP* and default password

Regards.

Former Member
0 Kudos

Hi,

Login to the system with any of the user with proper authorisation and change the password of the sap* using SU01.

Rgds

Radhakrishna D S