Hi SDN,
When ever i am scheduled one custom report in the back ground scheduled in the Production system the next day it went to dump with the message <b>TSV_TNEW_PAGE_ALLOC_FAILED</b>. This is the second time i got this type of dump with this message. Kindly provide the good solution what i need to do. The following is the information showing in the dump.
No storage space available for extending table "IT_53".
What happened?
You attempted to extend an internal table, but the required space was
not available.
What can you do?
Please make a note of the actions and input which caused the error.
Please make a note of the actions and input which caused the error.
To resolve the problem, contact your
SAP system administrator.
Choose "Print" for a hard coopy of the termination message. You can
display and adminster short dump messages using Transaction ST22.
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:
o 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
o ztta/roll_extension (10.000.000 - 500.000.000)
Amount of memory per user in extended memory (EM)
o 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) must also be
available on the machine (main memory or file system swap).
Caution:
The operating system must be set up so that there is also
enough memory for each process. Usually, the maximum address
space is too small.
Ask your hardware manufacturer or your competence center
about this.
In this case, consult your hardware vendor
abap/heap_area_dia: (10.000.000 - 1.000.000.000)
Restriction of memory allocated to the heap with malloc
for each dialog process.
Parameters for background processes:
abap/heap_area_nondia: (10.000.000 - 1.000.000.000)
Restriction of memory allocated to the heap with malloc
for each background process.
Other memory-relevant parameters are:
em/initial_size_MB: (35-1200)
Extended memory area from which all users of an
application server can satisfy their memory requirement.
Error analysis
The internal table "IT_53" could not be enlarged further.
To extend the internal table, 12416 bytes of storage space was
needed, but none was available. At this point, the table "IT_53" has
1793712 entries.
-
Please note:
To facilitate error handling, the internal table "IT_53" was deleted.
-
Last error logged in SAP kernel
Component............ "EM"
Place................ "SAP-Server sscprda3_PRD_02 on host sscprda3 (wp 20)"
Version.............. 37
Error code........... 7
Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
Description.......... " "
System call.......... " "
Module............... "emxx.c"
Line................. 1650
The error reported by the operating system is:
Error number..... " "
Error text....... " "
How to correct the error
The amount of storage space (in bytes) filled at termination time was:
Roll area...................... 6066656
Extended memory (EM)........... "-2146374184"
Assigned memory (HEAP)......... 575633856
Short area..................... 16079
Paging area.................... 24576
Maximum address space.......... " "
-
Good solution is to be appriciated..
Regards,
Kumar..