<?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: Time limit exceeded dump occurring in SDK code in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693135#M4762647</link>
    <description>&lt;P&gt;SAP has placed a strict maximum on how long an action can take in the background. If it takes longer than that it will timeout. You should move all processes that run longer than that into Mass Data Runs or Internal Communications.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 13:42:47 GMT</pubDate>
    <dc:creator>VVancalbergh</dc:creator>
    <dc:date>2023-04-13T13:42:47Z</dc:date>
    <item>
      <title>Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaq-p/12693133</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;We are getting time limit exceeded dump at line number 22 and line number 31 as in the below image.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;A href="https://answers.sap.com/storage/temp/2161975-microsoftteams-image-2.png" data-attachment="2161975"&gt;microsoftteams-image-2.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Dump report suggests NodeID of "this" was: Table[initial].&lt;/P&gt;
  &lt;P&gt;Request you to please suggest how we can fix this issue at line no 22 &amp;amp; 31?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 09:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaq-p/12693133</guid>
      <dc:creator>mandeep_shrestha1</dc:creator>
      <dc:date>2023-04-11T09:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693134#M4762646</link>
      <description>&lt;P&gt;Can anyone help and guide here?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 11:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693134#M4762646</guid>
      <dc:creator>mandeep_shrestha1</dc:creator>
      <dc:date>2023-04-12T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693135#M4762647</link>
      <description>&lt;P&gt;SAP has placed a strict maximum on how long an action can take in the background. If it takes longer than that it will timeout. You should move all processes that run longer than that into Mass Data Runs or Internal Communications.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 13:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693135#M4762647</guid>
      <dc:creator>VVancalbergh</dc:creator>
      <dc:date>2023-04-13T13:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693136#M4762648</link>
      <description>&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;Hmm, if the dump says that the NodeID was initial, perhaps in line var BupaRoleInst = BuPa.Role.GetFirst(), there is no Role instance at all? Because you are trying to get the first Role record from BuPa, but maybe there's no Role record to be taken... But if the role node is 1:1 with BuPa, then it may be a timeout indeed&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 02:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693136#M4762648</guid>
      <dc:creator>ThiagoSarmento</dc:creator>
      <dc:date>2023-04-15T02:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693137#M4762649</link>
      <description>&lt;P&gt;Hi Thiago,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. What can be done if the role node is 1:1 and still avoid the timeout dump issue?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 08:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693137#M4762649</guid>
      <dc:creator>mandeep_shrestha1</dc:creator>
      <dc:date>2023-04-27T08:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693138#M4762650</link>
      <description>&lt;P&gt;Below is the dump message.&lt;/P&gt;Time limit exceeded. (occurred 4 times) &lt;BR /&gt;
The last dump occurred on the 2023-04-15 10:40:06 user SAP_SMTP_IN .&lt;BR /&gt;
     NodeID of "this" was: Table[initial]&lt;BR /&gt;
     Message ID of integration message seems to be: FA163E3315971EEDB6D8A7B0F5EF2652&lt;BR /&gt;
     It occurred in the following method:&lt;BR /&gt;
     /YKOEOJZOY_MAIN/SRC/ReuseLibrary/ReuseLibrary1-Function-GetBuPaFromEmailURI.absl&lt;BR /&gt;
     Error has most likely occurred in ABSL Line 22 &lt;BR /&gt;&lt;P&gt;     var ResultBuPaTmp = QueryBuPa.Execute(SelectionParamsBuPa);&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 08:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693138#M4762650</guid>
      <dc:creator>mandeep_shrestha1</dc:creator>
      <dc:date>2023-04-27T08:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded dump occurring in SDK code</title>
      <link>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693139#M4762651</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;mandeep.shrestha&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Probably at line 21 'emailURI' variable is initial. I faced several time. If you check 'emailURI' variable whether for is initial or not, i guess it will be worked.  In this way, as if you retrieve all Standard BO at line 22&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 22:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/time-limit-exceeded-dump-occurring-in-sdk-code/qaa-p/12693139#M4762651</guid>
      <dc:creator>kursatbeyoglu</dc:creator>
      <dc:date>2023-08-01T22:17:05Z</dc:date>
    </item>
  </channel>
</rss>

