All Apps and Add-ons

Accessing Microsoft WID database using Splunk DB Connect

mwpalmer
New Member

Has anyone been able to use Splunk DB Connect to access a Microsoft WID database on a Windows 2012 server?

The database can only be accessed by named pipes and it appears that Splunk DB connect cannot connect directly so trying to use a ODBC connection with a sql native client installed. So far it's failing to connect.

Found the following error message.

From the log file C:\Program Files\Splunk\var\log\splunk\dbx when validating the connection parameters.

2013-04-03 10:06:22.791 dbx7114:INFO:BridgeSession - Executing Bridge command: BridgeExecutionInfo{className=com.splunk.dbx.sql.validate.DatabaseValidator}
2013-04-03 10:06:22.839 dbx7114:ERROR:BridgeSession - Exception occured while executing command: java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
at sun.jdbc.odbc.JdbcOdbcConnection.isValid(Unknown Source)
at com.splunk.dbx.sql.Database.validateConnection(Database.java:411)
at com.splunk.dbx.sql.Database.validateConnectionParameters(Database.java:378)
at com.splunk.dbx.sql.validate.DatabaseValidator.invoke(DatabaseValidator.java:29)
at com.splunk.bridge.session.BridgeSession.call(BridgeSession.java:92)
at com.splunk.bridge.session.BridgeSession.call(BridgeSession.java:30)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2013-04-03 10:06:22.839 dbx7114:INFO:BridgeSession - Execution finished in duration=48 ms with status=1
2013-04-03 10:06:22.869 dbx7114:INFO:ExecutionContext - Execution finished in duration=78 ms

Tags (1)
0 Karma

mwpalmer
New Member

I still don't have any answers on this 😞

0 Karma

vince2010091
Path Finder

Hello,

Anybody got an update on this ?

Regards,

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...