We have been using the drive in an application called Cleo Clarrify. Cleo uses this driver to call over to an mssql2012 server. Both servers are windows server 2012R2. This has been working flawlessly for years. We have just recently built a new VM (win2012R2) and installed SQL2016. Everything stayed the same on the Cleo server. The DBA team upgraded all mssql instances to 2016. Since then we have had many issues, The Cleo app makes the call using a string like: jdbc:jtds:sqlserver://srvName:1433;DatabaseName=Cleo;USENTLMV2=true;domain=myD.com...