Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to update table with tDBOutput

Hello,

 

I tried to update data from a postgreSQl database using tDBOutput method and I have a mistake when I run the job.

L'élément du batch 0 UPDATE "public"."places" SET "expiration_date" = 2015-12-31 00:00:00.000000 +01:00:00 WHERE "null" = FRREGI_72 a été annulé. Appeler getNextException pour en connaître la cause.
caused by: ERROR: column "null" does not exist

Can you help me please.

Labels (2)
1 Solution

Accepted Solutions
fdenis
Master
Master

first link tdbCommit_1 with a "on subjob Ok" link.

View solution in original post

4 Replies
fdenis
Master
Master

can you add print screen of your component?
Anonymous
Not applicable
Author

I think I may have a problem with the connection. Because when I restarted the job few hours later it's worked but today I have the same mistake for an insertion.

0683p000009LzGF.pnginsertion0683p000009Lyss.pngupdate0683p000009LzGK.pngupdate

fdenis
Master
Master

first link tdbCommit_1 with a "on subjob Ok" link.
Anonymous
Not applicable
Author

Thanks it's working