Splunk ITSI

Error: This driver is not configured for integrated authentication

arun_kant_sharm
Path Finder

Hi Experts,

I am getting error during I tried to create new ms-sql connection on my Splunk server (i.e Amazon Linux 2).

Connection Type: MS-SQL Server Using MS Generic Driver With Windows Authentication

JDBC URL : jdbc:sqlserver://xx.xx.xxx.xx:1433;databaseName=master;selectMethod=cursor;integratedSecurity=true

ERROR : This driver is not configured for integrated authentication. ClientConnectionId:d3c9028f-187a-492f-89da-68dfceadceb1

Java version on my splunk server :   java version "1.8.0_201"

Splunk DB Connect version:   DBX:3.1.4

Splunk Server OS:  Amazon Linux 2 AMI

The driver present in my machine are:

arun_kant_sharm_0-1606869848503.png

 

Labels (1)
Tags (3)
0 Karma

lumpymilk
Explorer

Here is what I found. When using that connection type we needed to add an option authenticationScheme=NTLM (which enables NTLMv2 authentication) and then in our environment we made sure SSL is enabled (encrypt=true) and added the option trustServerCertificate=true.
After that, the connection could be saved and worked fine. 

vikkysplunk
Path Finder

@arun_kant_sharm is these issue resolved. I am also getting the same error

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...