cancel
Showing results for 
Search instead for 
Did you mean: 

RFC adapter error

Former Member
0 Kudos

Hi all,

I am trying to unit test my interface, it worked fine yesterday but today, its giving me this error. i have`nt changed any settings/code,

**********************************************************

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

- <!-- Call Adapter

-->

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

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=sht014b4.sddc.abc.com SYSNR=00 GWHOST=sht014b4.sddc.abc.com GWSERV=sapgw00 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner not reached (host sht014b4.sddc.abc.com, service sapgw00) TIME Sun Jan 29 21:30:14 2006 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -10 MODULE nixxi_r_mt.cpp LINE 8663 DETAIL NiPConnect2 SYSTEM CALL SiPeekPendConn ERRNO 239 ERRNO TEXT Connection refused COUNTER 10</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

*******************************************************

can anyone suggest me

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

As mentioned by others test the RFC Destination using SM59 and check whether u have given the correct Gateway Host and Gateway service ur error trace mentions

>>Connect to SAP gateway failed....

So check that one out.

Regards,

Sudharshan

sridharreddy_kondam
Active Contributor
0 Kudos

Hi,

Check RFC destination <b>AI_RUNTIME_JCOSERVER</b> and <b>AI_DIRECTORY_JCOSERVER</b> in xiserver whether unicode is selected in the special options...

Regards,

Sridhar Reddy

Message was edited by: sridhar reddy kondam

MichalKrawczyk
Active Contributor
0 Kudos

hi,

this message means that your XI cannot connect to

your R/3 system (RFC_ERROR_COMMUNICATION)

try checking a simple RFC (TCODE - SM59)

from your XI server to the R/3 works - if you're using

RFC receiver adapter

you can also try restarting XI server

(if it was a connection problem this may resolve it)

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>