Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

SQL Server Native Client connection string does not save password

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

SQL Server Native Client connection string does not save password

Last Update:

Jun 3, 2021 9:48:26 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 8, 2014 10:48:31 AM

Username and password is prompted every time a reload is triggered regardless if “Allow saving password" was checked during the data link connection process. 
 
Allow Saving Password.png

 

 

Please note this is not a QlikView issue, but database and driver issue as described in the Microsoft bug specified in this link: Data-Link Dialog does not allow SQL Authenication.

 

Environment: 

 

Resolution:

 

There are two workarounds for this issue.

 

  1. Use Microsoft OLE DB Provider for SQL Server instead of SQL Server Native Client

    Ole DB Provider.png

  2. Modify manually the connection string generated using SQL Server Native Client as follows:
    1. Create a connection using Microsoft OLE DB Provider for SQL server.
    2. At the end of the connection string copy the Xpassword option into a notepad or clipboard.
      XPassword 01.png
    3. Create a connection using SQL Server Native Client
    4. Search and remove the following string:
      Integrated Security=""
    5. At the end of the connection string add password credentials from the previous copy.

      XPassword 02.png
 
 
 
Labels (2)
Contributors
Version history
Last update:
‎2021-06-03 09:48 AM
Updated by: