<?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: QVX_UNEXPECTED_END_OF_DATA in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287806#M107084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to pop in because so many believe it is the size-&amp;nbsp; it is not-&amp;nbsp; when my issue was occurring I was loading at most 2500 records.&amp;nbsp; In our case it would run fine at 9 and fail at 9:15 and run again fine at 930.&lt;/P&gt;&lt;P&gt;So it is not the amount of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2017 13:00:05 GMT</pubDate>
    <dc:creator>ellyodelly</dc:creator>
    <dc:date>2017-07-21T13:00:05Z</dc:date>
    <item>
      <title>QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287772#M107050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is QVX_UNEXPECTED_END_OF_DATA? One of our Client is facing this problem, when they load data from Oracle.Please find the Snap Shots Attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rupam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 07:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287772#M107050</guid>
      <dc:creator />
      <dc:date>2011-11-01T07:44:43Z</dc:date>
    </item>
    <item>
      <title>QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287773#M107051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the excacly same situation. Does anyone know what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that it has been working ok for few weeks and now all of the sudden we receive this error!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 10:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287773#M107051</guid>
      <dc:creator />
      <dc:date>2011-11-18T10:14:49Z</dc:date>
    </item>
    <item>
      <title>QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287774#M107052</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;It looks like i have found the solution:&lt;/P&gt;&lt;P&gt;In my case i was accessing the same (quite large) table subsequetly. (i was extracting table to qvd's and then dropping table after reloading it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took a few seconds to store it to qvd and it looks like that sql or. qv needs some time before "re-accessing" the same large table in sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;1 reload of the large table&lt;/P&gt;&lt;P&gt;2. reloading few other tables&lt;/P&gt;&lt;P&gt;3. and then agian reloading the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case it works ok now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. It is funny thougn because this problem appeared all of the sudden (it was working fine for a month but now i got this error)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287774#M107052</guid>
      <dc:creator />
      <dc:date>2011-11-18T12:41:09Z</dc:date>
    </item>
    <item>
      <title>QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287775#M107053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has happend to me as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accessing a quite large table at the end of the load script (6 million records)saving it to qvd and dropping it gave me the above error.&lt;/P&gt;&lt;P&gt;The solution was simpler then you have suggested, I moved the table to the start of the loading script, at the end of the list I have a lot of small tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That fixed the problem.&lt;/P&gt;&lt;P&gt;I hope it will help some one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eliran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 15:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287775#M107053</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2011-12-18T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287776#M107054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QVX_UNEXPECTED_END_OF_DATA error now loading a file from Oracle. I'm not saving it to qvd, just a simple load. It only has 365k records. It has been loading fine for quite some time, and now within the last few days I'm getting this error. Does anyone have any ideas or suggestions for the fix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 15:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287776#M107054</guid>
      <dc:creator />
      <dc:date>2012-04-10T15:08:42Z</dc:date>
    </item>
    <item>
      <title>QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287777#M107055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Has anybody found a solution to this problem? I am having the same error with a data load from Oracle?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 16:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287777#M107055</guid>
      <dc:creator />
      <dc:date>2012-04-17T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287778#M107056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are facing the same problem, though with DB2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVX_UNEXPECTED_END_OF_DATA: ErrorSource: IBM OLE DB Provider for DB2, ErrorMsg:&amp;nbsp; CLI0108E&amp;nbsp; Communication link failure. SQLSTATE=40003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangly it worked for some time, and then stopped. The table we are loading are not that big ~ 780 KB....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 15:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287778#M107056</guid>
      <dc:creator />
      <dc:date>2012-07-19T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287779#M107057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reinstalling the transports to the SAP System (check all options: Import again, Overwrite objects in unconfirmed repairs, Overwrite originals), the error vanished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It maybe that after an upgrade, not all objects are overwritten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 10:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287779#M107057</guid>
      <dc:creator />
      <dc:date>2012-12-11T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287780#M107058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I encountered this error while loading a SQL Function, the resulting table was not so large (+/- 23.000 records) but still QV did not seem to pul it of. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on making the reload of a function more efficient?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 08:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287780#M107058</guid>
      <dc:creator />
      <dc:date>2013-01-30T08:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287781#M107059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error extracting data (about 500k records):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="background: yellow;"&gt;01/04/2013 2:13:34 AM: QVX_UNEXPECTED_END_OF_DATA: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="background: yellow;"&gt;01/04/2013 2:13:34 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: OLEDB read failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting to a Oracle database via OLEDB... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most weird thing is that if I run the script from Qlikview Desktop, there is not problem at all... but from QVS, the task fails with the mentioned error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have QVS v 11.2 and Oracle 11g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287781#M107059</guid>
      <dc:creator>julian_rodriguez</dc:creator>
      <dc:date>2013-04-01T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287782#M107060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved myself... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just deleted all tasks on the server and scheduled again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the explanation of this?... I really don't know, but it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 13:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287782#M107060</guid>
      <dc:creator>julian_rodriguez</dc:creator>
      <dc:date>2013-04-02T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287783#M107061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just had the same error QVX_UNEXPECTED_END_OF_DATA when loading an Oracle database view and storing it into QVD. In my case the reason was a division by zero that occurred in the view; actually a select directly in the database already caused an error ORA-01476, so nothing wrong with QlikView in my case.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 07:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287783#M107061</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2013-04-15T07:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287784#M107062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize that this is an old question but I encountered the same issue today and wanted to share more details as I'm sure others will encounter this in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem in my case was that if I run the query in any SQL Query window it would execute fine and would start returning data ... then it would crash on record 300,000+. In QlikView they execute the query and the expectation is one of two things ... Query fails because there is something wrong with it, or the query obviously worked because SQL starts transferring data. QlikView's data extraction keeps pulling packet after packet of data back and suddenly encounters an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my specific case I was doing a DateDiff in SQL to compare two field values. When it encountered a brand new value today of the year 9201 (7,000 years in the future) the query crashes. All QlikView knows is that the data mysteriously ended abruptly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps those 7,000 years in the future who google the search term that leads you to this community post. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 20:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287784#M107062</guid>
      <dc:creator />
      <dc:date>2014-12-22T20:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287785#M107063</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;Restarting of QVS task helped me, but unfortunatelly it does not guarantee the error disappeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 05:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287785#M107063</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2014-12-23T05:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287786#M107064</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 am also exactly same issue coming &lt;/P&gt;&lt;P&gt;please give anyone for this solution&lt;/P&gt;&lt;P&gt;waiting for reply&lt;/P&gt;&lt;P&gt;Error:QVX_UNEXPECTED_END_OF_DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khasim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 09:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287786#M107064</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2015-08-05T09:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287787#M107065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just encountered the same issue when using OPENQUERY through a linked server. I found that limiting the number of columns in the query corrected my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287787#M107065</guid>
      <dc:creator>dbaksa_1</dc:creator>
      <dc:date>2015-09-22T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287788#M107066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just confirming Dalton's observation - this is related to a query failure while returning data from the DBMS. In other words, the query parses correctly, but an expected error occurs after data starts returning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, running it in Query Analyzer returned an error message:&lt;/P&gt;&lt;P&gt;Msg 512, Level 16, State 1, Line 1&lt;/P&gt;&lt;P&gt;Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, &amp;lt;, &amp;lt;= , &amp;gt;, &amp;gt;= or when the subquery is used as an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drilling down further, in my case a subquery in the From clause of my query was returning multiple values where multiple values should never have returned. Once I corrected the data causing the multiple values, the query (and load script) ran fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 14:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287788#M107066</guid>
      <dc:creator>chrissurguine</dc:creator>
      <dc:date>2016-02-19T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287789#M107067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I encountered the same issue while connecting via Rest API connector. Manual reload from desktop worked but QVS task always failed. This is my error message:&lt;/P&gt;&lt;P&gt;2016-07-06 08:51:54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QVX_UNEXPECTED_END_OF_DATA: DNS error&lt;/P&gt;&lt;P&gt;2016-07-06 08:51:54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: Custom read failed&lt;/P&gt;&lt;P&gt;2016-07-06 08:51:54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; General Script Error&lt;/P&gt;&lt;P&gt;2016-07-06 08:51:54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;/P&gt;&lt;P&gt;2016-07-06 08:51:54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 12:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287789#M107067</guid>
      <dc:creator />
      <dc:date>2016-07-06T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287790#M107068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might as well join the group... &lt;/P&gt;&lt;P&gt;my error reads:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVX_UNEXPECTED_END_OF_DATA: SQL##f - SqlState: S1001, ErrorCode: 4294965484, ErrorMsg: [Microsoft][ODBC Microsoft Access Driver]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; The query cannot be completed. Either the size of the query result is larger than the maximum size of a database (2 GB), o&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;r there is not enough temporary storage space on the disk to store the query result.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using ODBC to an ACCESS database-&amp;nbsp; I have 6 columns &amp;lt; 10k rows.&amp;nbsp; This qvw reloads every 15min.&amp;nbsp; out of 10 refreshes on average 4 will fail the rest succeed.&lt;/P&gt;&lt;P&gt;any suggestions? anyone find the answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287790#M107068</guid>
      <dc:creator>ellyodelly</dc:creator>
      <dc:date>2016-09-23T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287791#M107069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just had the error accessing a SQL database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be related to bad data. I had a datediff calculation in the SQL and the one field wasn't valid, so it basically couldn't perform the calculation. When I added a WHERE clause to the query and eliminated those bad records, it worked fine. The data extract is over 23 million rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would explain why the query can run perfectly for a long time and then suddenly crash; as well as why it would happen with different data sources. If there is new data that comes into that table which is problematic it would crash.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 15:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/287791#M107069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-28T15:07:29Z</dc:date>
    </item>
  </channel>
</rss>

