Using RSA LifeCycle....with jtds 1.3.1, Account collection from SQL server 2012 working well. Target Database has now been upgraded to SQL 2016 and it appears the jtds driver does not support 2016 and we can no longer collect from the SQL server. We are seeing various errors depending on the connection string including...
java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: Network error IOException: Connection refused: connect
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.sou
I have checked:
- correct PORT
- correct hostname
- can ping host
- can get telnet sessions to host/port
Anyone had similar issues collecting Account data from a SQL server 2016 - and if so any resolution?
Thanks in advance
Hi Boris - thanks for the suggestion - that has worked
Well done and thanks