Came across an issue, where I wasn't able to connect to SQL (we use name instances and windows authentication).
After several hours of research came accross a solution. Sharing it with you, hopefully it will save you time!
From SmartBear forum (don't have the URL).
1) Download the latest driver from http://www.microsoft.com/download/en/de ... n&id=21599
2) Unpack, copy 'sqljdbc.jar' or 'sqljdbc4.jar' (copying both resulted in a could not connect exception) to
Then, copy 'sqljdbc_auth.dll' to
Use following connection string if using named instances:
jdbc:sqlserver://
Use following connection string if using server port:
jdbc:sqlserver://
No comments:
Post a Comment