Splunk Search

Database lookup says its table doesn't exist

redc
Builder

I'm attempting to create my first database lookup. I followed this documentation, choosing to specify the fields directly (only need one field): http://docs.splunk.com/Documentation/DBX/1.0.11/DeployDBX/Setupadatabaselookuptable

I gave it a name (HDMCF), specified a SQL database and the table name, selected the one field I want to be put into the lookup (ValueDesc), and saved it. Everything looks good.

When I try to search on it, I get an error that the lookup table doesn't exist:

| lookup HDMCF ValueDesc

Output:

Error in 'lookup' command: The lookup table 'HDMCF' does not exist.

What am I missing? Does there need to be a lookup definition for it (and if so, how do I set that up)?

0 Karma
1 Solution

redc
Builder

When I configured the lookup, the table I used needed to be "dbo.tablename" (rather than just "tablename"). After changing the lookup to use "dbo.tablename", I stopped getting this error.

View solution in original post

0 Karma

redc
Builder

When I configured the lookup, the table I used needed to be "dbo.tablename" (rather than just "tablename"). After changing the lookup to use "dbo.tablename", I stopped getting this error.

0 Karma

devicenul1
Path Finder

Having the exact same issue, anyone have any ideas? The documentation leaves a lot to be desired.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...