cancel
Showing results for 
Search instead for 
Did you mean: 

Could not download 5000 PAges from Spool after upgrade

Former Member
0 Kudos

hi,

I wanted to save the 5000 pages in the Spool to a local file.

I was doing it when the system was 4.6C

But after we upgraded the server to Ecc 6.0, we are getting short dump when i select values of more than 1000 pages

The TSV_TNEW_PAGE_ALLOC_FAILED error is faced and it refers to the following 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) 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

ap/heap_area_dia: (10.000.000 - 1.000.000.000)

Restriction of memory allocated to the heap with malloc

for each dialog process.

rameters for background processes:

ap/heap_area_nondia: (10.000.000 - 1.000.000.000)

Restriction of memory allocated to the heap with malloc

for each background process.

her memory-relevant parameters are:

/initial_size_MB: (35-1200)

Extended memory area from which all users of an

application server can satisfy their memory requirement.

But he Go-Live verification session has been completed for this system and SAP told us that the current parameters set up are good.

Please guide me of what can be done

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai,

You are running out of memory, this happens when SAP is not able to allocate enough memory to accomodate data in the internal table.

This can happen when you have lots of data selected to be put into internal table or infinite loop or large select statements. Please review the parameter settings once again and tune them appropriately.

Check the following link..

http://sap.ittoolbox.com/groups/technical-functional/sap-basis/tsv_tnew_page_alloc_failed-458989?cv=...

Regards,

Yoganand.V

Answers (0)