Forum Discussion
phanisrikar
14 years agoContributor
M McDonald wrote: I don't think just dropping the .zip will do it.
Put the following files in these locations:
ntlmauth.dll in C:\Program Files\eviware\soapUI-Pro-3.5.1\bin
jtds-1.2.5.jar in C:\Program Files\eviware\soapUI-Pro-3.5.1\bin\ext
Register the driver properties in soapUI preferences (I called it "JTDS Trusted"); replace yourdomain with your domain:
jdbc:jtds:sqlserver://<HOST:127.0.0.1>:<PORT:1433>/<DB>;domain=yourdomain;trusted_connection=yes
Does this help?
Hi,
I have tried the above described method but still I'm unable to connect to database.
string used : jdbc:jtds:sqlserver://<HOST:given my DB ip address >:<PORT:1433>/Quality;domain=PROD;trusted_connection=yes
Error : Failed to init connection for drvr [SQLServer], connectionString [jdbc:jtds:sqlserver://10.200.21.32;databaseName=Quality;trusted_connection=yes]
Any more ideas
Please help !!
Thanks,
Phani