on 2015 Jul 17 6:39 AM
Hi All,
In apo system i got the dump while executing the Tcode: /SAPAPO/Cpp.
TSV_TNEW_PAGE_ALLOC_FAILED.
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 addres
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 "\FUNCTION=BAL_DB_SEARCH\DATA=E_T_LOG_HEADER" could not be
further extended. To enable
error handling, the table had to be delete before this log was written.
As a result, the table is displayed further down or, if you branch to
the ABAP Debugger, with 0 rows.
At the time of the termination, the following data was determined for
the relevant internal table:
Memory location: "Session memory"
Row width: 520
Number of rows: 17133900
Allocated rows: 17133900
Newly requested rows: 16 (in 1 blocks)
Kinldy explain the Dump.
Thanks in Advance.
Regards,
Kushala
Request clarification before answering.
Hi Kushala
Check below SAP notes if they are valid for your system.
1226133 - /SAPAPO/CPP: Runtime error
1605091 - CPP records deletion fails due to lack memory (II)
Let us know if it resolved your issue.
Regards
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Kushala,
Are you getting when you try to go to initial screen of /SAPAPO/CPP or after executing? If after executing then what are your inputs example status etc.?
Example see below note, on the screen itself, after executing or not able to reach to initial screen.
2094533 - CPP: Double click on ALV column heading leads to dump GETWA_NOT_ASSIGNED
Regards
Rahul
Hi
Check out following wiki
How to solve the Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED - Netweaver Technology - SCN Wiki
and following thread
TSV_TNEW_PAGE_ALLOC_FAILED | SCN
Regards
Abhishek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.