cancel
Showing results for 
Search instead for 
Did you mean: 

problem with SAP* and DDIC Default passwords and user are locked

Former Member
0 Kudos

Hi gurus

I have a problem. I was installing SAP NetWeaver 7.0 SR2 ABAPJava on Windows: MaxDB on my Own Server. I have installed ABAPJAVA instance successfully and trying login using SAP* in 000 client with default password below given.

<b>SAP* (06071992)

SAPCPIC (ADMIN)

DDIC (19920706)</b>

i have tried till it got locked out.

Can any one please tell the procedure to Unlock the SAP* password and what will be the Default passwords after installing?

Thank you in advance. Point will be given for useful answer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

unlcok the sap* and login with the master password which you gave at the time of installation.

Please use the link to unlock the user

Thanks

Prince Jose

Former Member
0 Kudos

Hi Prince jose

I tried this earlier. Let me tell you what exactly i tried

To workaround the above problem, add these to DEFAULT.PFL

login/failed_user_auto_unlock = 1

login/no_automatic_user_sapstar = 0

delete from sapsr3.usr02 where mandt='000' and bname='SAP*';

delete from sapsr3.usr02 where mandt='001' and bname='SAP*';

Restart the Application and DB server

Still i am not able to

Bhaksar

Former Member
0 Kudos

What password did you try to log in with for SAP*?

Once you delete SAP* from USR02 and enabled those profile parameters -- the password for SAP* will now be "pass" -- not what you showed in your first post.

Try that and let me know.

Former Member
0 Kudos

You are having issues in client 000 rite ?

I dont think login/no_automatic_user_sapstar = 0 will help you , This parameter will help you to login newly created client ( other than 000/001) with sap* and passowrd PASS.

login/failed_user_auto_unlock = 1 , will enable automatic unlock off locked user at <b>midnight</b>

Did you use the correct Maxdb sql command ?

Thanks

Prince Jose

Former Member
0 Kudos

Yeah the above solution should do .