Skip to content

Deploying licensed jdbc drivers (not open source)

Jakub Raczek edited this page Mar 14, 2021 · 5 revisions

Microsoft SQL Server:

  1. Download MS SQL Server JDBC driver from download site.
  2. Paste mssql-jdbc-8.2.0.jre8.jar in "jdbc_drivers" folder. Files must have the same names as in POM.xml file, if the downloaded version has a different name, rename it.
  3. Paste auth\x86\sqljdbc_auth.dll in %programfiles(x86)%\Java\jre7\bin or windows\system32 folder to allow integrated windows authentication (not necessary for SQL Server Connection, necessary for OLAP connection)

Teradata

  1. Download the Teradata JDBC driver from download site
  2. Paste terajdbc-4.jar and tdgssconfig-4.jar into "jdbc_drivers" folder. Files must have the same names as in POM.xml file, if the downloaded version has a different name, rename it.