cancel
Showing results for 
Search instead for 
Did you mean: 

Dump TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

Former Member
0 Kudos

During replication of customizing object "DNL_CUST_BASIS*", dump called "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY".

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

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

I hope it helps.

Kind regards,

Ricardo

Answers (3)

Answers (3)

Former Member
0 Kudos

Also check the attached notes to ensure that your memory parameters of your system have been set accordingly.

88416 Zero administration memory management as of 4.0A/

146289 Parameter Recommendations for 64-Bit SAP Kernel

425207 SAP memory management, current parameter ranges

#110172 Windows: Transactions with large memory requirements

#931024 FAQ: 64-bit platforms for Windows

Former Member
0 Kudos

I am running into the same issue but can not find where to change the block size for DNL_CUST_BASIS. I checked R3AC1 but couldn't find the object there. Help please!

Former Member
0 Kudos

Check transaction ST22 and see if this dump is appearing only for your transaction or cross the system. If it's cross the board, search for notes by using the dump as the key word.

Former Member
0 Kudos

Hi,

Probably you are trying to read too much data in internal table format. Try to restrict the data. Take basis help to set the profile parameters (mentioned in the log) for memory management.

In the Object try to reduce the Block size to 1000 or smoe thing and try again.

Thanks

Venkatesh P