Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

error: tsv_tnew_page_alloc_failed

Former Member
0 Kudos
102

Hi ,

I have written a program which extracts data from BSIS,BSAS tables to a data file. The problem is that when i am running it in production i am getting the TSV_TNEW_PAGE_ALLOC_FAILED error.

How to resolve this problem? Please help.

Thanks,

Das.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
72

You are exceeding memory. Try reducing the amount of data being processed by using smaller ranges in your select-options.

Rob

1 REPLY 1

Former Member
0 Kudos
73

You are exceeding memory. Try reducing the amount of data being processed by using smaller ranges in your select-options.

Rob