All Apps and Add-ons

DB Connect query failing on Postgres DB

raynold_peterso
Path Finder

Good morning all.  

I have a little issue with DB Connect and Postgres DB.  

I am using the Postgres driver v42.2 to access the DB.  In the Data Lab under Sql Explorer, I can connect to the db and assign the catalog, schema and table.  All of the pull down populates and are available.  

I enter this query:

 

 

select *
from bd_cntl.job_monitor_info
where 1=1

 
and batch_id=to_number(to_char(CURRENT_DATE -3, 'YYYYMMDD'),'99999999')

 

 

 

The system spins and outputs:

 

 

org.postgresql.util.PSQLException: ERROR: Could not begin transaction on data node.

 

 

 

To make this any stranger,  I installed Postgresql on my workspace and it connects without issue and can run the query fine.  

 

Do any of you fellows that are familiar with Postgres and the like have any ideas how to work around this issue?

Thanks in advance,

Rcp

 

 

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[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 ...