Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
I am using free version.
Any update?
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