<?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: Export message processing log from CPI in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881543#M4460419</link>
    <description>&lt;P&gt;Hi Andrie,&lt;/P&gt;&lt;P&gt;Could you please share the process of fetching SAP logs for a time frame.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nehul &lt;/P&gt;</description>
    <pubDate>Fri, 09 Jul 2021 13:40:08 GMT</pubDate>
    <dc:creator>nj_007</dc:creator>
    <dc:date>2021-07-09T13:40:08Z</dc:date>
    <item>
      <title>Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaq-p/11881537</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;
  &lt;P&gt;Is there any way to export CPI message processing log for failed messages in mass with error details? Not going one by one and check in UI.&lt;/P&gt;
  &lt;P&gt;What I tried so far is using SAP CPI odata API and I used it to export required entries to MS Excel taking the source as oData Feed. Something like .../api/v1/MessageProcessingLogs?$filter=Status eq 'FAILED' and LogStart gt datetime'2019-03-11T16:00:00'&lt;/P&gt;
  &lt;P&gt;This gives me a header information of message processing logs. But when I'm trying to expand record column ErrorInformation seems like MS Excel going crazy and reading hundreds of megabytes of data and becomes irresponsive. Actually, it won't probably help at all. Because I'm more after to get .../MessageProcessingLogs(&amp;lt;messageid&amp;gt;)/ErrorInformation/$value which is a stream and contains a real error message from the log. &lt;/P&gt;
  &lt;P&gt;Have anyone experienced the same and how did you tackle it?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 04:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaq-p/11881537</guid>
      <dc:creator>VishnAndr</dc:creator>
      <dc:date>2019-03-26T04:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881538#M4460414</link>
      <description>&lt;P&gt;We should be able to build an iflow with combination to extract these messages ids in the main flow then pass:  MessageGuid alone by splitting this response to a subprocess to extract error information of the same. Finally, gather the second response only the fetching error tag and create a single CSV file at the end with less fields.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 06:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881538#M4460414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-26T06:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881539#M4460415</link>
      <description>&lt;P&gt;Good approach, thank you! But I would prefer something more user friendly...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 22:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881539#M4460415</guid>
      <dc:creator>VishnAndr</dc:creator>
      <dc:date>2019-03-26T22:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881540#M4460416</link>
      <description>&lt;P&gt;Solved using proper Power Query in MS Excel. Just needed to gain more knowledge in M-language &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 03:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881540#M4460416</guid>
      <dc:creator>VishnAndr</dc:creator>
      <dc:date>2019-03-28T03:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881541#M4460417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please share the steps on how to fetch the logs through OData call?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Poorna&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 09:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881541#M4460417</guid>
      <dc:creator>former_member205889</dc:creator>
      <dc:date>2019-11-07T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881542#M4460418</link>
      <description>&lt;P&gt;Would be swell if you'd share your wisdom &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 08:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881542#M4460418</guid>
      <dc:creator>JaySchwendemann</dc:creator>
      <dc:date>2021-06-09T08:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export message processing log from CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881543#M4460419</link>
      <description>&lt;P&gt;Hi Andrie,&lt;/P&gt;&lt;P&gt;Could you please share the process of fetching SAP logs for a time frame.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nehul &lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 13:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/export-message-processing-log-from-cpi/qaa-p/11881543#M4460419</guid>
      <dc:creator>nj_007</dc:creator>
      <dc:date>2021-07-09T13:40:08Z</dc:date>
    </item>
  </channel>
</rss>

