<?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: Configurable ODBC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398970#M1334429</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;This isn't for authentication it is for authorization. You will have to use sometype of SSO for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Apr 2017 16:29:13 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2017-04-01T16:29:13Z</dc:date>
    <item>
      <title>Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398962#M1334414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried searching for the documetation on how to setup, create tables, views in a database so that I can create users and groups in it. Is there any documetation on requierments on what is needed to be done so that users and groups can be read from a database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main goal is to be able to use a email address as a userid. Hopefully the documetation will tell me if it is possible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Qlikview Enterprise Server 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398962#M1334414</guid>
      <dc:creator>rmarino14</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398963#M1334415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what the help says about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-family: Helvetica, Arial, sans-serif; margin-top: 30pt; font-weight: normal; font-size: 20pt; margin-bottom: 8pt; color: #8c8c8c;"&gt;Configurable ODBC&lt;/H1&gt;&lt;P style="color: #363636; margin-top: 8pt; margin-bottom: 8pt; font-family: Helvetica, Arial, sans-serif;"&gt;The &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Configurable ODBC&lt;/TT&gt; directory service provider can connect to ODBC databases. &lt;A name="kanchor322" style="color: #62ac1e; font-style: inherit; font-size: inherit;"&gt;&lt;/A&gt;This folder includes only a &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;General&lt;/TT&gt; tab.&lt;/P&gt;&lt;P style="color: #363636; margin-top: 8pt; margin-bottom: 8pt; font-family: Helvetica, Arial, sans-serif;"&gt;The ODBC database has to have two tables, or two views; one for entities and one for groups. The&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;entity&lt;/TT&gt; table has to contain the following fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;entityid&lt;/TT&gt; (unique identifier, suitable for primary key)&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;name&lt;/TT&gt; (string)&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;descr&lt;/TT&gt; (string)&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;email&lt;/TT&gt; (string)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #363636; margin-top: 8pt; margin-bottom: 8pt; font-family: Helvetica, Arial, sans-serif;"&gt;The &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;groups&lt;/TT&gt; table has to contain the following fields, which together create a unique identifier:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;groupid&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;memberid&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2 style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin-top: 16pt; margin-bottom: 8pt; color: #8c8c8c;"&gt;Directory Service&lt;/H2&gt;&lt;H3 style="margin-bottom: 8pt; font-family: Helvetica, Arial, sans-serif; font-weight: normal; margin-top: 16pt; color: #737373;"&gt;Add&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="color: #363636; margin-top: 8pt; margin-bottom: 8pt; font-family: Helvetica, Arial, sans-serif;"&gt;To add a Configurable ODBC entry, click on the &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Add&lt;/TT&gt; icon, &lt;IMG class="jiveImage" src="http://localhost:4780/QMCHelp/Content/Resources/Images/Add.png" /&gt;, to the right in the pane, and configure the following text boxes:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Path&lt;/TT&gt; &lt;BR /&gt;To configure the path to the directory service, click on the &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Get Default&lt;/TT&gt; icon, &lt;IMG class="jiveImage" src="http://localhost:4780/QMCHelp/Content/Resources/Images/GetDefault.png" /&gt;, to use the default path, or enter a valid path in this text box.&lt;BR /&gt;Default value: &lt;SAMP&gt;ODBC://localhost&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;User Name&lt;/TT&gt; &lt;BR /&gt;To configure the user name used for accessing the directory service, enter the desired credentials in this text box.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Password&lt;/TT&gt; &lt;BR /&gt;To configure the password used for accessing the directory service, enter the desired credentials in this text box.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Settings&lt;/TT&gt; &lt;BR /&gt;To configure the &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Directory Service Provider (DSP) Settings&lt;/TT&gt;, open the dialog by clicking on the &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Edit&lt;/TT&gt; icon, &lt;IMG class="jiveImage" src="http://localhost:4780/QMCHelp/Content/Resources/Images/Edit.png" /&gt;, and enter the desired values in the following text boxes:&lt;BR /&gt;&lt;UL&gt;&lt;LI style="margin-bottom: 2pt;"&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Cache Expiry in Minutes&lt;/TT&gt;&lt;BR /&gt;Set the time for how long the queries to the directory service should be cached.&lt;BR /&gt;Default value: &lt;SAMP&gt;15&lt;/SAMP&gt; (minutes).&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Connection Database Name&lt;/TT&gt;&lt;BR /&gt;Set the name of the ODBC database to connect to.&lt;BR /&gt;Default value: &lt;SAMP&gt;dbname&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Data Source Name&lt;/TT&gt;&lt;BR /&gt;Set the name of the ODBC driver.&lt;BR /&gt;Default value: &lt;SAMP&gt;MySQL ODBC 5.1 Driver&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Directory Label&lt;/TT&gt;&lt;BR /&gt;Set the label of the directory service to connect to.&lt;BR /&gt;Default value: &lt;SAMP&gt;DB DSP&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Entity Name&lt;/TT&gt;&lt;BR /&gt;Set the name of the entity to connect to.&lt;BR /&gt;Default value: &lt;SAMP&gt;entity_name&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Entity Table Database Name&lt;/TT&gt;&lt;BR /&gt;Set the name of the entity table to connect to.&lt;BR /&gt;Default value: &lt;SAMP&gt;entity&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Groups Table Database Name&lt;/TT&gt;&lt;BR /&gt;Set the name of the table named &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;groups&lt;/TT&gt; to connect to.&lt;BR /&gt;Default value: &lt;SAMP&gt;groups&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Override Connection String&lt;/TT&gt;&lt;BR /&gt;If entering a string in this field, the entered value will be used, while the settings in &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;User Name&lt;/TT&gt;,&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Password&lt;/TT&gt;, &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Connection Database Name&lt;/TT&gt;, and &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Data Source Name&lt;/TT&gt; will be&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;ignored&lt;/TT&gt;.&lt;BR /&gt;Default value: &lt;SAMP&gt;Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=C:\AccessTest.accdb;&lt;/SAMP&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px; background-color: #f1f1f1;"&gt;Service Timeout in Seconds&lt;/TT&gt;&lt;BR /&gt;Set the timeout for the connection to the directory service.&lt;BR /&gt;Default value: &lt;SAMP&gt;30&lt;/SAMP&gt; (seconds).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class="qmcwh_note" style="font-size: 9pt; color: #363636; margin: 4pt 16pt; font-style: italic; font-family: Helvetica, Arial, sans-serif; background-color: #f1f1f1; padding: 4pt;"&gt;&lt;A name="kanchor323" style="color: #62ac1e; font-style: inherit; font-size: inherit;"&gt;&lt;/A&gt;&lt;STRONG&gt;Note!&lt;/STRONG&gt; Valid value(s) must be entered, which might be indicated with a red &lt;TT class="qmcwh_label" style="color: #000000; padding-left: 4px; padding-right: 4px;"&gt;asterisk&lt;/TT&gt; and a tool-tip error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 19:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398963#M1334415</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-09-11T19:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398964#M1334417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to connect to MySql database through ODBC driver MySQL ODBC 3.51 Driver.&lt;/P&gt;&lt;P&gt;Do I need to create two tables for entities and groups in MYSQL database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently,I do not have Database Name,Directory Label,Entity Name and Groups Table Database name.&lt;/P&gt;&lt;P&gt;I have the ip of the database and&amp;nbsp; username and password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 07:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398964#M1334417</guid>
      <dc:creator />
      <dc:date>2013-10-15T07:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398965#M1334419</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;Can you tell how groups table is used? I have created a group table and mapped it in ODBC Configurable section. I have an entry in group table but that doesn't show up in Users tab in QMC. Also, I am not able to search that group in QMC. I can see users i have in entity table but not groups. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 15:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398965#M1334419</guid>
      <dc:creator />
      <dc:date>2014-11-14T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398966#M1334421</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;See if this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 18:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398966#M1334421</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-11-18T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398967#M1334424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this share Bill !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 22:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398967#M1334424</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2015-11-09T22:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398968#M1334425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling I am afraid - getting this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;IMG alt="error.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117087_error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Mar 2016 18:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398968#M1334425</guid>
      <dc:creator />
      <dc:date>2016-03-05T18:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398969#M1334427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey bill i gone through document that you provided&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did setup as you mentioned in document everything is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but one issue is when try try request&amp;nbsp; my server url in browser what is password that i should give i did't setup any pass word while setup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i believe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in FormLogin.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Name : user1(which we added in entity table)&lt;/P&gt;&lt;P&gt;Password : ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/135428"&gt;gaballester&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/36145"&gt;adamdavi3s&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859"&gt;loveisfail&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/47027"&gt;dvqlikview&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/3147"&gt;bbt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 14:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398969#M1334427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-01T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398970#M1334429</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;This isn't for authentication it is for authorization. You will have to use sometype of SSO for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 16:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398970#M1334429</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2017-04-01T16:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398971#M1334431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what was the data inside with you for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FormLogin.htm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Look Section access to give. Even section access don't have the allocated password. you can go and click ok without password. It will work like charm. Would you share script and any section access which you mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 16:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398971#M1334431</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-01T16:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398972#M1334433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created this ODBC user setup as per your attached document and its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am able to get my users in&amp;nbsp; QMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also i am able to assign these users(&lt;SPAN style="font-size: 13.3333px;"&gt;user1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;odbc users in Named users in Distribute tab and&lt;/P&gt;&lt;P&gt;&lt;EM&gt;logged with SSO aplication (&lt;SPAN style="font-size: 13.3333px;"&gt;SQL/&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;user1&lt;/SPAN&gt;)&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;its working fine(i can see qvw files in accesspoint)&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL\user1(as per your document DSP settings)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my requirement is to assign these odbc groups in named users(&lt;SPAN style="font-size: 13.3333px;"&gt; Distribute tab&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam able to assign groups (groupa)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; odbc groups in Named users in Distribute tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; and&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;EM&gt;logged with SSO aplication (&lt;SPAN style="font-size: 13.3333px;"&gt;SQL/&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;user1&lt;/SPAN&gt;)&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;its not working fine(i am not able see qvw files in accesspoint)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SQL\&lt;SPAN style="font-size: 13.3333px;"&gt;user1&lt;/SPAN&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;as per your document DSP settings&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How can i do this with the OBDC groups?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;also i gone through your answer on&amp;nbsp; this thread&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/thread/21747"&gt;https://community.qlik.com/thread/21747&amp;nbsp; &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(user header.docx) this is what i want to achieve with ODBC groups.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/3147"&gt;bbt&lt;/A&gt; &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/237633"&gt;vandith123&lt;/A&gt; can you please check this guys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sreeranga sane&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398972#M1334433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-18T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398973#M1334434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have done the Configurable ODBC in DSC but when we mouse over on the star symbol in that console it showing &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Exception When connecting to Data Source.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;We need to consider the above exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;We are unable see the &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ODBC connection&lt;/SPAN&gt; in the &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Users ----&amp;gt; User Management &lt;/STRONG&gt;tab &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;drop down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please can you help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B Rama Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 19:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398973#M1334434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398974#M1334435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;hello rama krishana&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;have you created &lt;STRONG&gt;ODBC data source&lt;/STRONG&gt; with your SQL server?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if not you need to create that in &lt;STRONG&gt;ODBC Data Source Administrator &lt;/STRONG&gt;under system the system tab confirm once.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thank you&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;srp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 06:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398974#M1334435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T06:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398975#M1334436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using MySQL DB and In the ODBC drive we have 2 types of MySQL drivers - MySQL ODBC 5.3 Unicode Driver and MySQL ODBC 5.3 ANSI Driver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one I need to use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;B Rama Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398975#M1334436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T09:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398976#M1334437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;setup as per below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/QMC/Content/QMC_System_Setup_DirectoryServiceProviders_ConfigurableODBC.htm"&gt;http://help.qlik.com/en-US/qlikview/November2017/Subsystems/QMC/Content/QMC_System_Setup_DirectoryServiceProviders_ConfigurableODBC.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i believe it should be&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #0f0f0f; font-family: monospace, monospace; font-size: 14px;"&gt;&lt;STRONG&gt;MySQL ODBC 5.1 Driver(&lt;/STRONG&gt;5.1 or 5.3&lt;STRONG&gt;) a&lt;/STRONG&gt;nd make sure yo have created tables in your database with same setup as mentioned in link.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 10:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398976#M1334437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T10:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398977#M1334438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you it is working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 12:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398977#M1334438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398978#M1334439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your solution how it was solved it may helps others. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 12:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398978#M1334439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398979#M1334440</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;Here is some files that might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 13:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398979#M1334440</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2017-12-08T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398980#M1334441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bill for the share, BTW do you have something like this but for LDAP Qlik Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 20:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398980#M1334441</guid>
      <dc:creator>Emmanuelle__Bustos</dc:creator>
      <dc:date>2017-12-08T20:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configurable ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398981#M1334442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Bill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we are unable get the ticket for the user,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://192.168.1.161/QVAJAXZfc/GetWebTicket.aspx?cmd=" rel="nofollow" target="_blank"&gt;http://192.168.1.161/QVAJAXZfc/GetWebTicket.aspx?cmd=&lt;/A&gt;&lt;SPAN&gt;&amp;lt;Global method='GetWebTicket'&amp;gt;&amp;lt;UserId&amp;gt;SSOTEST/carecoordinator&amp;lt;/UserId&amp;gt;&amp;lt;/Global&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above URL is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the &lt;STRONG&gt;Configurable ODBC USERS&lt;/STRONG&gt; .Can &lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;You please let me how to request that users for a session id.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2017 07:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Configurable-ODBC/m-p/398981#M1334442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-09T07:02:08Z</dc:date>
    </item>
  </channel>
</rss>

