<?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>article How to setup a Sense User Directory Connector to a SQL Database in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/ta-p/1713750</link>
    <description>&lt;P&gt;For data examples and more information, see the &lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/ODBC-example.htm" target="_blank" rel="noopener"&gt;Qlik Sense online help section&lt;/A&gt; for the applicable Sense version.&lt;BR /&gt;&lt;BR /&gt;The key elements that you will need are going to be:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A user table&lt;/LI&gt;
&lt;LI&gt;An attributes table&lt;/LI&gt;
&lt;LI&gt;Access to the Database&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;Keep in mind:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The user and/or attributes tables can be views rather than new tables so you do not need to alter your current database to work with Qlik Sense&lt;/LI&gt;
&lt;LI&gt;Qlik Sense is CaSe SeNsiTiVe so &lt;STRONG&gt;Users &lt;/STRONG&gt;does not equal &lt;STRONG&gt;users&lt;/STRONG&gt;. This goes for the column names&amp;nbsp;required below. You can also create aliases to conform to these requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;The user table requires the following fields and only those &lt;SPAN&gt;fields&lt;/SPAN&gt;: userid and name.&lt;BR /&gt;&amp;nbsp;The attributes table requires the following &lt;SPAN&gt;fields&amp;nbsp;&lt;/SPAN&gt;and only those &lt;SPAN&gt;fields&lt;/SPAN&gt;: userid, type, value.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Once those elements are in place, you are ready to setup the UDC.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go into QMC &amp;gt; User Directory Connectors &amp;gt; Create New &amp;gt; SQL (via ODBC) and create a new connection&lt;/LI&gt;
&lt;LI&gt;Specify a name to the UDC; this is arbitrary&lt;/LI&gt;
&lt;LI&gt;Uncheck Fetch user data on first access, then keep in sync if you want to pull in new users. If this is checked then you will only sync in users who currently already exist in the Users section of the QMC&lt;/LI&gt;
&lt;LI&gt;Specify a User directory name; this is arbitrary but cannot contain spaces&lt;/LI&gt;
&lt;LI&gt;For the User table name, specify the table (or view)&lt;/LI&gt;
&lt;LI&gt;For the Attributes table name, specify the table (or view)&lt;/LI&gt;
&lt;LI&gt;For the Visible connection string, specify either one of the following:
&lt;OL&gt;
&lt;LI&gt;A full connection string, e.g. &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;Driver={SQL Server Native Client 11.0};Server=localhost;Database=Users;Trusted_Connection=yes;&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;Driver must point to a driver currently on the machine. You can check which driver to specify by loading up the Data Source (ODBC) applet from Windows and going to the Drivers tab&lt;/LI&gt;
&lt;LI&gt;Server must point to the server that wish to connect to&lt;/LI&gt;
&lt;LI&gt;Database must point to the database where the tables are&lt;/LI&gt;
&lt;LI&gt;Trusted_Connection=yes is required as well&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;A pointer to an established System DSN, e.g. &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;dsn=MyDSN;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;If you encounter an error message that "The User Directory Connector(UDC) is not configured, because the following error occurred: Exception when trying to connect to the data source. Edit the connection string in the user directory connector configuration" like so:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;&amp;nbsp;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000003s70C&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1491215961000" border="0" alt="User-added image" width="600" /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Then it is possible that some text was saved in the Encrypted connection string area. Try entering a semi-colon &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;(;)&lt;/SPAN&gt; and saving the UDC.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If you encounter further problems then the best log for troubleshooting will be the UserManagement Repository log found in &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;C:\ProgramData\Qlik\Sense\Log\Repository\Trace\.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 11:46:00 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2020-09-02T11:46:00Z</dc:date>
    <item>
      <title>How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/ta-p/1713750</link>
      <description>&lt;P&gt;For data examples and more information, see the &lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/ODBC-example.htm" target="_blank" rel="noopener"&gt;Qlik Sense online help section&lt;/A&gt; for the applicable Sense version.&lt;BR /&gt;&lt;BR /&gt;The key elements that you will need are going to be:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A user table&lt;/LI&gt;
