<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: error initializing RfcClientPool in Questions about SAP Websites</title>
    <link>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679306#M46774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had this issue in past. When we refresh PI cache this is common issue on PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far its working that is the good news.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Yogesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2016 21:56:11 GMT</pubDate>
    <dc:creator>patelyogesh</dc:creator>
    <dc:date>2016-05-10T21:56:11Z</dc:date>
    <item>
      <title>error initializing RfcClientPool</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaq-p/11679302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a PI map that has an RFC call; however, when it is called the Log Viewer often shows the following error and the message is marked as successful resulting in a false-positive failure because no target field was populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when calling an adapter by using the communication channel CC_ECC_RFC_Receiver (Party: , Service: BS_HET400_TST, Object ID: 98773518653c30a5835c7bce6314911f) XI AF API call failed. Module exception: 'error while processing the request to rfc-client: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: RfcAdapter: receiver channel has static errors:&amp;nbsp; caused by: com.sap.aii.adapter.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.adapter.rfc.core.repository.RfcRepositoryException: RfcException: [null] message: Connect to SAP gateway failed Connection parameters: TYPE=A DEST=ASHOST=*****pcs1q.hn.tds.de SYSNR=00 PCS=1 LOCATION&amp;nbsp;&amp;nbsp;&amp;nbsp; CPIC (TCP/IP) on local host with Unicode ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; partner '*****pcs1q.hn.tds.de:[port#here]' not reached TIME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mon Mar 07 09:27:33 2016 RELEASE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 742 COMPONENT&amp;nbsp;&amp;nbsp; NI (network interface) VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 RC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -10 MODULE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D:/depot/bas/742_REL/src/base/ni/nixxi.cpp LINE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3324 DETAIL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NiPConnect2: 10.232.49.143:3300 SYSTEM CALL connect ERRNO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10061 ERRNO TEXT&amp;nbsp; WSAECONNREFUSED: Connection refused COUNTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Return code: RFC_FAILURE(1) error group: 102 key: RFC_ERROR_COMMUNICATION '. Cause Exception: 'com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: RfcAdapter: receiver channel has static errors:&amp;nbsp; caused by: com.sap.aii.adapter.rfc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 19:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaq-p/11679302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-09T19:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: error initializing RfcClientPool</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679303#M46771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error details show:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; partner '*****pcs1q.hn.tds.de:[port#here]' not reached&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;ERRNO TEXT&amp;nbsp; WSAECONNREFUSED: Connection refused&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 possible root causes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The connection details (target hostname and port - SAP instance number) are incorrect;&lt;/LI&gt;&lt;LI&gt;The target system is down;&lt;/LI&gt;&lt;LI&gt;There is something in the network blocking the connection. This could be a firewall or maybe an issue at the DNS (e.g., DNS pointing the hotname seen at "partner ... no reached" to the incorrect IP address).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 19:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679303#M46771</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2016-05-09T19:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: error initializing RfcClientPool</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679304#M46772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isaias, thank you for the response.&amp;nbsp; Strange thing is that I just stopped and started the comm channel used for the RFC and now it worked for 5 tests in a row.&amp;nbsp; My hunch is that is was messed up after we did a cache reset and we did not stop and start all of the channels.&amp;nbsp; Are you with me on this?&amp;nbsp; thanks for the suggestions though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 20:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679304#M46772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-09T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: error initializing RfcClientPool</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679305#M46773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are welcome! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hmmm, I do no work with the PI/Java area, but I would guess that such "cache reset" should not break the RFCs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe if you send more details about this "cache reset" someone from the PI/Java area can give some inputs &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 17:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679305#M46773</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2016-05-10T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: error initializing RfcClientPool</title>
      <link>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679306#M46774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had this issue in past. When we refresh PI cache this is common issue on PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far its working that is the good news.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Yogesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 21:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/questions-about-sap-websites/error-initializing-rfcclientpool/qaa-p/11679306#M46774</guid>
      <dc:creator>patelyogesh</dc:creator>
      <dc:date>2016-05-10T21:56:11Z</dc:date>
    </item>
  </channel>
</rss>

