<?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: General script error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793306#M666069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check, whether the qvd, into which you wish to store, is not blocked (by previous QV-process) - helpwise you may change (temporarily) the name of this qvd.&lt;/P&gt;&lt;P&gt;Else you may check, whether you have an antivirus-program scanning/blocking your directory.&lt;/P&gt;&lt;P&gt;As Nagaian has written, specify the format (qvd)&lt;/P&gt;&lt;P&gt;Does you script really stop after the STORE-command? you may add an EXIT SCRIPT right behind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Dec 2014 09:51:18 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2014-12-27T09:51:18Z</dc:date>
    <item>
      <title>General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793300#M666058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a curious problem. I hope someone will be able to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have server D which is my developement server.&amp;nbsp; When I want to put an application in production, I paste it in server S which is my "storage" server.&amp;nbsp; Then, the Qlikview server runs the application that are stored in server S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application which is store on server S. When I run it from server D, it works. But when I run it from Qlikview management console, it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already have that case and each time, it was because I let some absolute paths instead of relative...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this time it is not the case.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the piece of code where the app fails :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE blabla into ..\QVD\QVD_PE\azer\blabla.qvd;&lt;/P&gt;&lt;P&gt;Drop table blabla;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I've got in the journal after the application failed with QMC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;26/12/2014 21:34:26: 3375&amp;nbsp; STORE blabla into ..\QVD\QVD_PE\azer\blabla.qvd&lt;/P&gt;&lt;P&gt;26/12/2014 21:34:26:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; General Script Error&lt;/P&gt;&lt;P&gt;26/12/2014 21:34:26:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;/P&gt;&lt;P&gt;26/12/2014 21:34:27:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the application fails just before the drop table statement. But the QVD is stored (I've checked it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I've tried to run it with one line in comment :&lt;/P&gt;&lt;P&gt;//STORE blabla into ..\QVD\QVD_PE\azer\blabla.qvd;&lt;/P&gt;&lt;P&gt;Drop table blabla;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE blabla into ..\QVD\QVD_PE\azer\blabla.qvd;&lt;/P&gt;&lt;P&gt;//Drop table blabla;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in both cases, the reload works. It's only when there are these 2 statements that there is a failure.&amp;nbsp; I really don't get why... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, do not hesitate to tell me if my problem is not clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 20:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793300#M666058</guid>
      <dc:creator />
      <dc:date>2014-12-26T20:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793301#M666059</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;Better way is if you store the Path into the variables and then use variable instead of relatives&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vPath = Your QVD source location path here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then in Store&lt;/P&gt;&lt;P&gt;STORE blabla into &lt;STRONG&gt;$(vPath)&lt;/STRONG&gt;blabla.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793301#M666059</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-26T21:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793302#M666061</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;Do you have any complex calculations or any incremental load in script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793302#M666061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-26T21:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793303#M666064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jaja I like the blabla, sometimes I use Mickey or Pluto :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel that there is a problem with multi-threading internally in QlikView engine, but is it just a feeling. So, the next statement is trying to remove a table (blabla) while it is still being used by another working thread inside QlikView's kernel. just 2 cents. of opinion &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;TRY as a test: load * inline&amp;nbsp; something after the store qvd statement and then drop blabla, so you will insert the load * inline code between both statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793303#M666064</guid>
      <dc:creator />
      <dc:date>2014-12-26T21:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793304#M666066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried limit load and was it successful?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793304#M666066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-26T21:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793305#M666068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the following script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;&lt;STRONG&gt;STORE blabla into [..\QVD\QVD_PE\azer\blabla.qvd] (qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 23:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793305#M666068</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-12-26T23:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793306#M666069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check, whether the qvd, into which you wish to store, is not blocked (by previous QV-process) - helpwise you may change (temporarily) the name of this qvd.&lt;/P&gt;&lt;P&gt;Else you may check, whether you have an antivirus-program scanning/blocking your directory.&lt;/P&gt;&lt;P&gt;As Nagaian has written, specify the format (qvd)&lt;/P&gt;&lt;P&gt;Does you script really stop after the STORE-command? you may add an EXIT SCRIPT right behind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 09:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793306#M666069</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-27T09:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: General script error</title>
      <link>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793307#M666070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm quite agreed with Mario, try to delete &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;blabla.qvd. If the system said that it is not possibile, then try to kll QV process and then retry to reload script.&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;Simon&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 06:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-script-error/m-p/793307#M666070</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2014-12-28T06:37:14Z</dc:date>
    </item>
  </channel>
</rss>