&lt;LI&gt;An attributes table&lt;/LI&gt;
&lt;LI&gt;Access to the Database&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;Keep in mind:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The user and/or attributes tables can be views rather than new tables so you do not need to alter your current database to work with Qlik Sense&lt;/LI&gt;
&lt;LI&gt;Qlik Sense is CaSe SeNsiTiVe so &lt;STRONG&gt;Users &lt;/STRONG&gt;does not equal &lt;STRONG&gt;users&lt;/STRONG&gt;. This goes for the column names&amp;nbsp;required below. You can also create aliases to conform to these requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;The user table requires the following fields and only those &lt;SPAN&gt;fields&lt;/SPAN&gt;: userid and name.&lt;BR /&gt;&amp;nbsp;The attributes table requires the following &lt;SPAN&gt;fields&amp;nbsp;&lt;/SPAN&gt;and only those &lt;SPAN&gt;fields&lt;/SPAN&gt;: userid, type, value.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Once those elements are in place, you are ready to setup the UDC.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go into QMC &amp;gt; User Directory Connectors &amp;gt; Create New &amp;gt; SQL (via ODBC) and create a new connection&lt;/LI&gt;
&lt;LI&gt;Specify a name to the UDC; this is arbitrary&lt;/LI&gt;
&lt;LI&gt;Uncheck Fetch user data on first access, then keep in sync if you want to pull in new users. If this is checked then you will only sync in users who currently already exist in the Users section of the QMC&lt;/LI&gt;
&lt;LI&gt;Specify a User directory name; this is arbitrary but cannot contain spaces&lt;/LI&gt;
&lt;LI&gt;For the User table name, specify the table (or view)&lt;/LI&gt;
&lt;LI&gt;For the Attributes table name, specify the table (or view)&lt;/LI&gt;
&lt;LI&gt;For the Visible connection string, specify either one of the following:
&lt;OL&gt;
&lt;LI&gt;A full connection string, e.g. &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;Driver={SQL Server Native Client 11.0};Server=localhost;Database=Users;Trusted_Connection=yes;&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;Driver must point to a driver currently on the machine. You can check which driver to specify by loading up the Data Source (ODBC) applet from Windows and going to the Drivers tab&lt;/LI&gt;
&lt;LI&gt;Server must point to the server that wish to connect to&lt;/LI&gt;
&lt;LI&gt;Database must point to the database where the tables are&lt;/LI&gt;
&lt;LI&gt;Trusted_Connection=yes is required as well&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;A pointer to an established System DSN, e.g. &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;dsn=MyDSN;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;If you encounter an error message that "The User Directory Connector(UDC) is not configured, because the following error occurred: Exception when trying to connect to the data source. Edit the connection string in the user directory connector configuration" like so:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;&amp;nbsp;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000003s70C&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1491215961000" border="0" alt="User-added image" width="600" /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Then it is possible that some text was saved in the Encrypted connection string area. Try entering a semi-colon &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;(;)&lt;/SPAN&gt; and saving the UDC.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If you encounter further problems then the best log for troubleshooting will be the UserManagement Repository log found in &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;C:\ProgramData\Qlik\Sense\Log\Repository\Trace\.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 11:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/ta-p/1713750</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2020-09-02T11:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1752613#M895</link>
      <description>&lt;P&gt;Hi Andre,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried following the your steps above and couldn't get UDC created with SQL Server. Please find the details below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tables:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;create table qlikuser(userid varchar(50), name varchar(300))&lt;/P&gt;&lt;P&gt;create table qlikuserattribute(userid varchar(50), type varchar(100), value varchar(300))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inserts:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;insert into qlikuser values('test.user', 'Test User')&lt;/P&gt;&lt;P&gt;insert into qlikuserattribute values('test.user', 'email', 'test.user@gmail.com')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Visible connection string:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Driver={SQL Server Native Client 11.0};Server="10.01.01.01";Database=TestDB;uid=testuser;pwd=testpw!2#;Trusted_Connection=yes;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;testuser has db_admin privilege on TestDB&lt;/P&gt;&lt;P&gt;Attaching screenshot showing the same.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UDC_Error.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42298iE60FF860C557EA80/image-size/large?v=v2&amp;amp;px=999" role="button" title="UDC_Error.PNG" alt="UDC_Error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please take a look and let me know what I am missing here? Appreciate your response/assistance on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 02:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1752613#M895</guid>
      <dc:creator>rajeshbheeman</dc:creator>
      <dc:date>2020-10-15T02:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1754352#M914</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127740"&gt;@rajeshbheeman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend reviewing the log file as suggested in the article:&amp;nbsp;&lt;SPAN&gt;C:\ProgramData\Qlik\Sense\Log\Repository\Trace\&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 07:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1754352#M914</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2020-10-21T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1754494#M915</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp; Appreciate the response. I did look into the log but it was not much useful as it was generic error. However I was able to fix the issue. It turned out to be connectivity problem between the qlik instance with the DB server. I was able to create UDC successfully.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1754494#M915</guid>
      <dc:creator>rajeshbheeman</dc:creator>
      <dc:date>2020-10-21T13:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1862639#M4892</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/39663"&gt;@Andre_Sostizzo&lt;/a&gt;&amp;nbsp;thanks for the information, I would like to know what are all the types in "type" column in user attributes table we can use?&lt;/P&gt;
