<?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 ODBC Read Failed Part II in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195122#M713560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My experience with this error is usually caused by my query having double field names or aliases (or forgetting to disconnect a VPN in which case it is a true ODBC error).&amp;nbsp; You might want to remove the field names and replace with * or all to check the ODBC connectivity, if that works then add 1 field into the query and reloading, add a 2nd field into the query and reload, etc.&amp;nbsp; When it errors out you'll know which line is causing the error.&amp;nbsp; (Along the same lines you could leave all of your fields in the query and insert a bogus character (like a !) at the end of a line then reload. If you get a syntax error you'll know the issue is not before the ! , but after. Keep moving the ! until you get the ODBC error.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 15:02:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-07T15:02:50Z</dc:date>
    <item>
      <title>ODBC Read Failed Part II</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195119#M713557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem in the Desktop Application. I have two stored procedures that get called. Both work fine in SQL Server Management Studio. I get a ODBC Read Failed Error for one of them. I think the problem stems from using an ODBC driver on my 32-bit development environment calling a stored procedure on SQL Server 2008 64-bit. We just went through a migration from SQL Server 2000 32 bit to SQL Server 2008 64-bit. All of my stored procedures that were written prior to the migration work fine, but a new one that I just created does not. I get a ODBC Read Error in QlikView. I think it has something to do with when the stored procedures were compiled. Our technicians restored a backup from the SQL Server 2000 to the SQL Server 2008. I think in doing it that way the old stored procedures weren't recompiled. I did some digging and found SQL error codes, but they don't have a Read Error. So is this issue an ODBC issue or a QlikView issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/aa937531(SQL.80).aspx"&gt;Here's the link to SQL error Codes.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 14:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195119#M713557</guid>
      <dc:creator />
      <dc:date>2010-06-02T14:54:42Z</dc:date>
    </item>
    <item>
      <title>ODBC Read Failed Part II</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195120#M713558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allen,&lt;/P&gt;&lt;P&gt;I had the same problem once and it was because the user &amp;amp; password were not embedded in the connection string. Did you check that?&lt;/P&gt;&lt;P&gt;Did you try with OLEDB?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 19:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195120#M713558</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-06-02T19:52:02Z</dc:date>
    </item>
    <item>
      <title>ODBC Read Failed Part II</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195121#M713559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this error message. The problem turned out to be with the SQL statement delivered through OCBC to Oracle. I had a duplicate attribute names ( ie select &lt;B&gt;region&lt;/B&gt;, office, agent, duration, &lt;B&gt;region&lt;/B&gt; from mytable; ) in the SQL statement.&lt;/P&gt;&lt;P&gt;My question would be "does ODBC really return ODBC Read Failed" or does QV generate this message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 22:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195121#M713559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-22T22:55:49Z</dc:date>
    </item>
    <item>
      <title>ODBC Read Failed Part II</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195122#M713560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My experience with this error is usually caused by my query having double field names or aliases (or forgetting to disconnect a VPN in which case it is a true ODBC error).&amp;nbsp; You might want to remove the field names and replace with * or all to check the ODBC connectivity, if that works then add 1 field into the query and reloading, add a 2nd field into the query and reload, etc.&amp;nbsp; When it errors out you'll know which line is causing the error.&amp;nbsp; (Along the same lines you could leave all of your fields in the query and insert a bogus character (like a !) at the end of a line then reload. If you get a syntax error you'll know the issue is not before the ! , but after. Keep moving the ! until you get the ODBC error.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 15:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195122#M713560</guid>
      <dc:creator />
      <dc:date>2011-07-07T15:02:50Z</dc:date>
    </item>
    <item>
      <title>ODBC Read Failed Part II</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195123#M713561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have encountered this error when selecting the same column twice, so check for that as well.&amp;nbsp; While it worked in my database GUI, it causes errors with ODBC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 21:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195123#M713561</guid>
      <dc:creator />
      <dc:date>2011-09-23T21:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Read Failed Part II</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195124#M713562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got the "same column name twice" issue.... man what a pain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 13:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Read-Failed-Part-II/m-p/195124#M713562</guid>
      <dc:creator />
      <dc:date>2013-05-31T13:28:34Z</dc:date>
    </item>
  </channel>
</rss>

