<?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: Why no error message when execute SP failed? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625079#M684056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may search all tab to find out &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ErrorMode=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It may have more than one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 08:26:17 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2014-02-10T08:26:17Z</dc:date>
    <item>
      <title>Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625074#M684051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a strange behavior when reloading my QV file.&lt;/P&gt;&lt;P&gt;I made a typo about a stored procedure name, so of course there no line fetched by that stored procedure (you can simply regard this scenario as: there's no such sp exists in the connected db).&lt;/P&gt;&lt;P&gt;But my point is, there is no error message popped out when reloading, neither anything logged down in the log file.&lt;/P&gt;&lt;P&gt;Is this a product bug or did I missed setting any options?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 07:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625074#M684051</guid>
      <dc:creator />
      <dc:date>2014-02-10T07:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625075#M684052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error mode have you ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor581"&gt;&lt;/A&gt;&lt;A name="ErrorMode"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;ErrorMode&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;This variable determines what action is to be taken by QlikView when an error is encountered during script execution. By default (&lt;SPAN class="Bold"&gt;ErrorMode=1&lt;/SPAN&gt;) the script execution will halt and the user will be prompted for action (non-batch mode). By setting &lt;SPAN class="Bold"&gt;ErrorMode =0&lt;/SPAN&gt; QlikView will simply ignore the failure and continue script execution at the next script statement. By setting&lt;SPAN class="Bold"&gt; ErrorMode =2&lt;/SPAN&gt; QlikView will trigger an "Execution of script failed..." error message immediately on failure, without prompting the user for action beforehand. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt; &lt;SPAN class="Bold"&gt;set ErrorMode=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625075#M684052</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-10T08:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625076#M684053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid you set ErrorMode=0. Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set ErrorMode = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625076#M684053</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-10T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625077#M684054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ionannis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;It's 0, in log file it says so.&lt;/P&gt;&lt;P&gt;But I just tried manually change it to 1 and 2 in my script, the result is the same.&lt;/P&gt;&lt;P&gt;No error message prompted.&lt;/P&gt;&lt;P&gt;Seems QV doesn't regard sp that couldn't be found as an error.&lt;/P&gt;&lt;P&gt;Btw, I'm using QV 10g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625077#M684054</guid>
      <dc:creator />
      <dc:date>2014-02-10T08:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625078#M684055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of sp, if you try to read from a table that does not exists, does it report an error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625078#M684055</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-10T08:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625079#M684056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may search all tab to find out &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ErrorMode=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It may have more than one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625079#M684056</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-10T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625080#M684057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sokorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;There's no such setting in my script, it should be default set to 0, or perhaps there's some server level setting which I'm not sure of.&lt;/P&gt;&lt;P&gt;Do you mean I should manually set this to 1 instead of 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625080#M684057</guid>
      <dc:creator />
      <dc:date>2014-02-10T08:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625081#M684058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it does.&lt;/P&gt;&lt;P&gt;As well as wrong field name or something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625081#M684058</guid>
      <dc:creator />
      <dc:date>2014-02-10T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625082#M684059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, ErrorMode=1 (see in help file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let try Set ErrorMode=1; on top of your script and see what happen when you load it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625082#M684059</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-10T08:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625083#M684060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sokkorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for late reply.&lt;/P&gt;&lt;P&gt;I tried to set the error mode to be 0 ,1 and 2, all cannot solve it.&lt;/P&gt;&lt;P&gt;Seems QV doesn't concern if the SP exists.&lt;/P&gt;&lt;P&gt;One hint is that, In QV reload log file, no matter I type the right or wrong SP name, there's always one row to indicate it, and no error message:&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;2/12/2014 10:21:37 AM: 0074&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL exec db.dbo.XXXXXX&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 02:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625083#M684060</guid>
      <dc:creator />
      <dc:date>2014-02-12T02:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625084#M684061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let debug together by c&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;reate new QlikView document and use only one script &lt;STRONG&gt;SQL exec db.dbo.spName; &lt;/STRONG&gt;then see what happen after we reload script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 02:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625084#M684061</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-12T02:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625085#M684062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sokkorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried these scenario and more, but QV just doesn't regard SP failure as an error.&lt;/P&gt;&lt;P&gt;I wonder if this really is a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 02:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625085#M684062</guid>
      <dc:creator />
      <dc:date>2014-02-13T02:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625086#M684063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It can be a bug. Anyhow, we may contact &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@qlik.com"&gt;support@qlik.com&lt;/A&gt;&lt;SPAN&gt; or Ms. &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/59295"&gt;Sara Leslie&lt;/A&gt; can clarify on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 02:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625086#M684063</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-13T02:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625087#M684064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sokkorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;I'll report this and post the result if there's any solution or explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 03:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625087#M684064</guid>
      <dc:creator />
      <dc:date>2014-02-13T03:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why no error message when execute SP failed?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625088#M684065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Patrick. Keep post here to let me and everyone know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 03:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-no-error-message-when-execute-SP-failed/m-p/625088#M684065</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-13T03:01:26Z</dc:date>
    </item>
  </channel>
</rss>

