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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

With any DB connection issue or unknown error, need to update a record in table

Hi Team,

 

We are having a scenario where we are iterating list of 5 files through tFileslist and performing various validation and accordingly moving data in some reject data.

Now, we also need to handle a scenario where in case there is any other issue, other than data error like "DB connection" then we have a table where we have filename and status.

So, based on such error like DB connection then we need to update this table for each file with status as 'E'.

Please suggest how to handle these specific error and accordingly update the Postgres DB table.

 

Labels (2)
5 Replies
fdenis
Master
Master

are you on free (open) or enterprise version?
Anonymous
Not applicable
Author

I am using free version.

fdenis
Master
Master

Anonymous
Not applicable
Author

Any update?

Anonymous
Not applicable
Author

Hello @rohitatcs 

It is very convenient to set the log in job view or use logs and errors to output the record into file or table.

Logs table usually records the messages from Java Exception, tDie and/or tWarn.

Best regards

Sabrina