-
Notifications
You must be signed in to change notification settings - Fork 12
Deploying licensed jdbc drivers (not open source)
Jakub Raczek edited this page Mar 14, 2021
·
5 revisions
- Download MS SQL Server JDBC driver from download site.
- 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.
- 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)
- Download the Teradata JDBC driver from download site
- 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.
- Home
- Getting started
- Command line parameters
- Deploying licensed jdbc drivers
- Comparators
- Fetch
- KEY
- Minus
- NMB_OF_RESULTS
- FILE
- OLAP
- Building multilevel tests structure
- TeamCity support
- Test definitions
- Filtering tests for execution
- Test report
- Compiling, replacing tokens in connection definition
- Replacing tokens in SQL queries
- Execute Stored Procedure before test