Skip to main content
August 5, 2024
Question

Query Database smart service to connect to an external database.

  • August 5, 2024
  • 4 replies
  • 0 views

I'm using the Query Database smart service to connect to an external database. I've set up the connected system correctly, but when I run the process model, it doesn't work as expected and doesn't show any errors. However, when I use the Execute Stored Procedure smart service with the same connected system, it works fine. Can you help me understand why the Query Database smart service isn't working?

4 replies

stefanhelzle0001
August 5, 2024

Did you check the tomcat stdout log file for details?

August 5, 2024

I don't have access to check it.

stefanhelzle0001
August 5, 2024

Well, without any additional details, this becomes pretty difficult.

davidj137213
August 6, 2024

It's complicated without more information.... 

Try executing the query from a DDBB Client, like Toad , DB Visualizer, using the same driver , connection string and query that you are actually using in your PM. Did it work?