Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SQL forwarding agent encapsulates en erroneous UDR along with the error message that describes the error, in a new UDR. This in turn, enables you to process the faulty UDR, adjust the processing according to the error type, and prevent the workflow from aborting due to selected errors types.

Info
titleExample - Handling erroneous UDRs in a batch workflow

Consider the following workflow:

Image Added

An SQL forwarding workflow

The SQL forwarding agent identifies the asciiSEQ_TI UDR as erroneous, creates an errorUDR that wraps together the original UDR with the error message that was generated:

Image Added       Image Added

The erroneous UDR before and after SQL forwarding

If you have selected the option Upon Exception, route entire executed batch instead of single UDR, an errorUDRList UDR is routed instead:

Image Added

The errorUDRList UDR


Scroll pagebreak