ECS Forwarding Agent

ECS Forwarding Agent

Error UDRs are forwarded to ECS using the ECS Forwarding agent in a batch workflow. It is recommended to precede this with an Analysis or Aggregation agent to associate an error code and message (the value for Error Case column in ECS Inspector) to the UDR using the udrAddError() APL function.

For structured error tracking, the ECS Forwarding agent also allows MIM values to be associated with the error UDR before transmission to ECS.

Note!

ECS Forwarding agent is designed specifically for error UDR data. Error batch data handling is performed separately through the cancelBatch functionality.

Note!

Aggregation and Duplicate UDR agents have an in-built mechanism to send error UDRs to ECS by routing the UDRs directly to the ECS Forwarding agent when certain error conditions are detected. The system includes two predefined error codes, AGGR_UNMATCHED_UDR and DUPLICATE_UDR, corresponding to the agents for these specific error conditions.

For more information, see Aggregation Agent and Duplicate UDR Agent.