cancel
Showing results for 
Search instead for 
Did you mean: 

500 - Internal Server Error

Former Member
0 Kudos

In SBO when the panel is trying to activate, the system throw the following exception:

SAP B1iP Detected an error:

Emitted HTTP-Code

500 - Internal Server Error

Internal Reason

Did Not Supply the user's password (Param4)!

Can anyone help me?

Thanks,

Jesús Medina

Accepted Solutions (1)

Accepted Solutions (1)

former_member186095
Active Contributor
0 Kudos

Check if you entered the correct B1i Server Address in General Settings:Cockpit

JimM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jesus,

as already told several times in several messages

http://localhost:8080/B1iXcellerator/exec/ipo/vP.001sap0004.in_HCSX/com.sap.b1i.vplatform.runtime/IN...

WILL NOT WORK

You have to change "localhost" to your server IP-Adress (on local or standalone installtion 127.0.0.1 will work too)

e.g: http://127.0.0.1:8080/B1iXcellerator/exec/ipo/vP.001sap0004.in_HCSX/com.sap.b1i.vplatform.runtime/IN...

You also can try to use your servername instead of the server IP-Adress, but if the DNS will not work correctly you would get an error again, so you should prefer the IP-Adress

If you have used "localhost" while B1i configuration process instead of the ther servername (the form where you also have to correct the B!iadmin password - than the Dashboard also will not work.

regards

Heiko

Former Member
0 Kudos

Hello JimM,

I Think the B1i Server Address is OK, the Address is: http://localhost:8080/B1iXcellerator/exec/ipo/vP.001sap0004.in_HCSX/com.sap.b1i.vplatform.runtime/IN...

I Think the problem is under the cofiguration of SLD. In the Entry HAnyForXCelsius I have the following configuration:

destProtocol: http

destHost: <<SERVER>>
destPort:8080
destPath:
query
ProxyHost:<<SERVER>>
ProxyPort:8080
method: post
Authentification: basic
user: B1i
passwortd: <<password Bi1>>

user2query:

passwordtoquery:

ssltrusstorePath:

sslTruststorePassword:

If I push the test conecction button the result is OK.

Thanks in advance,

Jesús Medina