<?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/1736278#M1228097</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for the late reply. Did you manage to fix the problem?&lt;/P&gt;&lt;P&gt;TIMEOUT_READ_MEMORY indicates that the background extraction job takes a long time. Can there be many other jobs in the SAP system at the same time? You can increase the time before timeout by setting a high value in the connection string property&amp;nbsp;TimeOutFetch like ;TimeOutFetch=4000;&lt;/P&gt;&lt;P&gt;You should switch off the Trace connection string property (when it is not used) since it is bad for performance.&lt;/P&gt;&lt;P&gt;Also a lot of improvements has been made to the connector after release 5.5. So I recommend to upgrade to the latest release if possible!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
    <pubDate>Mon, 17 Aug 2020 07:10:02 GMT</pubDate>
    <dc:creator>Hakan_Ronningberg</dc:creator>
    <dc:date>2020-08-17T07:10:02Z</dc:date>
    <item>
      <title>QVX_UNEXPECTED_END_OF_DATA</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1717958#M1228082</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Qlik SAP Connector 5.5.&lt;/P&gt;&lt;P&gt;I have a simple script to extract a particular table from SAP.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VBAP:
LOAD 
		[VBELN] as [Sales Document_VBELN],
		[POSNR] as [Item_POSNR],
		[PSTYV] as [Item category_PSTYV]
;
SQL Select 
		VBELN
		POSNR
		PSTYV
		
From VBAP
where 
	VBELN IN ( Select VBELN from ZOPENORD)
and PSTYV IN ('ZMOS')
;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;This was running perfectly fine until a week ago, extracts around 1600 records.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vamsee_0-1591883576720.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35369i630DA9555ECA3C3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vamsee_0-1591883576720.png" alt="vamsee_0-1591883576720.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of the time it completes in less than a minute however once in a while it takes longer.&lt;/P&gt;&lt;P&gt;But since last Friday I am getting an error message&amp;nbsp;QVX_UNEXPECTED_END_OF_DATA.&lt;/P&gt;&lt;P&gt;I have read multiple posts on this error and state its due to the number of lines being fetched, whereas I am only fetching 1600.&lt;/P&gt;&lt;P&gt;Any suggestions on this are greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22830"&gt;@Hakan_Ronningberg&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6144"&gt;@pablolabbe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1717958#M1228082</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</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/1718399#M1228086</link>
      <description>&lt;P&gt;Maybe this can help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Useful-SAP-transactions-to-troubleshoot-connector-problems/ta-p/1495163" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Useful-SAP-transactions-to-troubleshoot-connector-problems/ta-p/1495163&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check with SAP Admin if your transaction is being closed because it exceed some processing limit. Maybe there are too much extraction tasks running at same time against SAP system.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I can see completed tasks with less than a minute and failed task that far exceed 20 minutes.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 17:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1718399#M1228086</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2020-06-12T17:59:09Z</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/1718427#M1228089</link>
      <description>&lt;P&gt;Thanks for your suggestion&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6144"&gt;@pablolabbe&lt;/a&gt;&amp;nbsp; Will get in touch with the SAP team to debug the issue.&lt;/P&gt;&lt;P&gt;Yeah, I have multiple tasks running from using the same connector, all of them run fine, apart from this one. The picture above is the task history of this one in particular.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached the log you mentioned about, which does not give many details for this task though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 19:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1718427#M1228089</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2020-06-12T19:40:05Z</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/1718677#M1228090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any information in the job log in SAP? Check the log for job&amp;nbsp;/QTQVC/READ_DATA in transaction SM37.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 05:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1718677#M1228090</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2020-06-15T05:13:31Z</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/1722272#M1228092</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22830"&gt;@Hakan_Ronningberg&lt;/a&gt;&amp;nbsp; &amp;amp; &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6144"&gt;@pablolabbe&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Apologies for the delayed response. As&amp;nbsp;we use communication user and not dialog user so cannot log in to SAP Frontend to check the log SM37 for the job.&lt;/P&gt;&lt;P&gt;Tried and reached out to the SAP team and below is their response.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vamsee_0-1592943087892.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36120iC1A96BFCE4CE1A43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vamsee_0-1592943087892.png" alt="vamsee_0-1592943087892.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I.e. have been redirected to your reply&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22830"&gt;@Hakan_Ronningberg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Connectors-Discussions/SAP-Loading-Stuck/td-p/1631890" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Connectors-Discussions/SAP-Loading-Stuck/td-p/1631890&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other options I have tried on the connection string is to reduce the packet size, increase timeout fetch, enable Log=1 and Trace=1.&lt;/P&gt;&lt;P&gt;Unfortunately, these did not change the result.&lt;/P&gt;&lt;P&gt;Again, the extract runs perfectly fine in a minute, during the morning hours but fails later on.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1722272#M1228092</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2020-06-25T16:20:13Z</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/1722439#M1228094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess the SAP team has checked the log in SM37. It looks like the job is cancelled from QlikView.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you supply the SQL connector log from:&lt;BR /&gt;C:\ProgramData\QlikTech\Custom Data\QvSAPSqlConnector\Log&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Håkan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 06:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1722439#M1228094</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2020-06-26T06:25:57Z</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/1722588#M1228096</link>
      <description>&lt;P&gt;Hi Hakan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unable to attach as the community does not support .txt files.&lt;/P&gt;&lt;P&gt;Below is the latest connector log after I added the Log and Trace Flags.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vamsee_0-1593177682130.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36350i3D37A338435E33EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vamsee_0-1593177682130.png" alt="vamsee_0-1593177682130.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2020-06-25 17:12:41	Progress	Connected to SAP with C:\Program Files\Common Files\QlikTech\Custom Data\QvSAPConnector\QvSAPConnector5.5.dll 5, 5, 8698 SR3
