cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Java Server 6.40 on MaxDB (Full Java Stack) post Installtion help!!

former_member202208
Active Participant
0 Kudos

Hello All,

I could successfully installed SAP Java Server 6.40 on MaxDB (Full Java Stack).

After the installation i am trying to:

1. Open "J2EE Engine Examples", i am getting window, which is asking for the user name/password. Can some one tell me, what should i enter here. I tried Administrator/abcd1234, its not accepting it.

2.When i tried to open the portal url http://localhost:50000/irj/portal, i am getting the following message,

<b>Java iView Runtime.

Version: 6.4.200602211121

+Copyright 2002 SAP AG. All rights reserved.

An Exception occured while processing your request.

If this situtation persists, Please contact your system administrator.</b>Any help would be highly appreciated.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

praveenkumar_kadi
Active Contributor
0 Kudos

Hi

check this link for the same and solution

1>/thread/129913 [original link is broken]

additional help links

1>/thread/129913 [original link is broken]

2>/thread/8673 [original link is broken]

Hope that helps

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is the engine UP and running?

Dont try with wrong administrator credentials more than three times,it will get locked.

try connecting though telnet.it will not get locked.

to connect to telnet,type as follows in run command.

ex:if IP is 172.16.28.65 and port is 50000

then type <b>telnet 172.16.28.65 50008</b>then give username as administrator and password as abcd1234.

if it shows wrong username and password and login failed,that means you are actually connecting with wrong username and password.

Try connecting to <b>SDM and visualadmin</b>.look for error messages.

Check if you are entering the password with <b>CAPSLOCK ON</b>,since passwords here are case sensitive.

revert back,if u have any more questions?

rewrad points if helpful..............

former_member185864
Active Participant
0 Kudos

Hi Shridhar,

Please enter password of "administrator" what you given at duering installation.

If you dont know or forgot the password of "administrator"; Please change it;

For changing the "Administrator" Password you have to activate the Emergency user;

For that Please follow below steps:

If you forgot or lock "Administrator or J2EE_ADMIN" password just follow below steps:

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.

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

Plase Reward Points; If it is usefull.

Thanks,

Nagaraju Parlapalli