Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Qlik Catalog Connect with Azure Synapse Analytics

Hi,

I Have Datawarehouse and DataMart in Azure Synapse Analytics, and I want to connect since Qlik Catalog

But in the options not found this type of connections.

JDBC

Java Database Connectivity

Protocol: JDBC API

Sources Include: DB2, HIVE, MYSQL, ORACLE, POSTGRESQL, SALESFORCE, SQLSERVER, TERADATA

 

Its posible connect Qlik Catalog with Azure Synapse Analytics and How?

Thanks

 

 

Labels (2)
1 Solution

Accepted Solutions
brunnovb_in
Partner - Creator
Partner - Creator

Hello lguevara!

Reviewing Microsoft's documentation, you can use this connection string (SQLSERVER):

 

So I'd suggest something like this: jdbc:sqlserver://SERVIDOR.URL:1433;database=DW_HR_NEW

 

Best,

Brunno V.B.

 

View solution in original post

2 Replies
brunnovb_in
Partner - Creator
Partner - Creator

Hello lguevara!

Reviewing Microsoft's documentation, you can use this connection string (SQLSERVER):

 

So I'd suggest something like this: jdbc:sqlserver://SERVIDOR.URL:1433;database=DW_HR_NEW

 

Best,

Brunno V.B.

 

brunnovb_in
Partner - Creator
Partner - Creator

lguevara,

Adding information about new drivers, you can add new database drivers, for example DATABRICKS, in the Qlik Catalog WEB UI (ADMIN>Database Drivers) and it's also important to add the jdbc (jar file) in the folder: /usr/local/qdc/apache-tomcat-9.XX .XX /webapps/qdc /WEB-INF/lib/.

I've added a new database driver in my Qlik Catalog server, as you can see below.

brunnovb_in_0-1673305863704.png

Best,

Brunno.