<?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: Execution of script failed.Reload old Data error message for a particular user? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231652#M392423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Main Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='D/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='D/MM/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDownloadDateTime = Now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//* Temporary:&lt;/P&gt;&lt;P&gt;SET vDataPath = 'MyPath';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory $(vDataPath);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vODBCDate = Date(Today()-1,'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//* Perform a full reload on Saturday nights, otherwise do incremental to save time.&lt;/P&gt;&lt;P&gt;LET vWeekday = WEEKDAY(TODAY());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF&amp;nbsp; vWeekday = 'Sat' THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRACE * Total Reload *;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET vControlLoad = 'T'; &lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRACE * Incremental Reload *;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET vControlLoad = 'I';&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [prdbidomian;DBQ=//biprddomain/biprddomain] (XUserId is xyz, XPassword is abc);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************this is where it gives error:********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Lodgement]:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;select * from mytable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE [Lodgement] INTO $(vDataPath)\Lodge.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP TABLE [Lodgement];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 07:54:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-21T07:54:31Z</dc:date>
    <item>
      <title>Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231640#M392411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to reload the data in the loader file and getting the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="153861" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153861_Capture.PNG" style="font-size: 13.3333px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;other user&lt;/STRONG&gt;&lt;/SPAN&gt; having &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="color: #ff0000; text-decoration: underline;"&gt;same permissions as me&lt;/STRONG&gt;&lt;/SPAN&gt;, runs the reload then it execute without any error!! Strange...(which means the script have no errors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggests any possible reason for this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231640#M392411</guid>
      <dc:creator />
      <dc:date>2017-02-21T02:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231641#M392412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be issue tha paths, Can you check whether the path is existing on your server. I mena Data Source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231641#M392412</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T02:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231642#M392413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil for reply. Could you please elaborate, which path you are talking about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231642#M392413</guid>
      <dc:creator />
      <dc:date>2017-02-21T02:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231643#M392414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From &lt;STRONG&gt;C:\Users\XYZ\Downloads\ABC.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am saying check this path is valid or not which i've highlighted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Path is okay, You may share the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231643#M392414</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T02:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231644#M392415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the path is correct, we have the loader qvw on server, when i try to reload data into the qvw, it fails and if other user logs in and try to reload then it work perfectly fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231644#M392415</guid>
      <dc:creator />
      <dc:date>2017-02-21T02:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231645#M392416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you provide Log file of QVW? Document and Server Logs may be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231645#M392416</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T02:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231646#M392417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the log file for both the users. Please note user1 has cancelled the task in between, as he did the reload for testing purpose only. user1 has successfully executed the task yesterday. it also works fine for Admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231646#M392417</guid>
      <dc:creator />
      <dc:date>2017-02-21T02:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231647#M392418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the database connection is not working for me, may be i don't have privileges to connect to the data source as other user have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using following in my script:&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [prdbidomain;DBQ=//biprddomain/biprddomain] (XUserId is abc, XPassword is xyz); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you suggest any way i can check and compare my permissions with other user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I can't share whole script here because of some privacy concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 03:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231647#M392418</guid>
      <dc:creator />
      <dc:date>2017-02-21T03:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231648#M392419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen log files for User1 and User2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, The main issue is If User1 created the application then User2 need the same application. That case it won't reload due to Restriction of Privileges for User2. And, The main issue is User2 doesn't have access(May be application used for NTNAME). That case it won't help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 04:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231648#M392419</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T04:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231649#M392420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil,&lt;/P&gt;&lt;P&gt;I just checked that I have the permissions to access the database, but still getting the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231649#M392420</guid>
      <dc:creator />
      <dc:date>2017-02-21T05:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231650#M392421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other suggestions from the community? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231650#M392421</guid>
      <dc:creator />
      <dc:date>2017-02-21T05:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231651#M392422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send the steps to follow the same. I meant how you are connecting to DB and then share Doc atleast. Because, When you say you have the access you are just fetching the data only. I am not sure, What you made over there will be correction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 07:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231651#M392422</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T07:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231652#M392423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Main Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='D/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='D/MM/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDownloadDateTime = Now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//* Temporary:&lt;/P&gt;&lt;P&gt;SET vDataPath = 'MyPath';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory $(vDataPath);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vODBCDate = Date(Today()-1,'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//* Perform a full reload on Saturday nights, otherwise do incremental to save time.&lt;/P&gt;&lt;P&gt;LET vWeekday = WEEKDAY(TODAY());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF&amp;nbsp; vWeekday = 'Sat' THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRACE * Total Reload *;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET vControlLoad = 'T'; &lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRACE * Incremental Reload *;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET vControlLoad = 'I';&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [prdbidomian;DBQ=//biprddomain/biprddomain] (XUserId is xyz, XPassword is abc);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************this is where it gives error:********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Lodgement]:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;select * from mytable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE [Lodgement] INTO $(vDataPath)\Lodge.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP TABLE [Lodgement];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 07:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231652#M392423</guid>
      <dc:creator />
      <dc:date>2017-02-21T07:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231653#M392424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure your userID has permission to load from the db?&lt;/P&gt;&lt;P&gt;Are the user name and passwords hardcoded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [prdbidomian;DBQ=//biprddomain/biprddomain] (XUserId is xyz, XPassword is abc);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231653#M392424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T08:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231654#M392425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Deran it is hard coded and i have tested the connection, it works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231654#M392425</guid>
      <dc:creator />
      <dc:date>2017-02-21T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231655#M392426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check this for me, I've tested this part and it's working with out any error and qvd also generated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want i will share QVW for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[Lodgement]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;select * from mytable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;STORE Lodgement INTO $(vDataPath)\Lodge.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DROP TABLE Lodgement;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Note: 1) I've removed the Load Statement over here&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) I've removes Square brackets for Store and Drop Statement { [ And ] }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231655#M392426</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-21T08:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231656#M392427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil, &lt;/P&gt;&lt;P&gt;Its working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231656#M392427</guid>
      <dc:creator />
      <dc:date>2017-02-21T08:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of script failed.Reload old Data error message for a particular user?</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231657#M392428</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;Looking at you log files, I think it has nothing to do with database connection because it has loaded your first table.&lt;/P&gt;&lt;P&gt;The error is with loading second table. Try to comment and run by section to check where the error is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-of-script-failed-Reload-old-Data-error-message-for-a/m-p/1231657#M392428</guid>
      <dc:creator>miskin_m</dc:creator>
      <dc:date>2017-02-21T08:26:35Z</dc:date>
    </item>
  </channel>
</rss>

