<?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: Error Handling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925732#M972008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5342"&gt;Error Handling in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 20:20:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-10T20:20:29Z</dc:date>
    <item>
      <title>Error Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925728#M972004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a good practice to always include error handling in script?&amp;nbsp; Do most qlikview developers use error handling?&amp;nbsp;&amp;nbsp; Will the error handling give you information on all errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925728#M972004</guid>
      <dc:creator />
      <dc:date>2015-09-10T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925729#M972005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest that vary from requirement to requirement.&lt;/P&gt;&lt;P&gt;If you have a script that would do&amp;nbsp; a lot of conditional checks based on exception or error scenarios then it is required to use Error handling. If your script is a simple data load from a source file or database then 'file not found' or 'table not found' or 'db connection' issues would be your regular error messages during error condition which you can find from the QVW log file. You will also get a notification from Publisher that your task has failed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 19:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925729#M972005</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2015-09-10T19:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925730#M972006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response&amp;nbsp;&amp;nbsp; What if you don't have publisher is there any other way to get a notfication that a task has failed.&amp;nbsp; That's really why I'm asking about error handling.&amp;nbsp; We had a task that failed recently and did not have any notification so that's&amp;nbsp; really why I'm asking I'm wondering if implementiing error handling would help at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 20:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925730#M972006</guid>
      <dc:creator />
      <dc:date>2015-09-10T20:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925731#M972007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can do the reload through QVS but one thing I can suggest is if you know the scenarios when your QVW fails then in the script you can handle the error and can run the document reload accordingly. Once the document is reloaded then you can use Document alert feature that can generate alert based on field condition. so if your reload didn't occur as expected and the no. of records are not present then you can trigger a document level alert which will send an email to the recipients mentioned in the "Mail Recipients" section in the Alert creation window.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T180016.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98575_T180016.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 20:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925731#M972007</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2015-09-10T20:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925732#M972008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5342"&gt;Error Handling in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 20:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925732#M972008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925733#M972009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView Server logs reload progress into both log text-files and to the Windows Event Log. With Windows you can create alerts to be sent when errors arise from QlikView execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 20:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling/m-p/925733#M972009</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-10T20:41:55Z</dc:date>
    </item>
  </channel>
</rss>

