Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
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.
Best,
Brunno.