Splunk IT Service Intelligence

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. 

0 Karma

vikkysplunk
Path Finder

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

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...