Forum Discussion
M_McDonald
15 years agoSuper Contributor
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?
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?