<?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: Trsv_page_allocation_failed error: need solution programatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025864#M1609351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to use option PACKAGE on SELECT to treat data in blocks from MARC, instead to populate entire table. It also can be done using CURSOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2011 18:17:43 GMT</pubDate>
    <dc:creator>lcpaiva</dc:creator>
    <dc:date>2011-08-02T18:17:43Z</dc:date>
    <item>
      <title>Trsv_page_allocation_failed error: need solution programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025859#M1609346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are reading MARC table with 42 million data.we are reading the table for 10000 times .It is giving error like  TRSV PAGE ALLOCATION FAILED . The error is coming from SAP internal tables ( not for the tables declared in program). As per basis team, we can not increase the memory.&lt;/P&gt;&lt;P&gt;How to deal with the situation programmatically?&lt;/P&gt;&lt;P&gt;how can i refresh the buffer or memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jowar saha on Jul 25, 2011 3:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025859#M1609346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-25T13:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trsv_page_allocation_failed error: need solution programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025860#M1609347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the cause for the problem is obviously your program, I guess you read to much data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So post your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025860#M1609347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-25T13:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trsv_page_allocation_failed error: need solution programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025861#M1609348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are running out of allocated roll area and extended memory considering the number of records you are trying to read. Read the data in chunks , process them , refresh the internal tables and then read the next chunk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check if you really want to read so many entries from database or if you can restrict the count in your select query . Few things to consider here : see if you have to create a secondary index here to better database selection performance at the cost of database growth , but will reduce the network load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 17:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025861#M1609348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-25T17:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trsv_page_allocation_failed error: need solution programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025862#M1609349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jowar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please read this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="10288406"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;  Yuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025862#M1609349</guid>
      <dc:creator>yuri_ziryukin</dc:creator>
      <dc:date>2011-07-26T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trsv_page_allocation_failed error: need solution programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025863#M1609350</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;May i know how actually you are fetching the data from MARC table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any where clause used like for plant or something like that? if not try to add a where clause in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your code here? for better undertanding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 16:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025863#M1609350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-29T16:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trsv_page_allocation_failed error: need solution programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025864#M1609351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to use option PACKAGE on SELECT to treat data in blocks from MARC, instead to populate entire table. It also can be done using CURSOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 18:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trsv-page-allocation-failed-error-need-solution-programatically/m-p/8025864#M1609351</guid>
      <dc:creator>lcpaiva</dc:creator>
      <dc:date>2011-08-02T18:17:43Z</dc:date>
    </item>
  </channel>
</rss>

