cancel
Showing results for 
Search instead for 
Did you mean: 

What is impact of the dump TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Kudos

Hi,

We have noticed new dump (ST22) is raised on our system. It seems to related with SAP Memory Management, I don't have much idea about this.

I have posted few keywords (below) from the dump, have a look at this.

Dump name:       TSV_TNEW_PAGE_ALLOC_FAILED

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.

What can you do? ztta/roll_area

                           ztta/roll_extension

                           abap/heap_area_total

                           abap/heap_area_dia:

                           abap/heap_area_nondia:

                           em/initial_size_MB:

Key words :

"TSV_TNEW_PAGE_ALLOC_FAILED" " "

"CL_CALENDAR_CONTROL===========CP" or "CL_CALENDAR_CONTROL===========CM00M"

"SET_NAVIGATOR_INFO"

Thanks,

Vimal Alexander

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vimal,

This problem usually occurs when the program requests more memory that is reserved for the user context.

 

What you have to do:

Check if the memory limit parameters are correct:

abap / heap_area_total

abap / heap_area_nondia

abap / heap_area_dia

ztta / roll_extension

These notes can also be useful:

SAP Note 649327 - Analysis of memory consumption.

SAP Note 20527 - Runtime error TSV_TNEW_PAGE_ALLOC_FAILED

SAP Note 185185 - Application: Analysis of memory bottlenecks

SAP Note 369726 - TSV_TNEW_PAGE_ALLOC_FAILED

See if the values ​​are correct according to your environment. Be careful when increase them, remember that the memory of the server is shared among the work proccess.

If there's anything wrong with these parameters start looking for the program that the error is occurring. If Z is a program ask a consultant ABAP check because of the high consumption of memory.

 

The T-Code SAT can help you analyze the program.

Kind regards,

Gilson

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos

Hi

Could you pls paste the full details of the dump in ST22

Thanks

Sriram

Former Member
0 Kudos