2020-06-25 17:12:41	Error	Fetch aborted after 241 retries. Key = TIMEOUT_READ_MEMORY (ID:00 Type:E Number:001 Timeout when trying to read shared buffer)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 26 Jun 2020 13:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1722588#M1228096</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2020-06-26T13:21: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/1736278#M1228097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for the late reply. Did you manage to fix the problem?&lt;/P&gt;&lt;P&gt;TIMEOUT_READ_MEMORY indicates that the background extraction job takes a long time. Can there be many other jobs in the SAP system at the same time? You can increase the time before timeout by setting a high value in the connection string property&amp;nbsp;TimeOutFetch like ;TimeOutFetch=4000;&lt;/P&gt;&lt;P&gt;You should switch off the Trace connection string property (when it is not used) since it is bad for performance.&lt;/P&gt;&lt;P&gt;Also a lot of improvements has been made to the connector after release 5.5. So I recommend to upgrade to the latest release if possible!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 07:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1736278#M1228097</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2020-08-17T07:10: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/1740733#M1228098</link>
      <description>&lt;P&gt;Hi Hakan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;My apologies I haven't opened the community for a couple of weeks.&lt;/P&gt;&lt;P&gt;Yes, you guessed it right, the issue was with the SAP side. It had multiple jobs running simultaneously. I don't have many details but the SAP team has made some upgrades and it got fixed.&lt;/P&gt;&lt;P&gt;As suggested, we realized its high time that we update the SAP connector to the latest version.&amp;nbsp; Thanks for all your help&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22830"&gt;@Hakan_Ronningberg&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6144"&gt;@pablolabbe&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Appreciate it.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 15:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1740733#M1228098</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2020-09-02T15:39:23Z</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/1750859#M1228099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It might be the nested Select in the Where clause.&amp;nbsp; I had a SQL Select script that included several joined tables, managing 300k + records.&amp;nbsp; I replaced the joins by loading the SQL tables into QlikView tables, then performing either joins or mapping loads in the QV script.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 22:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/1750859#M1228099</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2020-10-08T22:06: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/2487545#M1228100</link>
      <description>&lt;P&gt;Dear members,&lt;/P&gt;
&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;We are facing an issue with similar topic but on MS SQL Server DB.&lt;/P&gt;
&lt;P&gt;can you please help us to resolve the same.&lt;/P&gt;
&lt;P&gt;1. I have added Connect Timeout=600; in the OLEDB connectivity as well.&lt;/P&gt;
&lt;P&gt;2. ODBC / OLEDB both are giving this similar error.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ravi.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 05:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/2487545#M1228100</guid>
      <dc:creator>ravikancharlabi</dc:creator>
      <dc:date>2024-10-17T05:23: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/2519123#M1228101</link>
      <description>&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;Kindly let me know whether you have been able to resolve the issue because we are also facing a similar one.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 09:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-UNEXPECTED-END-OF-DATA/m-p/2519123#M1228101</guid>
      <dc:creator>viz301</dc:creator>
      <dc:date>2025-05-27T09:24:30Z</dc:date>
    </item>
  </channel>
</rss>

