cancel
Showing results for 
Search instead for 
Did you mean: 

NWO4S Installation - Forgot Master Passwords

Former Member
0 Kudos

Hello All

I am in Urgent need of some help. Please Help

I have started Installing NW04S Abap + Java on HPUX system

I have entered a master password for all of them like SAP*,DDIC etc

Now at the step 30 (check DDIC password) phase stops with an error saying

"Test logon to SAP system PU1 failed.

MAKE sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct"

Can anyone tell me how to go with the Installation.

As well I guess the accounts are locked because I have tried more than 3 times. Is there a way we can edit the Installation files for example(key db.xml files) or any other ways

Please help

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185864
Active Participant
0 Kudos

Hi tom,

Reset Admin Password.

Just follow below steps:

STEP-1:

1.Start the Config Tool C:\usr\sap\<SID>\<engine-instance>\j2ee\configtool\configtool.bat

Ex: D:\usr\sap\F02\JC00\j2ee\configtool --> configtool.bat

2. "Switch to configuration mode" for that Click on "Pencil" icon;

3. Click on "Pencil" icon means "Swith to Configuration Edit mode" then say "YES"

4. cluster_data --> server --> cfg --> services -->

click on "Propertysheet com.sap.security.core.ume.service

select properties:

ume.superadmin.activated = True

ume.superadmin.password = <enter password >

then say "OK"

Click on "Pencial ICON.

5. Save & restart Java Engine.

STEP-2: Logon with SAP*

Login with "SAP*" into portal

1. http://<host>:<Port>/useradmin/index.jsp

2. Enter userid / password as" SAP* / <password ex: abc123>"

3. Search for "Administrator" user

4. Reset or change password for "Administrtor"

STEP-3: Disable "SAP*"

1.Start the Config Tool C:\usr\sap\<SID>\<engine-instance>\j2ee\configtool\configtool.bat

Ex: D:\usr\sap\F02\JC00\j2ee\configtool --> configtool.bat

2. "Switch to configuration mode" for that Click on "Pencil" icon;

3. Click on "Pencil" icon means "Swith to Configuration Edit mode" then say "YES"

4. cluster_data --> server --> cfg --> services -->

click on "Propertysheet com.sap.security.core.ume.service

select properties:

ume.superadmin.activated = False

ume.superadmin.password = <enter password > --> delete password of SAP*

then say "OK"

Click on "Pencial ICON.

5. Save & restart Java Engine.

STEP-4: Login with "Administrator"

1. http://<host>:<Port>/useradmin/index.jsp

2. Enter userid / Password as "Administrator / <password>

3. it will ask change password just change it.

Please follow steps one by one. it should resolve your issue.

Thanks,

Nagaraju

Former Member
0 Kudos

... parameter login/failed_user_auto_unlock=1 ...

Regs,

FS

http://www.icg.pl/sap

Former Member
0 Kudos

Hello,

parameter login/failed_user_auto_unlock automatically=1 unlocks locked users after midnight.

Parameter login/fails_to_user_lock=99 will give you more chances to guess the password. Try standard SAP password for SAP* and DDIC.

Can you log on to database (as dba or sth like that)? Remeber that DBA can reset SAP* password with simple SQL statement (delete from usr02 where bname='SAP*').

Regs,

FS