cancel
Showing results for 
Search instead for 
Did you mean: 

How to unlock an Administrator account?

Former Member
0 Kudos

Hello,

I have installed NetWeaver 2004S Sneak Preview on Windows 2003 Server. I tried logging into the system using "Administrator" as the user name and the master password (which I have mentioned during installation) as my password. But the authentication failed and on further attempts the account got locked.

Please let me know how to unlock the adminstrator account.

Also, please let me know where this account is getting created. Thanx.

Really appreciate your help !!!

Thanx and Regardz,

Jagadeesh P C

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Follow the step

STEP-1: Enable "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.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service

3.Double-click on the property "ume.superadmin.activated = TRUE"

4.Double-click on the property "ume.superadmin.password=<Enter any password ex: abc123>"

5.Save.

6.Restart the engine.

STEP-2: 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.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service

3.Double-click on the property "ume.superadmin.activated = FALSE"

4.Save.

5. Restart the 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.

Note: Just increase the no.of invalid_attemps during the deployment then make it according to your standereds.

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.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service

ume.logon.security_policy.lock_after_invalid_attempts = <number ex: 4>

3. Save & restart

If this help Reward Points

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

Check the below url (How To Unlock Your Java Admin)

<b>/people/benny.schaich-lebek/blog/2004/04/13/how-to-unlock-your-java-admin

regards,

kanthi

Former Member
0 Kudos

Hi Jagadeesh,

Is this your windows password?

Or you are talking about SAP?

Regards

vivek

Former Member
0 Kudos

Hi,

Please refer the link below for activiating the emergency user for unlocking the administrator in java stack.

http://help.sap.com/saphelp_nw70/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/frameset.htm

Thanks

R.Murali

Former Member
0 Kudos

Hello Jagdeesh,

There are already so many threads on this topic. I dont know if you looked for any one.Anyways please check this:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/toResetAdministratorPasswordthroughConfigTool&

Regards.

Ruchit.

Former Member
0 Kudos

You change perameter Via Tcode RZ10 login/no_automatic_user_sapstar= 0 (Automatic user SAP* is permitted).

OR

Login SAP* Password : pass or 06071992

Or

You can delete sap*

Go to cmd prompt.

Sqlplus /nolog

conn /as sysdba

sqlplus>DELETE SAPSR3.USR02 WHERE MANDT='CLIENT.NO' and BNAME=SAP*;

Then restart the system. So, that a new user with the name "sap*" gets generated with password "pass".

Former Member
0 Kudos

Hello MSR,

Administrator is user id for JAVA stack. Your explanation is for ABAP stack.

Regards.

Ruchit.