<?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 General Script Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234981#M86281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Still no luck but thank you for you suggestions ... I have full rights, changed the load order, reduced the data load ... the fields are all pretty standard e.g. ObjectiveDescription the various field types match e.g nvarchars etc. Really stumped now.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Nov 2009 01:37:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-07T01:37:46Z</dc:date>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234975#M86275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beyond Frustrated!&lt;/P&gt;&lt;P&gt;I am getting a General Script Error. The Reload has successfully fetched all lines of data from all tables and there are no sythetic keys.&lt;/P&gt;&lt;P&gt;Can anyone shed light on why this might be happening?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 20:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234975#M86275</guid>
      <dc:creator />
      <dc:date>2009-11-06T20:06:52Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234976#M86276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The most often "general script error" - incorrect use of "group by". Can you post the part of script that generates the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 20:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234976#M86276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-06T20:30:55Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234977#M86277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Thanks for the reply ... please see the whole script below ... in debug the animation goes right to the end and says Script Finished ... so I am not sure what is erroring. Just to confirm ... no Synthetic Keys are created either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY ';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;&lt;BR /&gt;CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=BirchMdfReportingDev;Data Source=wok-bi-data-02;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=WOK-BI-WKST-119;Use Encryption for Data=False;Tag with column collation when possible=False];&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptAccount;&lt;BR /&gt;//SQL SELECT *&lt;BR /&gt;//FROM BirchMdfReportingDev.dbo.RptAccountFunding;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivity;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivityAudience;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivityCode;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivityCodeROI;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivityCustomer;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivitySoftware;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivitySolution;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptActivityVertical;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptAudience;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptClaim;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptCountriesArea;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptCurrency;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptCustomer;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptFund;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptObjective;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptROI;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptROIDescription;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptSLA;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptSoftware;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptSolution;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptState;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptStatusCode;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptUsage;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptUser;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptUserAccountSecurity;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptVertical;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM BirchMdfReportingDev.dbo.RptXRate;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 20:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234977#M86277</guid>
      <dc:creator />
      <dc:date>2009-11-06T20:49:30Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234978#M86278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to switch the log-option to OFF?&lt;BR /&gt;After a crash or after having killed the application, it can be that the logfile is still blocked and trying to create a new one then fails with such error-message.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234978#M86278</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-06T22:18:12Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234979#M86279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter.&lt;/P&gt;&lt;P&gt;Just given that a try and still not loading ... I have been through and built it up table by table by commenting and uncommenting and it appears to be failing on 9 tables with no commonality as to why they might fail. Have you come across something like that before?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234979#M86279</guid>
      <dc:creator />
      <dc:date>2009-11-06T22:30:50Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234980#M86280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have only couple of guesses:&lt;/P&gt;&lt;P&gt;load only under debug 10 records each - check again for synthetic keys.&lt;BR /&gt;load tables one by one (probably also in debug) and see where the error incurs&lt;BR /&gt;in the faulty table please check for "strange" fieldnames or contents&lt;BR /&gt;does it always happen on the same table? if you change the order of loading?&lt;BR /&gt;do you have the rights to read in the database?&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234980#M86280</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-06T22:52:34Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234981#M86281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Still no luck but thank you for you suggestions ... I have full rights, changed the load order, reduced the data load ... the fields are all pretty standard e.g. ObjectiveDescription the various field types match e.g nvarchars etc. Really stumped now.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 01:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234981#M86281</guid>
      <dc:creator />
      <dc:date>2009-11-07T01:37:46Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234982#M86282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have any section access/section application statements in a hidden script? any form of security within the document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 01:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234982#M86282</guid>
      <dc:creator />
      <dc:date>2009-11-07T01:58:39Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234983#M86283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you used a Store to create a QVD at the end ?&lt;/P&gt;&lt;P&gt;Have you tried to remove some SQL SELECT statments and do it step-by-step ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 08:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234983#M86283</guid>
      <dc:creator />
      <dc:date>2009-11-07T08:15:35Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234984#M86284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reply Naveen.&lt;/P&gt;&lt;P&gt;I do but I had commented them out until this is fixed. A real head scrambler this one!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 15:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234984#M86284</guid>
      <dc:creator />
      <dc:date>2009-11-09T15:12:18Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234985#M86285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Regis,&lt;/P&gt;&lt;P&gt;I have been through each SQL statement and identified the tables causing the error and we are going over them with a fine comb but can not see anything wrong with the tables.&lt;/P&gt;&lt;P&gt;I have not created a QVD previously ... I will give it a go. What does it do exactly and how will help with error?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 15:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234985#M86285</guid>
      <dc:creator />
      <dc:date>2009-11-09T15:16:35Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234986#M86286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;commenting out is the problem here, take a backup of the hidden script, and remove it altogether. dont comment it out.&lt;/P&gt;&lt;P&gt;simply remove the hidden script, then reload the document, and then ti should work. let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 17:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234986#M86286</guid>
      <dc:creator />
      <dc:date>2009-11-09T17:21:27Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234987#M86287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;Still no luck I am afraid ... I have removed all other tabs, there are no hidden scripts just the Main tab pulling in these data sets and still the Script Error.&lt;/P&gt;&lt;P&gt;Quite tempted to remove QlikView and reload it onto the machine ... getting a bit desperate now!&lt;/P&gt;&lt;P&gt;Thanks for your tips though.&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 17:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234987#M86287</guid>
      <dc:creator />
      <dc:date>2009-11-09T17:34:29Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234988#M86288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is very very strange...&lt;/P&gt;&lt;P&gt;i know this sounds stupid, but just create another document, and copy the main script onto that new one, load only one table in that new script, and dont create any hidden script there. then see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 19:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234988#M86288</guid>
      <dc:creator />
      <dc:date>2009-11-09T19:48:42Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234989#M86289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter ...&lt;/P&gt;&lt;P&gt;You were spot on fella. We have been through and renamed various table fields etc etc. and bullseye ... script error gone.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone for all their help ... learned loads in the process!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 21:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234989#M86289</guid>
      <dc:creator />
      <dc:date>2009-11-09T21:13:56Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234990#M86290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lee,&lt;BR /&gt;It's a dangerous approach to write script this way:&lt;BR /&gt;SELECT * FROM ...&lt;BR /&gt;You simply don't see what you're doing. The first step should be data model design on paper, and after that you load the data tables/fields that you need for the data model, and name your fields in a way that enforce links you need and avoid links you don't need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 03:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234990#M86290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-14T03:39:55Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234991#M86291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case the error dissapeared after I upgraded the ODBC driver from MYSQL 3.51.21.00 to MYSQL 5.01.06.00&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 09:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234991#M86291</guid>
      <dc:creator />
      <dc:date>2010-09-24T09:18:11Z</dc:date>
    </item>
    <item>
      <title>General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234992#M86292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the same issue now. General script error!&lt;/P&gt;&lt;P&gt;I am trying exactly the same thing loading a MSOLAP into QlikView. The test connection is success and able to select data... but I am not able to retrieve the records. I get "script error".&lt;/P&gt;&lt;P&gt;My script as follows:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;OLEDB CONNECT TO [Provider=MSOLAP.4;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Altius MIS Cube;Data Source=mis;Location=aclappserve1];&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL SELECT *&lt;BR /&gt;FROM [Altius MIS Cube].[$Date];&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;When I do reload I get the Script Error.&lt;/P&gt;&lt;P&gt;Kindly guide me to sort this out. I am using QlikView 10 (32 bit version) and drivers with same versions.&lt;/P&gt;&lt;P&gt;What exactly did you do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 16:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234992#M86292</guid>
      <dc:creator />
      <dc:date>2011-02-24T16:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: General Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234993#M86293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same error: When connecting to ODBC it gave me "General Script Error".... After an hour of research, I discovered that it is the ODBC (Impala connector) causing it. However, &lt;SPAN style="font-size: 13.3333px;"&gt;ODBC transferred data as usual. So everything worked as before but failing during reload task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installing latest driver fixed the problem, yet I still don't understand what was the issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 09:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Script-Error/m-p/234993#M86293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T09:38:31Z</dc:date>
    </item>
  </channel>
</rss>

