cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Error in Process Chain: TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

Former Member
0 Kudos

A process chain failed at the step "SNP Time Series consistency check". The error log shows an ABAP error as below:

ABAP/4 processor: TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

Is this because of planning area lockout in the system? Please share your views on what you understand from the ABAP error TSV_TNEW_BLOCKS_NO_ROLL_MEMORY and why should it occur.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Short dump TSV_TNEW_PAGE_ALLOC_FAILED always occurs when no more memory can be allocated (the program requires more memory than available in your system). Check the following notes:

20527 Runtime error TSV_TNEW_PAGE_ALLOC_FAILED

369726 TSV_TNEW_PAGE_ALLOC_FAILED

- Siva.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot for the notes. For us the challenge is to reproduce this issue; if we are able to reproduce we could ask for a bug fix charm and implement this...

former_member187488
Active Contributor
0 Kudos

Hi,

This may due to huge amount of data to be processed. If possible. please first try to delete unuse master data and time series.

Please consider the following options:

1)Remove 'log' flag.

2)Run in parallel, with suitable block size.

3)Apply relevant notes, like:

1570178 Dump TSV_TNEW_BLOCKS_NO_ROLL_MEMORY in delta queues update

1429637 Parallel TSCONS/TSINIT: Performance while reading PDS

1344612 Performance: Planning areas with time series key figures

1342821 /SAPAPO/TSCONS: Performance improvement (9AMARE, 9AMALARE)

1342297 /SAPAPO/TSCONS: High memory consumption

4)Configuration from Basis side.

Please check SAP KBA 1578916 - - The system dumps with the runtime error TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.

Best Regards,

Ada

Former Member
0 Kudos

Hi Ada,

We are not able to download the SAP note.Could you please help us?

Regards

NTG