<?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 Re: Proxy XML message Reprocessing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183381#M1624495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 12:23:16 GMT</pubDate>
    <dc:creator>anup_deshmukh4</dc:creator>
    <dc:date>2011-09-15T12:23:16Z</dc:date>
    <item>
      <title>Proxy XML message Reprocessing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183378#M1624492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is as follows &lt;/P&gt;&lt;P&gt; 1. I get a pay load from PI  ( I have written  code in the  method o post data in ECC say a Purchase requisiton  using bapi )&lt;/P&gt;&lt;P&gt; 2.  If the BAPI fails then i raise a zee exception  ( the message is manually restartable )&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;My problem is that my queue stuck up if i raise a exception what should be the possible solution for the same so as to achive follow thing ,.&lt;/P&gt;&lt;P&gt; 1. if  my bapi Throws error the xml message should be manually restartable &lt;/P&gt;&lt;P&gt; 2. if I raise a exception the queue should not stuck up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or any other turnaround welcomed...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 11:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183378#M1624492</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2011-09-12T11:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy XML message Reprocessing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183379#M1624493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever a proxy interface runs its processing status gets logged in SXMB_MONI tcode so if your processing is not&lt;/P&gt;&lt;P&gt;successful you can restart it again manually in SXMB_MONI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of raising a error message in my previous experience we had created one acknowledgement proxy for&lt;/P&gt;&lt;P&gt;inbound interfaces so if there is any error message we would call this proxy so the caller system gets notified of the processing status and then for unsuccessful messages we had stored the incoming record in z table and then build a reprocessing solution to run the message again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 12:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183379#M1624493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-12T12:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy XML message Reprocessing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183380#M1624494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @pawan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you make the xml message manually restartable ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making it by raising a CX_AI_APPLICATION fault. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but My drawback is that When i Raise the exception and if the Quality of service of message is EOIO and in the queue my First message throws a exception my queue stops .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wan't to know will my provider class method in which i have written code to post the data will have a Exception as a parameter or not ? so that it will be caught and my queue won't stuck up and still my message will be manually restartable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still Waiting for comments  experts ..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 05:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183380#M1624494</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2011-09-13T05:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy XML message Reprocessing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183381#M1624495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-xml-message-reprocessing/m-p/8183381#M1624495</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2011-09-15T12:23:16Z</dc:date>
    </item>
  </channel>
</rss>

