When you have a named instance of an MS SQL Server Express server you want to use for your tests, you need to perform some additional setup.
If you need the jTDS driver to work with NTLM authorization, the dynamic linked library must be available to ReadyAPI.
To use NTLM authorization with jTDS:
Open the extracted jtds archive.
Open the proper directory for your architecture (
x86
orx64
).Open the
SSO
directory.Copy the
ntlmauth.dll
file and place it in thebin
directory of your ReadyAPI installation.
Note
If ReadyAPI is running, you need to restart.