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: 

Runtime error

Former Member
0 Kudos

Hi,

while executing the program in the background, the program is facing a short dump, the short dump is TSV_TNEW_PAGE_ALLOC_FAILED.....i.e. no memory

available to extend an internal table.

The short dump has occured in the sap src code...... the location is

sap version -


> sap netweaver 2007

In the source code you have the termination point in line 172

of the (Include) program "LSZA0F34".

The program "SAPLSZA0" was started as a background job.

Job Name....... "ZBUPA_0611"

Job Initiator.. "CH1507"

Job Number..... 18015600

1 REPLY 1

Former Member
0 Kudos

In case of very long running mass processes it may happen that the system consumes more and more main memory on the application servers.

For processes that run several hours, this can result in job terminations that are assigned to the following error messages: TSV_TNEW_PAGE_ALLOC_FAILED or TSV_TNEW_OCCURS_NO_ROLL_MEMORY.

You can check this memory consumption as follows:

Transaction OS07

Select the relevant application server

Button 'Detail Analysis Menu'

Frame 'Previous Hours'

Button 'Memory'