Not able to connect to MS SQL server with windows authentication in SoapUI. I downloaded the ms sql server jar and tyred to connect with the def dbURL="jdbc:microsoft:sqlserver://ServerName:Port;Database=DBName;integratedSecurity=true;"
def dbDriver="com.microsoft.sqlserver.jdbc.SQLServerDrive"
def DbConn =Sql.newInstance(dbURL,dbDriver)
I am getting the following error.
Fri May 17 12:13:51 BST 2019:INFO:Some db error --- com.microsoft.sqlserver.jdbc.SQLServerDrive
Fri May 17 12:13:51 BST 2019:INFO:[Ljava.lang.StackTraceElement;@66c4f8