cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect to SAP server from java using JCO

Former Member
0 Kudos

Hi All,

Can anyone help me to this issue, am unable to hit the SAP server from java code using JCO . This is the error am getting now

"RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed

Connect_PM GWHOST=10.113.11.236, GWSERV=sapgw00, SYSNR=00"

Regds,

Phanikumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check your connection parameters and any network and firewall settings. The error message you're getting is straightforward, you're unable to locate the host. Either the connection details you've entered in your application are incorrect or the system is unreachable due to some other network issue.

regards,

Dion

Former Member
0 Kudos

Hi Dionisios Nikop... ,

Thank you very much for ur help regarding this connection