<?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 crashes after the reload completes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343675#M1275758</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;After store the Table into qvd, drop the table if not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is to big, some time it crashes the qv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 13:20:30 GMT</pubDate>
    <dc:creator>sri99999</dc:creator>
    <dc:date>2012-07-11T13:20:30Z</dc:date>
    <item>
      <title>QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343671#M1275754</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;Following the reload of data, be it in normal or debug mode, following the completion of the script I am experiencing a big jump in RAM usage and the program crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the same behaviour whether it be 1 or 1,000,000 lines.&amp;nbsp; What happens at the end of the script that could be causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log file is showing that the script finished with no errors, so that is not helping me at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343671#M1275754</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343672#M1275755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've come across several causes of this, most recently when trying to store data to a qvd using a path that doesn't exist. From memory in every case, it's been a simple syntax error. Please post your code and we can have a look.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 16:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343672#M1275755</guid>
      <dc:creator />
      <dc:date>2012-07-10T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343673#M1275756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah.  I am using a relative path.  Let me hard code it and see if the error disappears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 16:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343673#M1275756</guid>
      <dc:creator />
      <dc:date>2012-07-10T16:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343674#M1275757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.  Relative and Hard Coded are working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE LastModifiedDate &amp;gt;= '$(vLastExecTime)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SameTableName.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE NOT Exists(PrimaryKey);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store * from Table into $(QVDPath)\TableName.qvd; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unqualify *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 16:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343674#M1275757</guid>
      <dc:creator />
      <dc:date>2012-07-10T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343675#M1275758</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;After store the Table into qvd, drop the table if not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is to big, some time it crashes the qv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343675#M1275758</guid>
      <dc:creator>sri99999</dc:creator>
      <dc:date>2012-07-11T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343676#M1275759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sri.  I just did that yesterday but I am glad that it is going the right way to see suggest that as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What appears to be causing a lot of issues is the data being held in RAM despite the application being closed.  Is there a Qlikview server setting that I have missed that would purge RAM do you know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 14:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343676#M1275759</guid>
      <dc:creator />
      <dc:date>2012-07-11T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343677#M1275760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName" style="font-size: 14px;"&gt;LeeAlderdice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;my Qlickview crashes after finishing the Upload file input, and requires more GB of RAM pinning the PC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve I formatted the pc .. QV re-installed and the problem is solved. &lt;/P&gt;&lt;P&gt;but a few weeks ago has reappeared ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I initially thought some keys or join in the document, but this problem also occurs when I do a file linked some light&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;if I load the same QV by a colleague, in a few seconds the charge and update it, if I do it is locked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how do you solve it?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName" style="font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 10:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343677#M1275760</guid>
      <dc:creator />
      <dc:date>2013-03-25T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343678#M1275761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raffael, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you solve it meanwhile? Having exactly the same issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 19:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343678#M1275761</guid>
      <dc:creator />
      <dc:date>2015-04-01T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343679#M1275762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lee, did you manage to solve this? I have the exact same issue.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343679#M1275762</guid>
      <dc:creator />
      <dc:date>2016-07-20T12:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343680#M1275763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check your Hard Drive first.&lt;/P&gt;&lt;P&gt;Is there still enough space to store your QVD?&lt;/P&gt;&lt;P&gt;Regards philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343680#M1275763</guid>
      <dc:creator>philipp_ebner</dc:creator>
      <dc:date>2016-07-20T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343681#M1275764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Actually I found it was due to a count distinct calculation on a table box caption title.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Weirdly, it seems to be calculated even when the whole table box is hidden and the user is navigating in other tabs.. When activating and showing the table, we can see that the title immediately displays the already calculated value when the table box itself is still being calculated. Removing it solved the strange behaviour of the application.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Ana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 09:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343681#M1275764</guid>
      <dc:creator />
      <dc:date>2016-07-28T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView crashes after the reload completes</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343682#M1275765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting a &lt;EM&gt;Sleep(9000)&lt;/EM&gt; after the &lt;EM&gt;Store&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 09:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-crashes-after-the-reload-completes/m-p/343682#M1275765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T09:54:45Z</dc:date>
    </item>
  </channel>
</rss>

