<?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: Error when exporting Large tables from SAP via connector in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445143#M1229297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/64626"&gt;karthikmungi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have same problem with you.. My BSEG has 160m+ row, and I use parameter like BufferPercentage = 2 and TimeOutFetch = 20000 or bigger, but it's still show same error.. Do you fix it yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/123299"&gt;rnetherton&lt;/A&gt; do you mean that we must join table without z field with table with z field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2013 15:37:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-02T15:37:00Z</dc:date>
    <item>
      <title>Error when exporting Large tables from SAP via connector</title>
      <link>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445141#M1229291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am getting the following error when extracting BSEG table..I am using Qlikview 10 SR3 and sap connector 5.7.It was working fine two days ago but suddenly I am unable to extract Large tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SUBSELECT * FROM BSEG WHERE BELNR IN ( SELECT BELNR FROM BKPF WHERE BLDAT &amp;gt;='20120101')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: &lt;/P&gt;&lt;P&gt;QVX_UNEXPECTED_END_OF_DATA : Fetch Aborted after 241 retries.Key = TIMEOUT_READ_MEMORY&lt;/P&gt;&lt;P&gt;Timeout when trying to read shared buffer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was working fine before but recently I upgraded the SAP Transports and Qlikview connector.Is this problem from Qlikview side or did someone change anything from SAP side?Any help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445141#M1229291</guid>
      <dc:creator>Karthik3</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error when exporting Large tables from SAP via connector</title>
      <link>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445142#M1229294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also getting the problem.... this is most likely a bug with version 5.7 of the connector.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that if I specify the fields in the query, not use select *, AND take out all custom fields (those starting with Z), it will work. Then I can put the z fields back in, and run it again. I know this sounds crazy, I am still debugging the ABAP used for the SAP Connector to see how it's creating it's SQL statement to send to the database.&lt;/P&gt;&lt;P&gt;So change this:&lt;/P&gt;&lt;P&gt;select * from TABLEX&lt;/P&gt;&lt;P&gt;to this:&lt;/P&gt;&lt;P&gt;select c1 c2 c3 from TABLEX&lt;/P&gt;&lt;P&gt;now run it....&lt;/P&gt;&lt;P&gt;now change it to this:&lt;/P&gt;&lt;P&gt;select c1 c2 c3 z1 z2 .... from TABLEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll keep you posted on the debug results. We may have to upgrade to 5.8. Also still investigating a possible note that would fix SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update:&lt;/P&gt;&lt;P&gt;it appears that my first run, which failed, was run with a packet size of 20000, even thought I had it set to 5000 in the connection string. Apparently taking out the Z fields, running it, then putting them back in made the custom connect set the packet size correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 13:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445142#M1229294</guid>
      <dc:creator />
      <dc:date>2013-06-20T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error when exporting Large tables from SAP via connector</title>
      <link>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445143#M1229297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/64626"&gt;karthikmungi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have same problem with you.. My BSEG has 160m+ row, and I use parameter like BufferPercentage = 2 and TimeOutFetch = 20000 or bigger, but it's still show same error.. Do you fix it yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/123299"&gt;rnetherton&lt;/A&gt; do you mean that we must join table without z field with table with z field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 15:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-when-exporting-Large-tables-from-SAP-via-connector/m-p/445143#M1229297</guid>
      <dc:creator />
      <dc:date>2013-09-02T15:37:00Z</dc:date>
    </item>
  </channel>
</rss>

