<?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 System_failure error with the function module HTTP_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975823#M1340004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;  While executing the function module "HTTP_POST" ,sometime we are getting the error "System_Failure" exception.&lt;/P&gt;&lt;P&gt;Can anyone tell what could be the reason for this exception,any configurations need to be done on SAP???&lt;/P&gt;&lt;P&gt; For this FM we are passing the RFC destination"SAPHTTPA" as one of the paratmeter and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two import paramters we are passing to this FM are&lt;/P&gt;&lt;P&gt;URI :  &lt;/P&gt;&lt;P&gt;&lt;A href="http://10.74.40.31:8686/ArchiveBridge/?informaticaArchive&amp;amp;contRep=IA&amp;amp;sumFile=MYTA_SUMMARY_20090820063258.sum" target="test_blank"&gt;http://10.74.40.31:8686/ArchiveBridge/?informaticaArchive&amp;amp;contRep=IA&amp;amp;sumFile=MYTA_SUMMARY_20090820063258.sum&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Destintion : SAPHTTPA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dharmaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 09:43:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-21T09:43:17Z</dc:date>
    <item>
      <title>System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975823#M1340004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;  While executing the function module "HTTP_POST" ,sometime we are getting the error "System_Failure" exception.&lt;/P&gt;&lt;P&gt;Can anyone tell what could be the reason for this exception,any configurations need to be done on SAP???&lt;/P&gt;&lt;P&gt; For this FM we are passing the RFC destination"SAPHTTPA" as one of the paratmeter and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two import paramters we are passing to this FM are&lt;/P&gt;&lt;P&gt;URI :  &lt;/P&gt;&lt;P&gt;&lt;A href="http://10.74.40.31:8686/ArchiveBridge/?informaticaArchive&amp;amp;contRep=IA&amp;amp;sumFile=MYTA_SUMMARY_20090820063258.sum" target="test_blank"&gt;http://10.74.40.31:8686/ArchiveBridge/?informaticaArchive&amp;amp;contRep=IA&amp;amp;sumFile=MYTA_SUMMARY_20090820063258.sum&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Destintion : SAPHTTPA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dharmaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 09:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975823#M1340004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975824#M1340005</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;Check if any proxy is maitained in the client by going into transaction&lt;/P&gt;&lt;P&gt;SICF-&amp;gt; Goto-&amp;gt; HTTP Client Proxy -&amp;gt; HTTP LOG TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is anything maintained under Host name and port, if yes you need to specify the IP address while calling FM HTTP_POST&lt;/P&gt;&lt;P&gt;under PROXY as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.0.1:8080  where first part is IP address &amp;amp; 2nd part(8080) is port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also test connection for SAPHTTPA under SM59 to see if its properly configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 12:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975824#M1340005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T12:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975825#M1340006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;    Thanks for your answer.I have checked both client proxy settings and SAPHTTPA settings both are good.&lt;/P&gt;&lt;P&gt;  The issues I'm getting the System_failure error randomly, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what could be the reason for getting this error randomly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Dharmaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 12:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975825#M1340006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T12:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975826#M1340007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you reviewed the ICM trace file?  Set the trace file setting on the highest level, clear the file, and re-run your post. What version are you using?  Why the old function module and not the object oriented method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 12:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975826#M1340007</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-08-21T12:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975827#M1340008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;   How can I view the trace file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dharmaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 13:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975827#M1340008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T13:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975828#M1340009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How can set the trace file to the higeht level and how can I view the log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dharmaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 13:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975828#M1340009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975829#M1340010</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;No idea about trace file or anything beyond it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2009 17:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975829#M1340010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-22T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: System_failure error with the function module HTTP_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975830#M1340011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;   Can you provide me with the name of the class and method for replacement to "HTTP_POST" function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dharmaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 06:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-failure-error-with-the-function-module-http-post/m-p/5975830#M1340011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T06:09:05Z</dc:date>
    </item>
  </channel>
</rss>

