cancel
Showing results for 
Search instead for 
Did you mean: 

Could not able to login

Former Member
0 Kudos

Dear all,

I have opened my solman je22 server through (http://<hostname_of_J2EE_Engine_Server>:5<Instance_Number>00).

I got the below options SAP Library , User management , system information , SAP netweaver administrator , Web services navigator , UDDI Client , Web dynpro .

Ex : I have tried to login system information with j2ee_adm and password , I could not able to login .

Kindly advise to login and is it possible to reset .

Kindly suggest

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

Login to ABAP and change the password of the user.

Markus

0 Kudos

Hi Satheesh,

Please try this.

Changing the Password for Administrator:

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(j2ee_adm)" user

4. Reset or change password for "Administrtor(j2ee_adm)"

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(j2ee_adm)"

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

2. Enter userid / Password as "Administrator (j2ee_adm)/ <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.

Hope this helps.

Thanks,

Raghavendra.

Edited by: Raghavendra B Deshpande on Jun 16, 2010 9:29 AM