<?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: Qlikview connect to Azure SQL database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045780#M1227014</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/68685"&gt;@Mats_E&lt;/a&gt;&amp;nbsp;is it even possible to connect with a "azure active directory password"? or only with a sql account?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;updated: I checked another database with a SQL account and now I see the &lt;SPAN class="statement"&gt;QlikODBCConnectorPackageKey's.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avkeep01_1-1678119265761.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102093iF9460F969C618A1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avkeep01_1-1678119265761.png" alt="avkeep01_1-1678119265761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 16:14:33 GMT</pubDate>
    <dc:creator>avkeep01</dc:creator>
    <dc:date>2023-03-06T16:14:33Z</dc:date>
    <item>
      <title>Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045739#M1227002</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make a connection to an Azure SQL database I need to encrypt the the credentials since the errorcode shows " it is not possible to use unencrypted credentials.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avkeep01_1-1678115315804.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102078i84BEA118A304E78F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avkeep01_1-1678115315804.png" alt="avkeep01_1-1678115315804.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I've done that using the Qlik Help documentation&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_help/Content/Connectors_ODBC/Encrypt-string-parameters.htm" target="_blank" rel="noopener"&gt;Encrypting connection strings in QlikView | Qlik Connectors Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Currently I'm stuck on:&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;When you enable the encryption for a specific connector the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;QlikODBCConnectorPackageKey&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is going to be generated and then stored in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;Widows&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;vault.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;Windows&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;vault access is restricted to the specific user. This means that the connection string cannot be used on another machine.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;What to do next? I can't find much on this error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avkeep01_2-1678115370571.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102079iF3825FD29D11771B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avkeep01_2-1678115370571.png" alt="avkeep01_2-1678115370571.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045739#M1227002</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045755#M1227006</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;FYI The key is only generated when a connection string is created (and you have edited the configuration file for qlikview odbc connector to enable encryption of connection strings). The key will then be added to windows vault (or credential manager) on the pc/server you create the connection string on.&lt;BR /&gt;&lt;BR /&gt;So you cannot by default use this connection string on another pc/server as it will be missing the key. I believe thats what you have tried and thus got the error mentioned.&lt;BR /&gt;&lt;BR /&gt;Note it also dont work if you do as follows&lt;BR /&gt;a) Developer creates connection string using odbc connector on their pc (no encryption of that connection string for that driver enabled)&lt;BR /&gt;b) i enable encryption of said driver on Qlikview server&amp;nbsp;&lt;BR /&gt;c) try and connect&lt;BR /&gt;&lt;BR /&gt;This will also generate the error you got.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045755#M1227006</guid>
      <dc:creator>Mats_E</dc:creator>
      <dc:date>2023-03-06T15:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045764#M1227008</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/68685"&gt;@Mats_E&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't create the connection string. I have the username and password to login, but the connector doesn't allow unencrypted credentials. Therefore i changed the config to make it use encrypted credentials, but there is no string generated. I just got the error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avkeep01_0-1678117057929.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102082i9715313FAEB21286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avkeep01_0-1678117057929.png" alt="avkeep01_0-1678117057929.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045764#M1227008</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2023-03-06T15:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045767#M1227011</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Ok i see. I think what you will need to do then is to following in order.&lt;BR /&gt;&lt;BR /&gt;a) Enable encryption of connection strings for&amp;nbsp;&lt;SPAN&gt;Azure SQL database in Qlikview ODBC connector config file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;b) On same pc/Server where you did a) recreate connection string.&lt;BR /&gt;&lt;BR /&gt;Doing it in that order should generate a key in the windows vault that will be used to decrypt the connection string.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045767#M1227011</guid>
      <dc:creator>Mats_E</dc:creator>
      <dc:date>2023-03-06T15:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045772#M1227013</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did step a.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just to be sure: where do I recreate the connections string? is that in the Azure database? All the steps I'm doing are on the same server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you mean by recreating a connection string on the server that's is where it goes wrong. I can't click on Ok to create a connections sting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045772#M1227013</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2023-03-06T15:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045780#M1227014</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/68685"&gt;@Mats_E&lt;/a&gt;&amp;nbsp;is it even possible to connect with a "azure active directory password"? or only with a sql account?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;updated: I checked another database with a SQL account and now I see the &lt;SPAN class="statement"&gt;QlikODBCConnectorPackageKey's.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avkeep01_1-1678119265761.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102093iF9460F969C618A1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avkeep01_1-1678119265761.png" alt="avkeep01_1-1678119265761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 16:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045780#M1227014</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2023-03-06T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview connect to Azure SQL database</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045996#M1227016</link>
      <description>&lt;P&gt;Hi to be clear i have never connected to Azure SQL. But the principle for the encryption of the connection strings should be the same regardless of what connector you use. Good to hear you were able to create it in the end.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 07:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-connect-to-Azure-SQL-database/m-p/2045996#M1227016</guid>
      <dc:creator>Mats_E</dc:creator>
      <dc:date>2023-03-07T07:06:07Z</dc:date>
    </item>
  </channel>
</rss>

