<?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: In case of error, how to automate reload old data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745892#M266255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not really a matter of reloading old data. It's whether the qvw is written to disk or not. When a server reload fails, the disk copy is not updated so the user still is using the old copy. The same is true for Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like you need to do nothing. So I'm wondering what problem your users are experiencing when the load fails? They should have the same data as before the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 18:16:11 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-02-04T18:16:11Z</dc:date>
    <item>
      <title>In case of error, how to automate reload old data</title>
      <link>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745891#M266254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We started encountering batch-overrun, which often generate error (file not found). In this case, I would like to arrange so that old data is used without user's intervention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's typically when &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ScriptError=8 then "automatically reload old data without user's intervention" is desired. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I would like to avoid using any macro for meintainance consideration. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the QlikView desktop, I do not know how we may automate the error suppression (and automatically reload the old data). ErrorMode=0 would go through to the end, so data is loaded partially. ErrorMode=2 actually skips the initial error, but this error requires user's intervention.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG __jive_id="77150" alt="Error 12.jpg" class="image-1 jive-image" src="/legacyfs/online/77150_Error 12.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was thinking this might be fine, but I still get above error message, which requires user's intervention to click 'Yes'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (NOT isNull(FileSize('_test.csv'))) THEN&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test: LOAD Test&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;SPAN style="font-size: 10pt;"&gt;_test.csv &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(...);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ElseIf&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit Script;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a way to automate that old data is reloaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It seems in QEMC, it is automatically reloading old data, but I cannot find this setting on the QEMC server. Would you possibly know where this behaviour is configured in QEMC?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate for your feedback in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 17:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745891#M266254</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-02-04T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: In case of error, how to automate reload old data</title>
      <link>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745892#M266255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not really a matter of reloading old data. It's whether the qvw is written to disk or not. When a server reload fails, the disk copy is not updated so the user still is using the old copy. The same is true for Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like you need to do nothing. So I'm wondering what problem your users are experiencing when the load fails? They should have the same data as before the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 18:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745892#M266255</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-04T18:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: In case of error, how to automate reload old data</title>
      <link>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745893#M266256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rob, and I appreciate for the feedback. Yes, I should have noticed that the reloading is still on the memory, not on the disk. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Only the developer would be notified from server administrators about the error.... &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you for your comment. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-case-of-error-how-to-automate-reload-old-data/m-p/745893#M266256</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-02-05T07:45:39Z</dc:date>
    </item>
  </channel>
</rss>

