<?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: STORAGE_PARAMETERS_WRONG_SET problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654524#M1095157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cure the cause, not the symptoms. Rather than tweaking parameters, better have this program rewritten, so it does not read so much data into memory at one time.&lt;/P&gt;&lt;P&gt;This cannot be done from a distance, some experienced person needs to sit down, analyse and fix.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 15:19:26 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2008-10-20T15:19:26Z</dc:date>
    <item>
      <title>STORAGE_PARAMETERS_WRONG_SET problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654521#M1095154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run one copa report , it showed me below short-dump ,&lt;/P&gt;&lt;P&gt;and i have changed some memory parameters ...&lt;/P&gt;&lt;P&gt;but still unavailable ........ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has someone can guide me how to solve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime errors         STORAGE_PARAMETERS_WRONG_SET&lt;/P&gt;&lt;P&gt;       Occurred on     10/20/2008 at   17:28:43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;INCLUDE INCL_INSTALLATION_ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current program had to be terminated because of an&lt;/P&gt;&lt;P&gt;error when installing the R/3 System.&lt;/P&gt;&lt;P&gt;The program had already requested 1303069936 bytes from the operating&lt;/P&gt;&lt;P&gt;system with 'malloc' when the operating system reported after a&lt;/P&gt;&lt;P&gt;further memory request that there was no more memory space&lt;/P&gt;&lt;P&gt;available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a note of the actions and input which caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve the problem, contact your SAP system administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use transaction ST22 (ABAP Dump Analysis) to view and administer&lt;/P&gt;&lt;P&gt;termination messages, especially those beyond their normal deletion&lt;/P&gt;&lt;P&gt;date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the system profile parameters&lt;/P&gt;&lt;P&gt;- abap/heap_area_dia&lt;/P&gt;&lt;P&gt;- abap/heap_area_nondia&lt;/P&gt;&lt;P&gt;to a maximum of 1303069936. Then reduce the value by 10.000.000 to be on the&lt;/P&gt;&lt;P&gt;safe side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then restart the SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the program was running, it was established that more&lt;/P&gt;&lt;P&gt;memory was needed than the operating system is able to provide savely.&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 09:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654521#M1095154</guid>
      <dc:creator>carlos_zhang3</dc:creator>
      <dc:date>2008-10-20T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: STORAGE_PARAMETERS_WRONG_SET problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654522#M1095155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like the program is using too much memory space, probably due to large internal tables.&lt;/P&gt;&lt;P&gt;What is the program name? If it is a standard SAP report, you can check in SAP Support Portal for applicable notes.&lt;/P&gt;&lt;P&gt;If it is a custom development, it needs to be tuned so that it processes the data in blocks rather than all at the same time.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 09:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654522#M1095155</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-20T09:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: STORAGE_PARAMETERS_WRONG_SET problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654523#M1095156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , i think so . the problem is not a standard SAP report , it is a copa customer report.&lt;/P&gt;&lt;P&gt;But anyway, has a good idea to slove this issue ? Such as change some memory parameters ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : We are using 32bit OS with ibm-x3650 server. Os startup parameters also include "/3GB" and "/PAE".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 14:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654523#M1095156</guid>
      <dc:creator>carlos_zhang3</dc:creator>
      <dc:date>2008-10-20T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: STORAGE_PARAMETERS_WRONG_SET problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654524#M1095157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cure the cause, not the symptoms. Rather than tweaking parameters, better have this program rewritten, so it does not read so much data into memory at one time.&lt;/P&gt;&lt;P&gt;This cannot be done from a distance, some experienced person needs to sit down, analyse and fix.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 15:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storage-parameters-wrong-set-problem/m-p/4654524#M1095157</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-20T15:19:26Z</dc:date>
    </item>
  </channel>
</rss>

