Dear Knimers,
Please need help to fix this issue
- Unable to insert load data into PostgreSQL DB table
Used both DB insert and DB writter node, Nodes keep runing for an hour, no data is loaded
- Current Error log is showing up
Thanks in Advance
Dear Knimers,
Please need help to fix this issue
Used both DB insert and DB writter node, Nodes keep runing for an hour, no data is loaded
Thanks in Advance
Hi @Pragadeshgp , can you show us the whole workflow?
Are you inserting and writing to the same table at the same time? And are the DB connections still active when it’s time for these nodes to run?
@Pragadeshgp I think you would have to provide much more information. Has this workflow ever worked. Does the database you want to write to exist or do you want to create it?
Maybe provide a log file in debug mode. And if possible the workflow itself without spelling any secrets.
Then you might want to try and first create an empty table and then load the data like in this H2 database example.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.