Solved

Errorhandling process flow

  • 10 June 2022
  • 1 reply
  • 48 views

Userlevel 3
Badge +11

How can I track if there is an error raised in my process flow. In the IAM the logging says that the process has run every hour, but when an error raises in the process flow, can I see this in the IAM or what ever. SQL scheduler has an event logging where the error is shown.

icon

Best answer by Mark Jongeling 10 June 2022, 18:12

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +23

Hi Edwin,

Indicium does write most errors that occur in System flows to its Log but due to the log also being used for other processes within Indicium, it can be quite a difficult find to see what error occured.

What you can do is log the process the System flow does yourself by creating a logging table in your application. In here, you can create any columns and write any data to based on what happens in the System flow. For example, by adding error handling in Procedures, you can write any errors to the Log table. 

We do not record any errors occuring inside System flows in IAM.

Hope it helps!