<?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 'Program not registered' while testing RFC in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137150#M1930718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created jco RFC with same name in VA. Try entering GWhost and GWservice in SM59 ABAP connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 19:50:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-02T19:50:08Z</dc:date>
    <item>
      <title>Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaq-p/5137144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a RFC with type T. When I am testing the same through SM59, I am getting error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logon	Connection Error&lt;/P&gt;&lt;P&gt;Error Details	Error when opening an RFC connection&lt;/P&gt;&lt;P&gt;Error Details	ERROR: program &amp;lt;program name&amp;gt;not registered&lt;/P&gt;&lt;P&gt;Error Details	LOCATION: SAP-Gateway on host xxxxxx / sapgw01&lt;/P&gt;&lt;P&gt;Error Details	DETAIL: TP &amp;lt;program name&amp;gt; not registered&lt;/P&gt;&lt;P&gt;Error Details	COMPONENT: SAP-Gateway&lt;/P&gt;&lt;P&gt;Error Details	COUNTER: 6268&lt;/P&gt;&lt;P&gt;Error Details	MODULE: gwr3cpic.c&lt;/P&gt;&lt;P&gt;Error Details	LINE: 1694&lt;/P&gt;&lt;P&gt;Error Details	RETURN CODE: 679&lt;/P&gt;&lt;P&gt;Error Details	SUBRC: 0&lt;/P&gt;&lt;P&gt;Error Details	RELEASE: 700&lt;/P&gt;&lt;P&gt;Error Details	TIME: Tue Jan 27 00:56:55 2009&lt;/P&gt;&lt;P&gt;Error Details	VERSION: 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 06:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaq-p/5137144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137145#M1930713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you trying an RFC connection from ABAP to JAVA engine then you need to created the program you have mentioned as the connection in Visual admin of the JAVA engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide more details of the connection you are trying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anandh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 06:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137145#M1930713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T06:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137146#M1930714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something helpful related to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program in the above error should be registered in the gateway for this connection test to complete successfully. The server program rfcexec is responsible for its registration on the gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To register the program login into the OS level as sudo su - &amp;lt;sid&amp;gt;adm and execute the following command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rfcexec u2013g&amp;lt;program id&amp;gt; -a&amp;lt;gateway host name&amp;gt; -x&amp;lt;gateway service&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rfcexec is the server program name, the &amp;lt;program id&amp;gt; can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The &amp;lt;gateway host name&amp;gt; and &amp;lt;gateway service&amp;gt; can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection will fail once this command is terminated or the user executing this command logs off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, execute the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo su - &amp;lt;sid&amp;gt;adm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rfcexec u2013D&amp;lt;destination name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;destination name&amp;gt; is the RFC destination name in SM59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now we are done with registering the server program, but how do we check it is registered, once a server program is registered it is displayed in the Logged on clients in SMGW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction SMGW choose GOTO-&amp;gt; Logged on clients. There should be an entry for the server program in the screen that is displayed with system type Registered_TP (which indicates that the program is registered)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 08:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137146#M1930714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T08:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137147#M1930715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to connect abap and portal through RFC then only you need to choose program register id in sm59 of abap and one more thing is you need to use this same program id in JCO rfc provider service of Visual admin tool of portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;narsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 02:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137147#M1930715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T02:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137148#M1930716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks amit for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This RFC destination with the program name was automatically created during creation of entry for pre-calculation server for BI 7.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 06:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137148#M1930716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T06:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137149#M1930717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Basis Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having problems while testing an RFC connection PI_RFC in one of our PI quality system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Error log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logon	Connection Error&lt;/P&gt;&lt;P&gt;Error when opening an RFC connection&lt;/P&gt;&lt;P&gt;ERROR: program PI_RFC not registered&lt;/P&gt;&lt;P&gt;LOCATION: SAP-Gateway on host bp1xeuaa202 / sapgw01&lt;/P&gt;&lt;P&gt;DETAIL: TP PI_RFC not registered&lt;/P&gt;&lt;P&gt;Details	COMPONENT: SAP-Gateway&lt;/P&gt;&lt;P&gt;COUNTER: 15866&lt;/P&gt;&lt;P&gt;MODULE: gwr3cpic.c&lt;/P&gt;&lt;P&gt;Details	RETURN CODE: 679&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried restarting the JCO-RFC provider service in VA,also tried restarting the Gateway service, tried registering the RFC using below command&lt;/P&gt;&lt;P&gt; rfcexec u2013g PI_RFC -a bp1xeuaa202 -x sapgw01&lt;/P&gt;&lt;P&gt;rfcexec u2013D PI_RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the command didnt gave any output also in SMGW tcode we didnt get the entry(PI_RFC) under system type as registered server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still we are facing  the same issue, can anyone please help us in resolving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 15:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137149#M1930717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-02T15:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137150#M1930718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created jco RFC with same name in VA. Try entering GWhost and GWservice in SM59 ABAP connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 19:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137150#M1930718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-02T19:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137151#M1930719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have already done with putting gateway hostname and service,still same issue. however we have not maintained the JCO RFC in VA but this is to inform u for all other systems we have not created the particular JCO RFC in VA but still that is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest anything else if we can check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 12:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137151#M1930719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T12:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137152#M1930720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I have faced the same issue and this is because of new security parameter set for Gateway server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Please refer to &lt;A class="jive-link-external-small" href="https://service.sap.com/sap/support/notes/1480644" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Note 1480644 - gw/acl_mode versus gw/reg_no_conn_info&lt;/A&gt;. You can resolve this issue by setting ABAP Parameter gw/acl_mode = 0 in your BW / BI system or following the instructions mentioned in the note .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Bhupesh Akkineni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 07:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137152#M1930720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-21T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137153#M1930721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bhupesh the solution mentioned by you has helped me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137153#M1930721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-13T16:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137154#M1930722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u bhupesh i too got the same issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uday reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 14:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137154#M1930722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-01T14:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'Program not registered' while testing RFC</title>
      <link>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137155#M1930723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bhupesh. Your solution solve my issue too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-program-not-registered-while-testing-rfc/qaa-p/5137155#M1930723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T09:03:30Z</dc:date>
    </item>
  </channel>
</rss>

