cancel
Showing results for 
Search instead for 
Did you mean: 

I am unable to login to SAP system. How to login to SAP SYSTEM?

Former Member
0 Kudos

Hi,

I am unable to login to SAP system .w to login to SAP SYSTEM?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Satheesh,

1)You can delete sap* user

Go to cmd prompt.

Sqlplus /nolog

conn /as sysdba

sqlplus>DELETE SAP<SID>.usr02 where mandt='CLIENT.NO' and bname=SAP*;

Note:-

After doing this restart the system. So, that a new user with the name "sap" gets generated with password "pass". Provided the parameter is set login/no_automatic_user_sapstar= 0 (Automatic user SAP is permitted).

regards,

kanthi