Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Lauri
Specialist
Specialist

User directory connector problem - SQL Server

Hello, In Qlik Sense 3.0 server, I am unable to connect a user directory connector to SQL Server. I have no trouble with data connections to the same SQL Server in the apps. Is there an obvious error below?

And if I get this connector to work, am I going to need to add an authentication layer? Or does Qlik take care of that?

qlik_userdirectoryconnector.PNG

I have also tried the string:

OLEDB CONNECT TO [Provider=SQLOLEDB;Data Source=SAFTINET;Initial Catalog=hc;]

My encrypted string contains

User Id=*****; Password=****;

The error from Qlik is:

qlik_userdirectoryconnectorerror.PNG

Thanks for any assistance.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try using an ODBC connectstring instead of an OLEDB connectstring.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Try using an ODBC connectstring instead of an OLEDB connectstring.


talk is cheap, supply exceeds demand
Lauri
Specialist
Specialist
Author

That works, thank you, Gysbert!