cancel
Showing results for 
Search instead for 
Did you mean: 

Lost password for SAP* and DDIC

Former Member
0 Kudos

Dear SDN,

I have lost the password for SAP* and DDIC in client 000. These are the only 2 users that I know of in that client. Is there any way to fix this problem.

Thanks

Jeremy Baker

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Logon to the database ( I assume you have Oracle) from OS level follow the steps:

1) User sqlplus in os level. Login as user system

2) In the sql promt write this sql statement

DELETE from SAPR3.USR02 where mandt='000'

and bname = 'SAP*'.

Now you can login using SAPGUI as user SAP* and password pass.

Cheers

Dipam Phukan

Answers (1)

Answers (1)

Former Member
0 Kudos

You can manually delete the user SAP* from the Table USR02 for the client 000. After that you can log in as SAP* and the default password as "PASS"

Regards.