<?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 Execution of Script Failed Reload old Data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275736#M102876</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;I've loaded my qvw file succussfully with qvd file. Now i updated my qvd file so generally when you update qvd file we need to reload our qvw file. When i'm reload this application i'm getting the error "&lt;STRONG&gt;Execution of Script Failed Reload old Data&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check where the errror&amp;nbsp; i gone through the debug mode. The entire script is executing successfully without giving error. But when i click on CLOSE Button it shows the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i've seen new wonder. When i comment my script and reloading the application the reload is successfull. I'm saving my file after executing. Now i'll uncomment the script and reload the application. I wonder that script is executing successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me where i'm doing wrong. For your reference i'm attaching my sample qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2011 17:16:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-02T17:16:07Z</dc:date>
    <item>
      <title>Execution of Script Failed Reload old Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275736#M102876</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;I've loaded my qvw file succussfully with qvd file. Now i updated my qvd file so generally when you update qvd file we need to reload our qvw file. When i'm reload this application i'm getting the error "&lt;STRONG&gt;Execution of Script Failed Reload old Data&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check where the errror&amp;nbsp; i gone through the debug mode. The entire script is executing successfully without giving error. But when i click on CLOSE Button it shows the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i've seen new wonder. When i comment my script and reloading the application the reload is successfull. I'm saving my file after executing. Now i'll uncomment the script and reload the application. I wonder that script is executing successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me where i'm doing wrong. For your reference i'm attaching my sample qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 17:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275736#M102876</guid>
      <dc:creator />
      <dc:date>2011-12-02T17:16:07Z</dc:date>
    </item>
    <item>
      <title>Execution of Script Failed Reload old Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275737#M102877</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;I noticed that you create some InputFields in the script. I've also used inputfields and sometimes this error occurred to me. What usually solved my problem was to:&lt;/P&gt;&lt;P&gt;1. comment all inputfield declarations (as if the fields are not inputfields)&lt;/P&gt;&lt;P&gt;2. reload the script&lt;/P&gt;&lt;P&gt;3. uncomment&amp;nbsp; the inputfield declarations (back to your original load script)&lt;/P&gt;&lt;P&gt;4. reload the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to me that QlikView doesn't like changes in the data cloud structure when you are using inputfields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 09:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275737#M102877</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-12-06T09:28:01Z</dc:date>
    </item>
    <item>
      <title>Execution of Script Failed Reload old Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275738#M102878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya your are right Fernando. I want to make use of Inputfields definitly. To escape this bug right now i developed my application by reload for two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. i've taken button in sheet and written a macro code to reload the application. Here i'm taking one global variable to control the script execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load A,B,C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(vGlobal=1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALL inputfields code here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- &lt;/STRONG&gt;By default the vGlobal value will be 0. &lt;/P&gt;&lt;P&gt;- I'm taking two actions in button, the two actions are reload only.&lt;/P&gt;&lt;P&gt;- When user click on the button it will reload the entire application without input fields and changes the value of vGlobal value to 1.&lt;/P&gt;&lt;P&gt;- Then application reloads once again with all input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is how can i control this if i put schedualar. That's why i'm trying for permanent solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 09:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275738#M102878</guid>
      <dc:creator />
      <dc:date>2011-12-06T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Execution of Script Failed Reload old Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275739#M102879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At least in my cases, this error occurred when I changed something in the data could structure, like inclusion/exclusion of a table/field. So, after the script code stabilizes, it usually stopped occurring...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your data cloud going to permanently change its structure? I suspect not, so when you stabilize your data cloud structure, automatically the problem will disappear. And then you will need to use your solution only while developing...&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;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 10:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-Script-Failed-Reload-old-Data/m-p/275739#M102879</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-12-06T10:22:31Z</dc:date>
    </item>
  </channel>
</rss>

