<?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: The Documentation description in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-The-Documentation-description/m-p/261844#M1308406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In version 10 we've got a New Feature - Configurable ODBC Directory Service Connector. In QV Documentation there is topic about it. But it's so pure that I've desided to add a little bit more description to this and some questions for QV developers.&lt;/P&gt;&lt;P&gt;Let's start. Here is the Documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Configurable ODBC&lt;/P&gt;&lt;P&gt;Read more about configuring the ODBC database in "Configurable ODBC" on page 253 in the Appendix.&lt;/P&gt;&lt;P&gt;General&lt;/P&gt;&lt;P&gt;The General tab of the Configurable ODBC settings&lt;/P&gt;&lt;P&gt;Path - The path to the directory service. Press the icon to use the default path or click on the green add icon&lt;/P&gt;&lt;P&gt;to add a new directory service.&lt;/P&gt;&lt;P&gt;Enter the Username and Password used for accessing the directory service.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;By default the Path is ODBC://localhost. Actualy this is not the ODBC path. This is path to your database. I'm using ODBC://10.11.108.9 as a path to my MS SQL server. And this is useless for Oracle (take a look at&amp;nbsp; "Override connection string" for Oracle connection). Username and Password are the database Username and Passwords (not for Oracle). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Click the settings icon ( ) to open the settings dialog:&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Ok. Making click on pencil icon to see DSP Settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Cache Expiry in Minutes&lt;/P&gt;&lt;P&gt;Set how long the queries to ODBC database should be cached.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Connection Database Name&lt;/P&gt;&lt;P&gt;The name of the ODBC database you wish to connect to.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;MS SQL - the database name. Oracle - no sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Data Source Name&lt;/P&gt;&lt;P&gt;The name of the ODBC driver.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;You need to go to your "ODBC Data Soutce Administrator"\Drivers tab and type the name of a driver which your are going to use from the list to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Directory Label&lt;/P&gt;&lt;P&gt;The label of the directory service you are connecting to.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;This prefix for your DSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Entity Name&lt;/P&gt;&lt;P&gt;The name of the entity.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Do you know what the name of the entity is???? Nobody knows &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; It's nothing else as the column name in your table where you are going to store a list of users. Back to the Appendix from the document - if you are using the same column names, it should be just "name" and not "entity_name" as it is by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;37.2 Configurable ODBC&lt;/P&gt;&lt;P&gt;The ODBC database has to have two table, or two views, one for entities and one for groups.&lt;/P&gt;&lt;P&gt;The entity table must have the four following fields: entityid, name, descr and email. The fields name,&lt;/P&gt;&lt;P&gt;descr and email must be strings. Entityid must be a unique identifier (suitable for primary key).&lt;/P&gt;&lt;P&gt;The groups table must contain two fields: groupid and memberid. Together these two fields create a&lt;/P&gt;&lt;P&gt;unique identifier.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Ok. Next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Entity Table Database Name&lt;/P&gt;&lt;P&gt;The name of the entities table.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;The name of a table/view in your database where you store a users list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Groups Table Database Name&lt;/P&gt;&lt;P&gt;The name of the groups table.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;The name of a table/view in your database wher you store groups. I don't know how it works in real life. If somebody does, please add the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Override Connection String&lt;/P&gt;&lt;P&gt;The string entered here will be used and the settings in Connection Database Name, Data Source Name,&lt;/P&gt;&lt;P&gt;Username and Password will be ignored.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Blank for MS SQL and very powerfull for Oracle. I have this in the field - "Driver={Oracle in OraDb11g_home1};Dbq=ORCL;Uid=qv;Pwd=qv;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Service Timeout in Seconds&lt;/P&gt;&lt;P&gt;Set the time-out for the service’s connection to the ODBC.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions part:&lt;/P&gt;&lt;P&gt;1. What is the right way to configure Configurable ODBC for Oracle. You can find my problem in another post &lt;A _jive_internal="true" href="https://community.qlik.com/message/128709" target="_blank"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Configurable ODBC: The Documentation description</title>
      <link>https://community.qlik.com/t5/QlikView/Configurable-ODBC-The-Documentation-description/m-p/261844#M1308406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In version 10 we've got a New Feature - Configurable ODBC Directory Service Connector. In QV Documentation there is topic about it. But it's so pure that I've desided to add a little bit more description to this and some questions for QV developers.&lt;/P&gt;&lt;P&gt;Let's start. Here is the Documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Configurable ODBC&lt;/P&gt;&lt;P&gt;Read more about configuring the ODBC database in "Configurable ODBC" on page 253 in the Appendix.&lt;/P&gt;&lt;P&gt;General&lt;/P&gt;&lt;P&gt;The General tab of the Configurable ODBC settings&lt;/P&gt;&lt;P&gt;Path - The path to the directory service. Press the icon to use the default path or click on the green add icon&lt;/P&gt;&lt;P&gt;to add a new directory service.&lt;/P&gt;&lt;P&gt;Enter the Username and Password used for accessing the directory service.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;By default the Path is ODBC://localhost. Actualy this is not the ODBC path. This is path to your database. I'm using ODBC://10.11.108.9 as a path to my MS SQL server. And this is useless for Oracle (take a look at&amp;nbsp; "Override connection string" for Oracle connection). Username and Password are the database Username and Passwords (not for Oracle). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Click the settings icon ( ) to open the settings dialog:&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Ok. Making click on pencil icon to see DSP Settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Cache Expiry in Minutes&lt;/P&gt;&lt;P&gt;Set how long the queries to ODBC database should be cached.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Connection Database Name&lt;/P&gt;&lt;P&gt;The name of the ODBC database you wish to connect to.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;MS SQL - the database name. Oracle - no sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Data Source Name&lt;/P&gt;&lt;P&gt;The name of the ODBC driver.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;You need to go to your "ODBC Data Soutce Administrator"\Drivers tab and type the name of a driver which your are going to use from the list to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Directory Label&lt;/P&gt;&lt;P&gt;The label of the directory service you are connecting to.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;This prefix for your DSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Entity Name&lt;/P&gt;&lt;P&gt;The name of the entity.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Do you know what the name of the entity is???? Nobody knows &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; It's nothing else as the column name in your table where you are going to store a list of users. Back to the Appendix from the document - if you are using the same column names, it should be just "name" and not "entity_name" as it is by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;37.2 Configurable ODBC&lt;/P&gt;&lt;P&gt;The ODBC database has to have two table, or two views, one for entities and one for groups.&lt;/P&gt;&lt;P&gt;The entity table must have the four following fields: entityid, name, descr and email. The fields name,&lt;/P&gt;&lt;P&gt;descr and email must be strings. Entityid must be a unique identifier (suitable for primary key).&lt;/P&gt;&lt;P&gt;The groups table must contain two fields: groupid and memberid. Together these two fields create a&lt;/P&gt;&lt;P&gt;unique identifier.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Ok. Next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Entity Table Database Name&lt;/P&gt;&lt;P&gt;The name of the entities table.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;The name of a table/view in your database where you store a users list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Groups Table Database Name&lt;/P&gt;&lt;P&gt;The name of the groups table.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;The name of a table/view in your database wher you store groups. I don't know how it works in real life. If somebody does, please add the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Override Connection String&lt;/P&gt;&lt;P&gt;The string entered here will be used and the settings in Connection Database Name, Data Source Name,&lt;/P&gt;&lt;P&gt;Username and Password will be ignored.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Blank for MS SQL and very powerfull for Oracle. I have this in the field - "Driver={Oracle in OraDb11g_home1};Dbq=ORCL;Uid=qv;Pwd=qv;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Service Timeout in Seconds&lt;/P&gt;&lt;P&gt;Set the time-out for the service’s connection to the ODBC.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions part:&lt;/P&gt;&lt;P&gt;1. What is the right way to configure Configurable ODBC for Oracle. You can find my problem in another post &lt;A _jive_internal="true" href="https://community.qlik.com/message/128709" target="_blank"&gt;here&lt;/A&gt;&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-The-Documentation-description/m-p/261844#M1308406</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

