<?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 Configurable ODBC for DSC throwing Oracle truncate error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1609575#M1247409</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Trying to create a new Configurable ODBC connection in the Directory Service Connector.&amp;nbsp; A new Oracle database has QV_USERS and QV_USERGROUP materialized views we need to use for customer authorization. These are exact copies from the previous database, also Oracle. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The 2 databases are both Oracle 12 C (current is version 12.1.0.2.0, new is version 12.2.0.1.0).&amp;nbsp; In trying to have user authorization read from the new connection, our ODBC connection throws an Oracle error -- "ORA-01406 fetched column value was truncated." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We were explicitly putting in the following values in the Directory Service Connector's Configurable ODBC:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- table db name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- groups table db name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- override connection string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As well as using the ODBC connection setup on the server on which the DSC was running.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>mdecaro</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Configurable ODBC for DSC throwing Oracle truncate error</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1609575#M1247409</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Trying to create a new Configurable ODBC connection in the Directory Service Connector.&amp;nbsp; A new Oracle database has QV_USERS and QV_USERGROUP materialized views we need to use for customer authorization. These are exact copies from the previous database, also Oracle. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The 2 databases are both Oracle 12 C (current is version 12.1.0.2.0, new is version 12.2.0.1.0).&amp;nbsp; In trying to have user authorization read from the new connection, our ODBC connection throws an Oracle error -- "ORA-01406 fetched column value was truncated." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We were explicitly putting in the following values in the Directory Service Connector's Configurable ODBC:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- table db name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- groups table db name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- override connection string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As well as using the ODBC connection setup on the server on which the DSC was running.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1609575#M1247409</guid>
      <dc:creator>mdecaro</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC for DSC throwing Oracle truncate error</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1614902#M1247412</link>
      <description>If you read that data from a SQL query using a query browser, or loading data into QlikView, does the error appear for those tables?&lt;BR /&gt;Additionally, here you are some Qlik Community posts with similar issues:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/QV-64-vs-QB-32-bit-problems-in-SQL-Selec/td-p/151145" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/QV-64-vs-QB-32-bit-problems-in-SQL-Selec/td-p/151145&lt;/A&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1614902#M1247412</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-08-21T14:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC for DSC throwing Oracle truncate error</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1615517#M1247414</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;When I query those tables via the IDEs I typically use, there is no error on querying, and we I have tested querying the two tables (actually MVs) in a dashboard load.&amp;nbsp; I did see that we typically use OLEDB connections in our dashboards, while we were setting up the Custom DSC with an ODBC.&lt;/P&gt;&lt;P&gt;I tested a ODBC 64-bit to load these tables, and data loaded fine into a test dashboard.&amp;nbsp; I also tested a "force 32-bit" ODBC connection, and data also loaded fine.&amp;nbsp; Was expecting the ODBC connection type to be the issue, but I was testing locally, but it could be a driver version issue on our production server hosting the DSC service?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1615517#M1247414</guid>
      <dc:creator>mdecaro</dc:creator>
      <dc:date>2019-08-22T15:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC for DSC throwing Oracle truncate error</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1616546#M1247417</link>
      <description>&lt;P&gt;Mike, I would expect you are on the correct track with the Oracle driver version running on the server if things are working on your machine etc.&amp;nbsp; Oracle is pretty particular about connector versions etc., hopefully you already got things sorted, but I just wanted to confirm you were on the right track.&amp;nbsp; If you did get it sorted, it would be great if you can confirm what you did and then mark that as the solution using the Accept as Solution button, that way others will know exactly what to try if they run into this as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 12:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC-for-DSC-throwing-Oracle-truncate-error/m-p/1616546#M1247417</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-26T12:33:41Z</dc:date>
    </item>
  </channel>
</rss>

