cancel
Showing results for 
Search instead for 
Did you mean: 

Forgot Password

Former Member
0 Kudos

Hi,

I have SAP R/3 4.7 installed. I forgot the password.

Pls. let me know how to login without password or reset the login.

Thanks.

Points will be rewarded.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Padma,

Try this command at ur sql plus query level

Go to cmd prompt.

Sqlplus /nolog

conn /as sysdba

this will take you to the sqlprompt.

Just execute the earlier commands there.

sqlplus>UPDATE SAP<schema>.usr02 set uflag=0 where mandt=<CLNT NO> and uflag=64; this statement actually unlocks the users of that particular client. So, try for every client in that sap system.

b) 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).

<b>**Reward if this helps**</b>

Regards

AK

former_member227476
Active Contributor
0 Kudos

hi padma,

is you question has been resolved or not?

if still not resolved you can contact the person who installed the software.

or you can loggin with clint 066, with user ID sap* and password as PASS

rewards if it helps

siva

Former Member
0 Kudos

hi..

the Password has to be Reset... if it is ur personal PC.. the consult the people who have installed the software..

or Consult the Basis Admin.. as suggested by above forum members

reward if useful

thnx and regards..

Naren

Former Member
0 Kudos

Hi

As informed by rajesh, you need to consult basis people.

Regards,

Naveen Duggineni

Former Member
0 Kudos

Basis forum is the correct forum to answer this question.

Regards,

Rajesh Banka

Reward points if helpful