cancel
Showing results for 
Search instead for 
Did you mean: 

reg:JCO_COMMUNICATION_FAILURE

Former Member
0 Kudos

Hi all,

I am getting this error while trying to excecute one IDOC to Proxy interface.Can anyone please let me know the solution?

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Request Message Mapping

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="MAPPING">JCO_COMMUNICATION_FAILURE</SAP:Code>

<SAP:P1>Error when opening an RFC connection</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>&quot;COMMUNICATION FAILURE&quot; during JCo call. Error when opening an RFC connection</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you tested the rfc?

Former Member
0 Kudos

yes..the TCP/IP connection AI_RUNTIME_JCOSERVER has errors.

Do we need to restart the XI instance?

Former Member
0 Kudos

This could help you..

/people/prashanth.azharuddin/blog/2006/11/24/some-errors-in-an-xi-production-environment

AaronLong
Advisor
Advisor
0 Kudos

Hi,

can you check whether your SAP Java stack is available ?

if so, check whether if you AI_JCO_RUNTIME config properly, e.g., program id correct, Gateway correct, same program id on java side ?

Cheers,

Aaron