cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver 7.02 ABAP Trial Version - Password logon no longer possible

Former Member
0 Kudos

Hi All,

i have successfully installed a Trial version of SAP Netweaver 7.02 and GUI. Now some troubles occur when i try to login using the SAP GUI. Now i see an error message: "Password logon nolonger possible - too many failed attempts". Have anyone got this problem? I tried to login with BCUSER(pwd: abcd1234), DDIC (Installer PW: 19920706) and SAP (Installer PW: 06071992)*

but all were unsuccesfull.

Thanks for any tips

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

this SAP* and 06071992 credential is not working, please help.

Former Member
0 Kudos

Hi

Use the password you defined during initial installation, in stage: "password for all SAP users", I could log on with SAP* and DDIC, now I have to unblock BCUSER.

vincentlim826
Employee
Employee
0 Kudos

Hi,

try deleting that entry from usr02 at the database level.

delete from usr02 where mandt='<client>' and bname='SAP*';

This will unlock the sap* user and reset its password back to 'pass'.

Then you will be able to reset DDIC when logged on as SAP*.

Sometimes the SAP* user is not activated. There is a profile parameter

login/no_automatic_user_sapstar - the value for this should be 0 if

want to be able to logon to the system with the user SAP* . Make sure

this profile parameter is set in the INSTANCE profile.

Remember if you update this profile or include it in the system

profiles you will need to bounce the server for it to take effect.

hope this helps.

Regards,

Vincent

Former Member
0 Kudos

Hi Vincent,

thanks for your tip, but i am new with SAP Netwear, can you tell me where i can execute that sql script while i can't log on. I have installed Database Manager and SQL Studio.

best Regards,

Vinh

vincentlim826
Employee
Employee
0 Kudos

Hi Vinh,

You mean you can't logon to your maxDB database ?

See this: http://wiki.sdn.sap.com/wiki/display/MaxDB/SAPMaxDBTools

you can use DBMCLI.

Regards,

Vincent

Former Member
0 Kudos

Hi Vincent,

your suggest is great. I used SQL Studio to execute that script, now SAP*( mandt=001) is gone , but when i run this scritp:

UPDATE usr02 SET uflag = '0' where mandt='001' and bname='BCUSER' that worked perfectly, BCUSER is unlocked yeahh!!

Best greetings from Ilmenau

Vinh