<?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>topic Error while creating the RFC. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272548#M1530342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;While trying to connect the RFC destination on same server in between two client, I am getting an error.&lt;/P&gt;&lt;P&gt;Error is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Details	Error when opening an RFC connection&lt;/P&gt;&lt;P&gt;Error Details	ERROR: partner 'SAPIDES:sapgw01' not reached&lt;/P&gt;&lt;P&gt;Error Details	LOCATION: SAP-Gateway on host SAPIDES / sapgw00&lt;/P&gt;&lt;P&gt;Error Details	DETAIL: NiPConnect2&lt;/P&gt;&lt;P&gt;Error Details	CALL: connect&lt;/P&gt;&lt;P&gt;Error Details	COMPONENT: NI (network interface)&lt;/P&gt;&lt;P&gt;Error Details	ERROR NUMBER: 10061&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Rahul ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Oct 2010 11:42:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-02T11:42:50Z</dc:date>
    <item>
      <title>Error while creating the RFC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272548#M1530342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;While trying to connect the RFC destination on same server in between two client, I am getting an error.&lt;/P&gt;&lt;P&gt;Error is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Details	Error when opening an RFC connection&lt;/P&gt;&lt;P&gt;Error Details	ERROR: partner 'SAPIDES:sapgw01' not reached&lt;/P&gt;&lt;P&gt;Error Details	LOCATION: SAP-Gateway on host SAPIDES / sapgw00&lt;/P&gt;&lt;P&gt;Error Details	DETAIL: NiPConnect2&lt;/P&gt;&lt;P&gt;Error Details	CALL: connect&lt;/P&gt;&lt;P&gt;Error Details	COMPONENT: NI (network interface)&lt;/P&gt;&lt;P&gt;Error Details	ERROR NUMBER: 10061&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Rahul ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Oct 2010 11:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272548#M1530342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-02T11:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating the RFC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272549#M1530343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rahul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error comes from the network interface : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NiPConnect2: SiPeekPendConn (10061: WSAECONNREFUSED: Connection refused)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection refused means that it is not possible to connect to the service from &lt;/P&gt;&lt;P&gt;a network point of view. The problem could be : &lt;/P&gt;&lt;P&gt;- the host can not be reached &lt;/P&gt;&lt;P&gt;- the service on the specified tcp/ip port can not be reached &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The item which can not be reached is host SAPIDES, service sapgw01.&lt;/P&gt;&lt;P&gt;Youu2019ve to contact your network team to fix it, I suppose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Oct 2010 14:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272549#M1530343</guid>
      <dc:creator>anand_govardhan</dc:creator>
      <dc:date>2010-10-02T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating the RFC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272550#M1530344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;But I am trying this on my own system, so please suggest the needful.It is an ides server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Oct 2010 08:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-rfc/m-p/7272550#M1530344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-03T08:29:40Z</dc:date>
    </item>
  </channel>
</rss>

