<?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 Reload in server if QVW fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906310#M314924</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;I want my qvd script to execute completely in QMC, even if one of the qvd fails because of source data issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g- I have A,B,C,D qvd generates from Qvd script.&lt;/P&gt;&lt;P&gt;Suppose while reloading the script file in server, A qvd refresh was unsuccessful, I want the application to reload completely rather stopping the script execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions plz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 08:06:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-14T08:06:30Z</dc:date>
    <item>
      <title>Reload in server if QVW fails</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906310#M314924</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;I want my qvd script to execute completely in QMC, even if one of the qvd fails because of source data issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g- I have A,B,C,D qvd generates from Qvd script.&lt;/P&gt;&lt;P&gt;Suppose while reloading the script file in server, A qvd refresh was unsuccessful, I want the application to reload completely rather stopping the script execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions plz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906310#M314924</guid>
      <dc:creator />
      <dc:date>2015-04-14T08:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reload in server if QVW fails</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906311#M314925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Place this statement before your load-statement:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET errormode = 0;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This will force QV to continue even if there's an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906311#M314925</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-04-14T08:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reload in server if QVW fails</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906312#M314926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.That looks like the solution.&lt;/P&gt;&lt;P&gt;Can I get notified about the qvds which were not refreshed because of this except manually looking at the qvd timestamp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906312#M314926</guid>
      <dc:creator />
      <dc:date>2015-04-14T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reload in server if QVW fails</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906313#M314927</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;set ErrorMode=0;&lt;/P&gt;&lt;P class="Code"&gt;load * from abc.qvw;&lt;/P&gt;&lt;P class="Code"&gt;if ScriptError=11 then // Field not found = 11&lt;/P&gt;&lt;P class="Code"&gt;TRACE Some fields are missing.&lt;/P&gt;&lt;P class="Code"&gt;end if&lt;/P&gt;&lt;P class="Code"&gt;Set ErrorMode = 1&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-in-server-if-QVW-fails/m-p/906313#M314927</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-14T09:24:32Z</dc:date>
    </item>
  </channel>
</rss>

