<?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>Question Re: HANA Allocation Limit error in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570181#M126849</link>
    <description>&lt;P&gt;Yes it is.&lt;/P&gt;
  &lt;P&gt;I'm irritated because calling this manually works perfectly fine. How is this possible?&lt;/P&gt;
  &lt;P&gt;Thanks for your detailled answers.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2018 09:08:07 GMT</pubDate>
    <dc:creator>former_member460045</dc:creator>
    <dc:date>2018-01-19T09:08:07Z</dc:date>
    <item>
      <title>HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaq-p/570172</link>
      <description>&lt;P&gt;Hello community, &lt;/P&gt;
  &lt;P&gt;I have encountered a strange issue.&lt;/P&gt;
  &lt;P&gt;I have a procedure which is called by a job with a crontrigger. This job fails almost every time because memory allocation limit. But if I invoke the procedure manually it's working perfectly fine every time. &lt;/P&gt;
  &lt;P&gt;When I look into the performance monitor there is no sign that the memory allocation limit is reached. Maybe I'm reading it the wrong way, but I think it should be ok.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/103455-mem-alloc.png" /&gt;&lt;/P&gt;
  &lt;P&gt;What could be the matter?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;
  &lt;P&gt;BR&lt;/P&gt;
  &lt;P&gt;Jo&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaq-p/570172</guid>
      <dc:creator>former_member460045</dc:creator>
      <dc:date>2018-01-16T15:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570173#M126841</link>
      <description>&lt;P&gt;Are you seeing an OOM dump in the DB?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570173#M126841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-16T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570174#M126842</link>
      <description>&lt;P&gt;Hello Michael, &lt;/P&gt;
  &lt;P&gt;I had a few dumps because OOM but for the jobs that failed the last 12 hours there is no dump file created/dumps noted.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 07:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570174#M126842</guid>
      <dc:creator>former_member460045</dc:creator>
      <dc:date>2018-01-17T07:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570175#M126843</link>
      <description>&lt;P&gt;I would guess that is because your config is set to generate only one OOM dump every 12 or so hours. &lt;/P&gt;
  &lt;P&gt;Can you upload the last OOM you saw when the procedure ran and failed.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570175#M126843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-17T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570176#M126844</link>
      <description>&lt;P&gt;The error occuring is:&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;Application Error: SQL exception 2048: column store error: "Schema"."Path::Procedure": line 13 col 3 (at pos 379): [2048] (range 3): column store error: search table error: [9] Memory allocation failed at /sapmnt/ld7272/a/HDB/jenkins_prod/workspace/8uyiojyvla/s/ptime/session/eapi/jdbc/ExternalStatement.cc:912&lt;/LI&gt; 
  &lt;/UL&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570176#M126844</guid>
      <dc:creator>former_member460045</dc:creator>
      <dc:date>2018-01-17T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570177#M126845</link>
      <description>&lt;P&gt;I should have been more specific.&lt;/P&gt;
  &lt;P&gt;Go to your HANA Studio &amp;gt; Traces &amp;gt; Find the relevant indexserver.oom dump that occurred at the same time as the procedure failed. &lt;/P&gt;
  &lt;P&gt;Upload it here: &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://mdocs.sap.com/mcm/public/v1/open?shr=N6r0Af2Fe_raO8MD2ssTlJ8a_jXbXmXPG8KApNu6UmA" target="test_blank"&gt;https://mdocs.sap.com/mcm/public/v1/open?shr=N6r0Af2Fe_raO8MD2ssTlJ8a_jXbXmXPG8KApNu6UmA&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Or better again, generate a &lt;STRONG&gt;full system dump&lt;/STRONG&gt; from HANA and upload to the above link.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570177#M126845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-17T11:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570178#M126846</link>
      <description>&lt;P&gt;Hello Michael, &lt;/P&gt;
  &lt;P&gt;I uploaded the file, thanks for your help.&lt;/P&gt;
  &lt;P&gt;How can I generate a full system dump?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 12:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570178#M126846</guid>
      <dc:creator>former_member460045</dc:creator>
      <dc:date>2018-01-17T12:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570179#M126847</link>
      <description>&lt;P&gt;Searching google I found:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.02/en-US/532af53777d0451a9ddb1d152b25284e.html" target="test_blank"&gt;https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.02/en-US/532af53777d0451a9ddb1d152b25284e.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/0001732157" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/0001732157&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570179#M126847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-18T17:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570180#M126848</link>
      <description>&lt;P&gt;I looked at the oom dump file. &lt;/P&gt;
  &lt;P&gt;So the top allocator is consuming 5GBs which is:&lt;/P&gt;
  &lt;P&gt;Pool/JoinEvaluator/JECreateNTuple&lt;/P&gt;
  &lt;P&gt;So within your procedure, you could consider setting the hint USE_OLAP_PLAN (SAP Note &lt;A href="https://launchpad.support.sap.com/#/notes/2142945"&gt;2142945&lt;/A&gt;) for testing purposes in order to check if a switch from join engine to OLAP engine works and results in a reduced memory consumption.&lt;/P&gt;
  &lt;P&gt;As a workaround the NO_GROUPING_SIMPLIFICATION hint (SAP Note &lt;A href="https://launchpad.support.sap.com/#/notes/2142945"&gt;2142945&lt;/A&gt;) can be used. If triggered by BW / MDX, you can also disable the RSADMIN parameter MDX_F4_USE_SQL (SAP Note &lt;A href="https://launchpad.support.sap.com/#/notes/1865554"&gt;1865554&lt;/A&gt;).&lt;/P&gt;
  &lt;P&gt;Is this the call that you are making at time of the dump:&lt;/P&gt;
  &lt;P&gt;SQL: Insert Into "SCC"."SCC.Development.model::data.SccData_Union" SELECT * FROM "_SYS_BIC"."SCC.Development.view/CV_SccData_Union_comp"&lt;/P&gt;
  &lt;P&gt;BR&lt;/P&gt;
  &lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570180#M126848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-18T17:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570181#M126849</link>
      <description>&lt;P&gt;Yes it is.&lt;/P&gt;
  &lt;P&gt;I'm irritated because calling this manually works perfectly fine. How is this possible?&lt;/P&gt;
  &lt;P&gt;Thanks for your detailled answers.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570181#M126849</guid>
      <dc:creator>former_member460045</dc:creator>
      <dc:date>2018-01-19T09:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570182#M126850</link>
      <description>&lt;P&gt;My guess would be the way the procedure is written/optimised, so as I suggested, addthe HINT above to the procedure and check if this reduces the consumption.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 10:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570182#M126850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-19T10:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Allocation Limit error</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570183#M126851</link>
      <description>&lt;P&gt;Hello Michael, &lt;/P&gt;
  &lt;P&gt;I'm writing late, sorry for that, I was pretty much caught in work lately.&lt;/P&gt;
  &lt;P&gt;I found the error, when I tried to transport the packages. They throw a error that some objects couldn't be activitated. So I looked into it more deeply and it was because of another call that writes a calc view into a table where the output attributes of the cv were in different order than in the table definintion in the hdbdd file. &lt;/P&gt;
  &lt;P&gt;Now its working like a charm again.&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your help and valuable inputs.&lt;/P&gt;
  &lt;P&gt;BR&lt;/P&gt;
  &lt;P&gt;Jo&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-allocation-limit-error/qaa-p/570183#M126851</guid>
      <dc:creator>former_member460045</dc:creator>
      <dc:date>2018-01-25T13:12:42Z</dc:date>
    </item>
  </channel>
</rss>

