<?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: SYSTEM_NO_ROLL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591695#M266148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump means that the system run out of Roll memory/ Page memory, in order to avoid the dump you need to provide enough memory for your programs to finish. Thats why it say "Unable to fulfil request for 163577700 bytes of memory space"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check parameters following parameter and try to take them to the upper recommended limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztta/roll_area &lt;/P&gt;&lt;P&gt;ztta/roll_extension &lt;/P&gt;&lt;P&gt;abap/heap_area_total &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check abap/buffersize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward with points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 06:53:22 GMT</pubDate>
    <dc:creator>JPReyes</dc:creator>
    <dc:date>2006-10-10T06:53:22Z</dc:date>
    <item>
      <title>SYSTEM_NO_ROLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591694#M266147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one give some suggestions about my SYATM_NO_ROLL shot dump. some batch jobs are running with SEND SAPCONNECT INT for every 10 mts and after running some period of time its get fails and generating Shot dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         SYSTEM_NO_ROLL                            &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Unable to fulfil request for 163577700 bytes of memory space.    &lt;/P&gt;&lt;P&gt;Each transaction requires some main memory space to process application data. If the operating system cannot provide any more space, the transaction is terminated.                            &lt;/P&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;Try to find out (e.g. by targetted data selection) whether the   &lt;/P&gt;&lt;P&gt;transaction will run with less main memory.                      &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;If there is a temporary bottleneck, execute the transaction again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error persists, ask your system administrator to check the following profile parameters:                                    &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;ztta/roll_area (1.000.000 - 15.000.000)            &lt;/P&gt;&lt;P&gt;Classic roll area per user and internal mode              &lt;/P&gt;&lt;P&gt;usual amount of roll area per user and internal mode      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztta/roll_extension (10.000.000 - 500.000.000)          &lt;/P&gt;&lt;P&gt;Amount of memory per user in extended memory (EM)         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abap/heap_area_total 100.000.000 - 1.500.000.000)       &lt;/P&gt;&lt;P&gt;Amount of memory (malloc) for all users of an application &lt;/P&gt;&lt;P&gt;server. If several background processes are running on    &lt;/P&gt;&lt;P&gt;one server, temporary bottlenecks may occur.              &lt;/P&gt;&lt;P&gt;Of course, the amount of memory (in bytes).......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope so this is a  known problem to you guys. Please give some tips and suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked all our memory parameters it looks fine and even checked the SCOT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative jobs were failing...Please suggest me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 20:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591694#M266147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T20:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_NO_ROLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591695#M266148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump means that the system run out of Roll memory/ Page memory, in order to avoid the dump you need to provide enough memory for your programs to finish. Thats why it say "Unable to fulfil request for 163577700 bytes of memory space"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check parameters following parameter and try to take them to the upper recommended limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztta/roll_area &lt;/P&gt;&lt;P&gt;ztta/roll_extension &lt;/P&gt;&lt;P&gt;abap/heap_area_total &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check abap/buffersize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward with points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 06:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591695#M266148</guid>
      <dc:creator>JPReyes</dc:creator>
      <dc:date>2006-10-10T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_NO_ROLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591696#M266149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check the OSS note 828857. I think it might be useful for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if it solved the problem for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ruchit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591696#M266149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_NO_ROLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591697#M266150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys... were you able to solve this issue ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 05:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-no-roll/m-p/1591697#M266150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T05:11:56Z</dc:date>
    </item>
  </channel>
</rss>

