Application Development and Automation 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: 
Read only

TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP

Former Member
0 Likes
641

Hi,

While loading the data using DTP for 2 DSO's we are gettig the error

TSV_TNEW_PAGE_ALLOC_FAILED

can any one kindly help me out regarding the same.

Thank You,

Poornima.

4 REPLIES 4
Read only

Former Member
0 Likes
509

Hi Poornima,

This could be because,

You are running short of memory during the running of the program. In me experience this is donw to 1 of 2 things:

1. You have internal tables which are massive (too big !!! ). Reduce the size by gathering data from teh database in packets.

2. You are using the sql statement ' select' and use a range table in the select statement that is too big. The database cannot handle unlimited amounts of data in internal tables used with the ' where xyz in s_range_table'.

Regards,

Soundarya.

Read only

Former Member
0 Likes
509

Hi Soundarya,

Thanks a lot for the reply. But i found that its running fine in development, where as coming to quality its throwing an error. These happened for Two DSO's. In both the transformations i have identified that the Transformation names are different from Development and Quality..

There are no routines written for them and no select statements have been used

Can you please suggest me regarding the same.

Edited by: Poornima Gayatri on Mar 22, 2010 7:00 AM

Read only

Former Member
0 Likes
509

Hi All,

Thanks a lot for the replies. The problem is sovled.

Poornima.

Read only

0 Likes
509

Hi Poornima,

Can you please elaborate on how you resolved this issue. I am getting the same issue. I appreciate it.

Thanks,

Al