<?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: Debugging a failure - limits on trace in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391972#M4637563</link>
    <description>&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;I already have a groovy script to log payload, but my log is full, and no logs are displayed in "INFO".&lt;/P&gt;&lt;P&gt;So, I can change it to TRACE, but it has a limit of 10 mins.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 16:45:31 GMT</pubDate>
    <dc:creator>former_member107935</dc:creator>
    <dc:date>2021-08-04T16:45:31Z</dc:date>
    <item>
      <title>Debugging a failure - limits on trace</title>
      <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaq-p/12391970</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I have a complex iFLow that reads the entire employee population (top of stack).&lt;/P&gt;
  &lt;P&gt;It runs for about 40 mins and fails with this:&lt;/P&gt;
  &lt;P&gt;&amp;lt;Exception&amp;gt; A sequence of more than one item is not allowed as the first argument of fn:concat() (&amp;lt;preferredName&amp;gt;, &amp;lt;preferredName&amp;gt;) &amp;lt;/Exception&amp;gt;&lt;/P&gt;
  &lt;P&gt;Obviously this is a data issue, but I am having trouble debugging. The error does not give me the bad data.&lt;/P&gt;
  &lt;P&gt;Questions:&lt;/P&gt;
  &lt;P&gt;Is there a way for me to get the bad data?&lt;/P&gt;
  &lt;P&gt;If I turn on trace, it remains active for only 10 mins. This iFlow runs for 40 mins. Is there a way for trace to be active for longer than 10 mins?&lt;/P&gt;
  &lt;P&gt;Any and all help is deeply appreciated.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;-Anurag&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 16:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaq-p/12391970</guid>
      <dc:creator>former_member107935</dc:creator>
      <dc:date>2021-08-04T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a failure - limits on trace</title>
      <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391971#M4637562</link>
      <description>&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;You can add groovy script to log payload.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 16:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391971#M4637562</guid>
      <dc:creator>PriyankaChak</dc:creator>
      <dc:date>2021-08-04T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a failure - limits on trace</title>
      <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391972#M4637563</link>
      <description>&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;I already have a groovy script to log payload, but my log is full, and no logs are displayed in "INFO".&lt;/P&gt;&lt;P&gt;So, I can change it to TRACE, but it has a limit of 10 mins.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 16:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391972#M4637563</guid>
      <dc:creator>former_member107935</dc:creator>
      <dc:date>2021-08-04T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a failure - limits on trace</title>
      <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391973#M4637564</link>
      <description>&lt;P&gt;Hi Anurag ,&lt;/P&gt;&lt;P&gt;Just to debug purpose try to add Write data store before the step where error is occurring , later which you can download the payload from datastore and delete the datastore step from your flow .&lt;/P&gt;&lt;P&gt;Make sure to set Transaction Handling to Not Required for debugging purpose so that data is stored even in case of error .&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 17:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391973#M4637564</guid>
      <dc:creator>manoj_khavatkopp</dc:creator>
      <dc:date>2021-08-04T17:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a failure - limits on trace</title>
      <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391974#M4637565</link>
      <description>&lt;P&gt;Thanks Manoj.&lt;/P&gt;&lt;P&gt;I am not familiar with the data store.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" style="color: inherit;" /&gt;&lt;/P&gt;&lt;P&gt;How do I determine my Data Store Name. I don't seem to have any data stores.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" style="color: inherit;" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 18:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391974#M4637565</guid>
      <dc:creator>former_member107935</dc:creator>
      <dc:date>2021-08-04T18:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a failure - limits on trace</title>
      <link>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391975#M4637566</link>
      <description>&lt;P&gt;Hi Anurag ,&lt;/P&gt;&lt;P&gt;You need to use "Write" data store step in your flow just before the step where your flow is failing. You can create a data store with any name . Check this &lt;A href="https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/Cloud/en-US/46260ee193ed48f48a9bd5b855861e4d.html"&gt;link&lt;/A&gt; for more detail.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 13:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/debugging-a-failure-limits-on-trace/qaa-p/12391975#M4637566</guid>
      <dc:creator>manoj_khavatkopp</dc:creator>
      <dc:date>2021-08-05T13:46:44Z</dc:date>
    </item>
  </channel>
</rss>

