<?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: OLEDB Connection string missing out values when ODBC works fine with the same extract file. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738589#M452800</link>
    <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Actually OLE DB is working fine in production server with the same app and same tables.Issue is with development server.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 17:50:45 GMT</pubDate>
    <dc:creator>sateesh_genre</dc:creator>
    <dc:date>2020-08-25T17:50:45Z</dc:date>
    <item>
      <title>OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/32109#M5418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt;OLEDB Connection string missing out values when ODBC works fine with the same extract file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt;I have a simple extract file with 1 query:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: Consolas;"&gt;QUALIFY&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; *;&lt;BR /&gt; &lt;BR /&gt; MyQVTable:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: Consolas;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; *;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt;SELECT * FROM MyTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: Consolas;"&gt;STORE&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; MyQVTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt; INTO&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 10.0pt; font-family: Consolas;"&gt;$(vQVDDirectory)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;\MyQVTable.qvd;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: Consolas;"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; MyQVTable; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt;If I use the OLEDB connection string:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;OLEDB&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 10.0pt; font-family: Consolas;"&gt;CONNECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: maroon;"&gt;[Provider=OraOLEDB.Oracle.1;Persist Security Info=True;User ID=USERNAME;Data Source=SERVER;Extended Properties=""]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;XPassword&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; PASSWORD); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI',sans-serif;"&gt;It doesn’t return ALL my data but it does if I use ODBC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;ODBC&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 10.0pt; font-family: Consolas;"&gt;CONNECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: maroon;"&gt;[SERVER;DBQ=SERVER]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;XUserId&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; USERNAME, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;XPassword&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; PASSWORD); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/32109#M5418</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2018-06-15T08:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1708703#M451614</link>
      <description>&lt;P&gt;Is your issue solved ? We are also facing same issue in oracle&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 22:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1708703#M451614</guid>
      <dc:creator>sateesh_genre</dc:creator>
      <dc:date>2020-06-05T22:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738415#M452785</link>
      <description>&lt;P&gt;Has someone solved this? I also have the same issue&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 10:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738415#M452785</guid>
      <dc:creator>hmjason7</dc:creator>
      <dc:date>2020-08-25T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738436#M452786</link>
      <description>&lt;P&gt;Had something similiar to this before and discovered it was actually a data issue rather rather than anything to do with Qlikview. Can I suggest you get a look at the raw data and see if you can learn whats odd between missing data and included data. Wwe found the missing data was too many decimal places so we fixed the data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 11:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738436#M452786</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2020-08-25T11:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738453#M452788</link>
      <description>&lt;P&gt;I've checked the raw data and it doesn't seem to be related &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738453#M452788</guid>
      <dc:creator>hmjason7</dc:creator>
      <dc:date>2020-08-25T12:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738482#M452790</link>
      <description>&lt;P&gt;Can I ask how you checked this data? Just throwing out that some tools might be using ODBC to connect to your data and it might still look the same. MS Access and Toad for me the data looked the same but SQL Query looked different. I'm know DBA but hoping the pointer might help.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738482#M452790</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2020-08-25T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738589#M452800</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Actually OLE DB is working fine in production server with the same app and same tables.Issue is with development server.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738589#M452800</guid>
      <dc:creator>sateesh_genre</dc:creator>
      <dc:date>2020-08-25T17:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection string missing out values when ODBC works fine with the same extract file.</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738590#M452801</link>
      <description>&lt;P&gt;Issue is not resolved&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection-string-missing-out-values-when-ODBC-works-fine/m-p/1738590#M452801</guid>
      <dc:creator>sateesh_genre</dc:creator>
      <dc:date>2020-08-25T17:51:19Z</dc:date>
    </item>
  </channel>
</rss>

