<?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: HTTP Destination error in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517851#M101264</link>
    <description>&lt;P&gt;Thanks Srikanth and Raghu.&lt;/P&gt;
  &lt;P&gt;The URL I am using is having the application server that is host and port in it . I could get hte application server but for port one needs to have access to SMICM tcode that I do not have. Is there any way to get the HTTP port using some other TCode?&lt;/P&gt;
  &lt;P&gt;Can I say that as it is giving error 500 means that the URL I figured out is correct but user is not having sufficient priviledges to test ?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 16:38:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-08-22T16:38:26Z</dc:date>
    <item>
      <title>HTTP Destination error</title>
      <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaq-p/517846</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;Getting the error as while pinging HTTP destination in NWA in SAP PO7.5 for receiver ABAP proxy&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Error during ping operation: Error while silently connecting: org.w3c.www.protocol.http.HttpException: errno: 79 (A remote host refused an attempted connect operation.), error: Connection refused (local host unknown, remote portXXXX to address (IP Address)&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Can someone please help me fix it?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 11:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-destination-error/qaq-p/517846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-22T11:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Destination error</title>
      <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517847#M101260</link>
      <description>&lt;P&gt;Check the IP of System maintained and also use the same and try if you can login to the SAP system.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 13:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517847#M101260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-22T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Destination error</title>
      <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517848#M101261</link>
      <description>&lt;P&gt;Now its giving the error while pinging the HTTP Destination &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Error during ping operation: Ping not successful! Received HTTP response 500&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;and while doing an end to end test that is sending hte message from PO getting the error that user is not authorised to process the messages.&lt;/P&gt;
  &lt;P&gt;Any help on this please?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517848#M101261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-22T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Destination error</title>
      <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517849#M101262</link>
      <description>&lt;P&gt;HTTP 500 you can ignore because the Ping just sends a empty http request so you need not worry on this.&lt;/P&gt;
  &lt;P&gt;For HTTP 401 check if the user has access / have all roles and is not locked.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517849#M101262</guid>
      <dc:creator>manoj_khavatkopp</dc:creator>
      <dc:date>2017-08-22T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Destination error</title>
      <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517850#M101263</link>
      <description>&lt;P&gt;First check whether IP, username and password is correct for the system you are connecting.&lt;/P&gt;
  &lt;P&gt;Second, the username which you are using to process end to end doesn't have full privileges to test. Ask security team to provide full access roles to the user.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Srikanth&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 15:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517850#M101263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-22T15:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Destination error</title>
      <link>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517851#M101264</link>
      <description>&lt;P&gt;Thanks Srikanth and Raghu.&lt;/P&gt;
  &lt;P&gt;The URL I am using is having the application server that is host and port in it . I could get hte application server but for port one needs to have access to SMICM tcode that I do not have. Is there any way to get the HTTP port using some other TCode?&lt;/P&gt;
  &lt;P&gt;Can I say that as it is giving error 500 means that the URL I figured out is correct but user is not having sufficient priviledges to test ?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 16:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-destination-error/qaa-p/517851#M101264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-22T16:38:26Z</dc:date>
    </item>
  </channel>
</rss>