&lt;P&gt;There is no documentation provided.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 14:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1862639#M4892</guid>
      <dc:creator>Xuser112</dc:creator>
      <dc:date>2021-11-23T14:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1904203#M5830</link>
      <description>&lt;P&gt;Hi, has anyone done anything similar using AWS RDS Postresql DB?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 16:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/1904203#M5830</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2022-03-11T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/2003666#M7753</link>
      <description>&lt;P&gt;Hi, I managed to create an ODBC directory, but I don't get where/how to store the user passwords.&lt;/P&gt;
&lt;P&gt;I tried creating a local user with the same name, but when the user attempts to login to qlik it then duplicates the user entries, and it doesn't get the previously assigned license.&lt;/P&gt;
&lt;P&gt;The reason why I need an ODBC directory is that the customer cannot use LDAP and cannot require its users to try a login before adding licences.&lt;/P&gt;
&lt;P&gt;What are the best practices in this case?&lt;/P&gt;
&lt;P&gt;Thank you very much,&lt;/P&gt;
&lt;P&gt;Gianluca&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 16:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/2003666#M7753</guid>
      <dc:creator>GianlucaFerri</dc:creator>
      <dc:date>2022-11-11T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/2007972#M7845</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126663"&gt;@GianlucaFerri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend posting your requirement in our&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Deployment-Management/bd-p/qlik-sense-deployment" target="_blank" rel="noopener"&gt;Deployment and Management&lt;/A&gt;&amp;nbsp;forums.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; I tried creating a local user with the same name, but when the user attempts to login to qlik it then duplicates the user entries, and it doesn't get the previously assigned license.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This can be explained as your server likely already has a connection to its local users set up and identified the user as such.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;The reason why I need an ODBC directory is that the customer cannot use LDAP and cannot require its users to try a login before adding licences.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Outline this requirement in our forums to make use of our userbase's experience and the knowledge of our engineers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For more guided assistance, you can also contact our Professional Services: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener"&gt;How and When to contact Consulting Services&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some material I gathered for you that may help though is:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/sense-admin/November2022/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/authentication.htm" target="_blank" rel="noopener"&gt;Authentication Methods&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(this lists avaiable methods with examples)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2022/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Server-Security-Authentication-Solutions.htm" target="_blank" rel="noopener"&gt;Available Authentication Solutions&lt;/A&gt;&amp;nbsp;(this gives a list of the solutions available)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 08:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/2007972#M7845</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-11-23T08:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup a Sense User Directory Connector to a SQL Database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/2525612#M16177</link>
      <description>&lt;P&gt;Qlik Sense Nov 2024 P14:&amp;nbsp; I just remove the semi-colon at the ent of the "visible connection string" and the UDC re-started .&lt;/P&gt;&lt;P&gt;Quite strange.&lt;/P&gt;&lt;P&gt;FMs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 12:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-a-Sense-User-Directory-Connector-to-a-SQL-Database/tac-p/2525612#M16177</guid>
      <dc:creator>fmarvnnt</dc:creator>
      <dc:date>2025-07-29T12:58:33Z</dc:date>
    </item>
  </channel>
</rss>

