<?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: Qvw error in QMC in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925233#M21986</link>
    <description>&lt;P&gt;Does sound like you have some erroneous data in the Oracle database that prematurely terminates the SQL data transfer.&lt;BR /&gt;Both&amp;nbsp;&lt;SPAN&gt;QVX_UNEXPECTED_END_OF_DATA&amp;nbsp; and that you only get half the data when loading through ODBC points to this.&lt;BR /&gt;You need to somehow identify which row in the database is causing the problem. &lt;BR /&gt;It's the next one after the last one you receive correctly.&lt;BR /&gt;Something on that row causes the problem, you need to investigate all columns for that row and try to identify which one holds the problematic data.&amp;nbsp;&lt;BR /&gt;Often it can be a character field of some type with strange data pasted into it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 15:14:30 GMT</pubDate>
    <dc:creator>Anders_Eriksson</dc:creator>
    <dc:date>2022-05-02T15:14:30Z</dc:date>
    <item>
      <title>Qvw error in QMC</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925169#M21983</link>
      <description>&lt;P&gt;Hi, everyone!&lt;/P&gt;
&lt;P&gt;I'm having a problem updating a QVW file in QMC (and on my machine too). I use it as an Oracle database. It always returns the error: QVX_UNEXPECTED_END_OF_DATA on the line specifies 57200, when I use the string OLEDB CONNECT . But when using the string OLEDB CONNECT32, it only loads half of the lines. However, my database has more than 123000 rows.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 13:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925169#M21983</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2022-05-02T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qvw error in QMC</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925222#M21984</link>
      <description>&lt;P&gt;Please share more information about the issue. What exact code fails? Is there any restriction of data download from&amp;nbsp;&lt;SPAN&gt;Oracle database for service or connecting user?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What if you download lessthan 57200 records? is code run fine?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 14:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925222#M21984</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2022-05-02T14:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qvw error in QMC</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925229#M21985</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173628"&gt;@lucasx15&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Is this issue occurring in QlikView or Qlik Sense. &amp;nbsp;If QlikView, we'll move your thread to the appropriate forum so that it is seen by the correct audience.&lt;/P&gt;&lt;P&gt;Can you post the full error(s) taken from the QVW task and document logs? &amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference in the data looks to be expected as you're comparing 64bit and 32bit processes. &amp;nbsp;See the Qlik Help entry on &lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/CONNECT.htm" target="_blank"&gt;Connect&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Connect32&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This statement is used the same way as the &lt;STRONG&gt;CONNECT&lt;/STRONG&gt; statement, but forces a 64-bit system to use a 32-bit ODBC/OLE DB provider. Not applicable for custom connect.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Connect64&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This statement is used the same way as the as the &lt;STRONG&gt;CONNECT&lt;/STRONG&gt; statement, but forces use of a 64-bit provider. Not applicable for custom connect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 15:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925229#M21985</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2022-05-02T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qvw error in QMC</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925233#M21986</link>
      <description>&lt;P&gt;Does sound like you have some erroneous data in the Oracle database that prematurely terminates the SQL data transfer.&lt;BR /&gt;Both&amp;nbsp;&lt;SPAN&gt;QVX_UNEXPECTED_END_OF_DATA&amp;nbsp; and that you only get half the data when loading through ODBC points to this.&lt;BR /&gt;You need to somehow identify which row in the database is causing the problem. &lt;BR /&gt;It's the next one after the last one you receive correctly.&lt;BR /&gt;Something on that row causes the problem, you need to investigate all columns for that row and try to identify which one holds the problematic data.&amp;nbsp;&lt;BR /&gt;Often it can be a character field of some type with strange data pasted into it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 15:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qvw-error-in-QMC/m-p/1925233#M21986</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2022-05-02T15:14:30Z</dc:date>
    </item>
  </channel>
</rss>

