Thanks Remold and Satish,
The customer provided us with parameter values, where jco.client.mshost and jco.client.msserv are the FQDN of the load balancer. Those parameters were configured in the application XML:
<entry key="jco.client.group" value="PUBLIC"/>
<entry key="jco.client.mshost" value="sap-erp-eq1.apps.ambientesbc.lab"/>
<entry key="jco.client.msserv" value="sap-erp-eq1.apps.ambientesbc.lab"/>
<entry key="jco.client.r3name" value="300"/>
How ever, an error is generated:
Caused by: com.sap.conn.jco.JCoException: Initialization of repository destination SAP HR/HCM failed: Internal error 1 occurred at processing a request to message server on host sap-erp-eq1.apps.ambientesbc.lab
connection parameters: TYPE=B DESTINATION="SAP HR/HCM" MSHOST=sap-erp-eq1.apps.ambientesbc.lab MSSERV=sap-erp-eq1.apps.ambientesbc.lab R3NAME=300 GROUP=PUBLIC PCS=1
no SAP ErrInfo available
The client also indicated that a system Number value should not be sent, because each SAP server can respond on a different port (for example 3300 or 3301), but this parameter is mandatory in the connector. Is this so or what value should be handled as system number when using a load balancer?
Finally, testing telnet from IIQ servers to the load balancer on port 3300 and port 3301 there is no response (according to the client because the port should not be sent, but this is not logical).
I’ll stay tuned to your comments.
Thanks!