<?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: QlikView keeps crashing when executing load script (no errors) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075156#M358756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use &lt;STRONG&gt;Windows Task Manager&lt;/STRONG&gt; and select the &lt;STRONG&gt;Performance&lt;/STRONG&gt; tab to monitor how the CPU utilization and memory consumption is while you run your load script and especially when it crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you run out of memory? How about CPU utilitzation - mind you 90-100% doesn't indicate a problem but is interesting to observe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say that the symptoms you describe indicates that you could have a problem with your data model - how the different tables eventually gets associated via key fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have or get any synthetic keys? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mention that crash "usually" happens when executing load statements. Does that mean that it does not occur at the same place of the load script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 01:28:31 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2016-02-09T01:28:31Z</dc:date>
    <item>
      <title>QlikView keeps crashing when executing load script (no errors)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075155#M358755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;I’m building a data model (output QVD file is at most 1.5GB) and my QlikView keeps crashing when running my entire load script, can anyone give me any advice on how to proceed?&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;When I break the load script into parts, each individual parts run fine – there is no error/issue from the script itself&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;The model mostly just consolidates numerous data tables into a coherent data model =&amp;gt; most of the script (70%) are just LOAD statements with minor transformation, not a lot of heavy logic&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;The crash usually happens when executing LOAD statements =&amp;gt; the execution log would freeze while the "Time Elapsed" timer continues to tick&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;EX: the execution log will say "Hierarchy_Table &amp;lt;&amp;lt; Accounts 201,708" and become frozen/no longer updated, but the timer continues to count the minutes elapsed&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;When “Abort” or “End Here” is clicked, QlikView immediately crashes and cannot restore the last loaded data. Everything must start again from the last save&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;I tried waiting for 1 hour before giving up and aborting&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Could this be related to memory allocation used by QlikView? My laptop has 8GB Ram, but I think only 2GB is allocated to QlikView thus far. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Any advice or suggestion would be greatly appreciated! And sorry, there's way too much data to share and it's all confidential.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 23:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075155#M358755</guid>
      <dc:creator />
      <dc:date>2016-02-08T23:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView keeps crashing when executing load script (no errors)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075156#M358756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use &lt;STRONG&gt;Windows Task Manager&lt;/STRONG&gt; and select the &lt;STRONG&gt;Performance&lt;/STRONG&gt; tab to monitor how the CPU utilization and memory consumption is while you run your load script and especially when it crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you run out of memory? How about CPU utilitzation - mind you 90-100% doesn't indicate a problem but is interesting to observe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say that the symptoms you describe indicates that you could have a problem with your data model - how the different tables eventually gets associated via key fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have or get any synthetic keys? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mention that crash "usually" happens when executing load statements. Does that mean that it does not occur at the same place of the load script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 01:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075156#M358756</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-09T01:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView keeps crashing when executing load script (no errors)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075157#M358757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monitoring Windows Task Manager shows 90-100% CPU usage and around 4GB RAM usage (my laptop has 8GB available). Another diagnostic test i tried is to load only 0.01% in all my LOAD statements ( rand() &amp;lt; 0.0001 ) and no crashes are observed. Can i conclude this is RAM allocation related? If so, how can i allocate more to QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe synthetic keys are used - how would I check for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 16:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-keeps-crashing-when-executing-load-script-no-errors/m-p/1075157#M358757</guid>
      <dc:creator />
      <dc:date>2016-02-10T16:44:53Z</dc:date>
    </item>
  </channel>
</rss>

