All Apps and Add-ons

Using DB Connect to connect SQL Express instance

amulay26
Path Finder

I am trying to connect to a SQL Express Instance that is running on the MSSQL server. Tried using the edit URL option in order to explicitly mention the instance name. However it still causes issues and throws an error "Connection failed for user : user"

Is it necessary to have jtds driver instead of jdbc driver for the connection to SQL Express instance?

Thanks,
Akshay.

0 Karma

koshyk
Super Champion

My line of debug would be to
1. Ensure there is NO firewall or blocks between your server & the SQL server
2. Run a jdbc connectivity test via command line if possible. (Using a tool or some java code) and try using the driver which you have used in DBconnect and same credentials
3. The error mostly seems is related to USER authentication. Have a check on the logs in MSSQL server
4. Now try playing around within DBconnect. Try a SQL server which you know works and see the string for any small spelling mistakes

0 Karma

amulay26
Path Finder

Actually, did all that stuff for over a week.

Eventually used jTDS driver and edited the URL manually. It was able to make a connection. However, one question that comes to my mind is why did JDBC driver did not like connection to SQL Express Instance.

0 Karma

koshyk
Super Champion

strange. Are you sure you have the correct MSSQL JDBC server driver and version? (there are plenty of drivers, so just double checking about correct version and DBconnect compatible one)

https://docs.splunk.com/Documentation/DBX/3.1.4/DeployDBX/Installdatabasedrivers
https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=sql-serv...

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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...