Thanks for your reply
Have tried with two options
Option 1:
Download jtds-1.3.1.jar
And place it under READYAPI_HOME/bin/ext directory and restart.
Use driver class as : net.sourceforge.jtds.jdbc.Driver
Use connection string as :
jdbc:jtds:sqlserver://${dbServer}:${port}/${dbName};domain=${domain}
Getting error as Can't get the connection for specified properties
java.sql.SQLException:Network error IOException:Connection timed out to connect
Option 2
Copied sqljdbc_auth.dll in bin folder
Copied sqljdbc42.jar in ext folder
Used SQL Driver as SQL Driver : com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection String as:jdbc:sqlserver://ServerIP:Port;databaseName=DBName;user=username;password=password
Getting error as Could not get the connection specified properties followed by connection string values
Please can you help me any other options for getting connection successful
Currently I'm using trial version of Ready API2.2.0 version
Thanks!!