<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666986#M1447178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be because,&lt;/P&gt;&lt;P&gt;You are running short of memory during the running of the program. In me experience this is donw to 1 of 2 things:&lt;/P&gt;&lt;P&gt;1. You have internal tables which are massive (too big !!! ). Reduce the size by gathering data from teh database in packets.&lt;/P&gt;&lt;P&gt;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'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soundarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 12:29:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-17T12:29:44Z</dc:date>
    <item>
      <title>TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666985#M1447177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading the data using DTP for 2  DSO's we are gettig the error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TSV_TNEW_PAGE_ALLOC_FAILED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one kindly help me out regarding the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Poornima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666985#M1447177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666986#M1447178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be because,&lt;/P&gt;&lt;P&gt;You are running short of memory during the running of the program. In me experience this is donw to 1 of 2 things:&lt;/P&gt;&lt;P&gt;1. You have internal tables which are massive (too big !!! ). Reduce the size by gathering data from teh database in packets.&lt;/P&gt;&lt;P&gt;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'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soundarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666986#M1447178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666987#M1447179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soundarya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no routines written for them and no select statements have been used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me regarding the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Poornima Gayatri on Mar 22, 2010 7:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 06:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666987#M1447179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-22T06:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666988#M1447180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the replies. The problem is sovled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poornima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Apr 2010 09:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666988#M1447180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-17T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED error while loading the DATA using DTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666989#M1447181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate on how you resolved this issue. I am getting the same issue. I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 15:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-error-while-loading-the-data-using-dtp/m-p/6666989#M1447181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T15:27:16Z</dc:date>
    </item>
  </channel>
</rss>

