I have the exact problem detailed here:
https://answers.splunk.com/answers/234840/db-connect-12-java-8-mssql-integrated-authenticati
I upgraded DB Connect from 1.1.x to 1.2.x and upgraded Java to 8 and it bombs.
Any idea how to fix it?
I tried using this and setting the new db type and same error.
[generic_mssql]
displayName = MS-SQL Server Using MS Generic Driver
jdbcDriverClass = com.microsoft.sqlserver.jdbc.SQLServerDriver
testQuery = SELECT 1
connectionUrlFormat = jdbc:sqlserver://{0}:{1};databaseName={2};selectMethod=cursor
↧