Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM_NO_ROLL

Former Member
0 Kudos

Hi gurus,

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.

Runtime Errors SYSTEM_NO_ROLL

Unable to fulfil request for 163577700 bytes of memory space.

Each transaction requires some main memory space to process application data. If the operating system cannot provide any more space, the transaction is terminated.

Try to find out (e.g. by targetted data selection) whether the

transaction will run with less main memory.

If there is a temporary bottleneck, execute the transaction again

If the error persists, ask your system administrator to check the following profile parameters:

ztta/roll_area (1.000.000 - 15.000.000)

Classic roll area per user and internal mode

usual amount of roll area per user and internal mode

ztta/roll_extension (10.000.000 - 500.000.000)

Amount of memory per user in extended memory (EM)

abap/heap_area_total 100.000.000 - 1.500.000.000)

Amount of memory (malloc) for all users of an application

server. If several background processes are running on

one server, temporary bottlenecks may occur.

Of course, the amount of memory (in bytes).......

Hope so this is a known problem to you guys. Please give some tips and suggestions.

I checked all our memory parameters it looks fine and even checked the SCOT configuration.

Alternative jobs were failing...Please suggest me...

Thanks in advance..

Daniel

3 REPLIES 3

JPReyes
Active Contributor
0 Kudos

Hi Daniel,

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"

Check parameters following parameter and try to take them to the upper recommended limit

ztta/roll_area

ztta/roll_extension

abap/heap_area_total

Also check abap/buffersize

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

Hi Daniel,

Just check the OSS note 828857. I think it might be useful for you.

Please award points if it solved the problem for you.

Regards.

Ruchit.

Former Member
0 Kudos

Hey guys... were you able to solve this issue ???