You are on page 1of 2

follow below steps.

1. Installing JDBC driver on correct path with correct version matching with installed JAVA version.
for version details please refer
to-- https://msdn.microsoft.com/en-us/library/ms378422(v=sql.110).aspx

2. By changing the authentication mode of MS SQL sever from 'Windows Auth' Mode to SQL Server
& Windows Auth' Mode.

Adapter settings:

JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection : jdbc:sqlserver://<host>:1433;databaseName=<DB Name>

You might also like