<?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: Qlik Sense ODBC UDC error in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203134#M6123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravind, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue as yours. Could you please tell me where should I make this changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advanced. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Mun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Oct 2017 02:47:36 GMT</pubDate>
    <dc:creator>nurfatenmunirah</dc:creator>
    <dc:date>2017-10-01T02:47:36Z</dc:date>
    <item>
      <title>Qlik Sense ODBC UDC error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203131#M6120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the load script to generate the users and user attributes in the format that Server needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in the load script I do the ETL and use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store user_attributes into&amp;nbsp; &lt;C&gt; (txt, delimiter is ',');&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this CSV is UTF-8 encoded. As suggested here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/1.1/Subsystems/ManagementConsole/Content/ServerUserGuide/SUG_ConfiguringSecurity_EnvironmentSettingUpUDC_ODBC.htm" title="https://help.qlik.com/en-US/sense/1.1/Subsystems/ManagementConsole/Content/ServerUserGuide/SUG_ConfiguringSecurity_EnvironmentSettingUpUDC_ODBC.htm"&gt;https://help.qlik.com/en-US/sense/1.1/Subsystems/ManagementConsole/Content/ServerUserGuide/SUG_ConfiguringSecurity_Envir…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to setup a UDC using ODBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Driver={Microsoft Access Text Driver (*.txt, *.csv)};Extensions=asc,csv,tab,txt;DefaultDir=C:\&amp;lt;path&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error saying cannot read userid from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manually created CSV in ansi format works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to force QLik to use ansi encoding while storing CSV files? Or is there any other way to change the driver parms to UTF-8 encoded CSV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 15:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203131#M6120</guid>
      <dc:creator />
      <dc:date>2016-10-05T15:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense ODBC UDC error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203132#M6121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we using the same idea and this is working great.&lt;/P&gt;&lt;P&gt;I hopefully can finish very soon a nice document / howto on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some important steps. First save the csv in qlik with ; as a separator.&lt;/P&gt;&lt;P&gt;Second use a shema.ini in the Directory to get it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 14:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203132#M6121</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2016-10-06T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense ODBC UDC error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203133#M6122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Konrad; It works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only change I had to make was to add a schema.ini in the same directory as the CSV file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the ini file I used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[users.csv]&lt;/P&gt;&lt;P&gt;ColNameHeader=True&lt;/P&gt;&lt;P&gt;Format=CSVDelimited&lt;/P&gt;&lt;P&gt;Col1="userid" Text&lt;/P&gt;&lt;P&gt;Col2="name" Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[user_attributes.csv]&lt;/P&gt;&lt;P&gt;ColNameHeader=True&lt;/P&gt;&lt;P&gt;Format=CSVDelimited&lt;/P&gt;&lt;P&gt;Col1="userid" Text&lt;/P&gt;&lt;P&gt;Col2="type" Text&lt;/P&gt;&lt;P&gt;Col3="value" Text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 15:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203133#M6122</guid>
      <dc:creator />
      <dc:date>2016-10-06T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense ODBC UDC error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203134#M6123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravind, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue as yours. Could you please tell me where should I make this changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advanced. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Mun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2017 02:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-ODBC-UDC-error/m-p/1203134#M6123</guid>
      <dc:creator>nurfatenmunirah</dc:creator>
      <dc:date>2017-10-01T02:47:36Z</dc:date>
    </item>
  </channel>
</rss>

