cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED when applying a Note

Former Member
0 Kudos

Hi,

I am running a Netweaver ABAP Trial 7.03 on my Laptop (Surface Pro). I'd like to apply a couple of Notes and their dependencies, because File Upload in WebDynPro isn't working and I need it for a term project at my university.

I got the Notes from the Marketplace and manually uploaded them in SNOTE. However, whenever I am trying to apply them, I get an TSV_TNEW_PAGE_ALLOC_FAILED shortdump. Increasing abap/shared_objects_size_MB to 200 or even 500 didn't help.

I have 4 GB of RAM and Swap File is set to 20 GB. 

[quote]

Category               Resource Shortage

Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED

Date and Time          21.09.2014 19:37:49

ABAP short dump not saved in full (too big)

Short text

     No more storage space available for extending an internal table.

What happened?

     You attempted to extend an internal table, but the required space was

     not available.

Error analysis

     The internal table "{O:41140*\CLASS=CL_CWB_SUBOBJECT_ABAPCODE}\DATA=AS_RAW_INCL

     UDE-XLINES" 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: 524

     Number of rows: 8999

     Allocated rows: 9010

     Newly requested rows: 77008 (in 4813 blocks)

Trigger Location of Runtime Error

     Program                                 SAPLSCWD

     Include                                 LSCWDF04

     Row                                     49

     Module type                             (FORM)

     Module Name                             CONCATENATE_STRUCTURED_CODE

[/quote]

Accepted Solutions (1)

Accepted Solutions (1)

ACE-SAP
Active Contributor
0 Kudos

Hi

You will need to extend the heap memory... by default abap/heap_area_dia is set to 2Gb (2 000 000) try to increase it to 4Gb, you system will use the swap space but your SNOTE should go through. You should also extend abap/heap_area_total  to 6Gb (heap_area_dia + heap_area_non_dia)


Regards

1563641 - TSV_NEW_PAGE_ALLOC_FAILED dump occurs
To resolve this issue you must increase the heap memory on the system specifically the parameters

  • abap/heap_area_total
  • abap/heap_area_dia
  • abap/heap_area_non_dia

On a 64 bit system these parameters can be safely set to high values such as 6GB. please check Note 146289

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you for your tips. I increased the heap Parameter to 8 gigs and was then able to apply the notes (as long as I activated only three or four of them at once). Data upload is working now and the term Project finished

alwina_enns
Employee
Employee
0 Kudos

Hello Rainer,

in the dump you should find the section about memory consumption, could you please share this section? You should see, where and how much memory was allocated (extended memory, heap) and then you can decide, if enough memory is configured or if you have to increase the values for heap and extended memory. If for example more than 4GB memory is allocated, then either the selection is too big, or a program have a problem and need to be checked.

Regards,
Alwina