Versions Compared

Key

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

...

UDRs may be sent to ECS without any Error Code or MIM values associated with it. However, this will make browsing in the ECS Inspector more difficult, and no auto-assignment to reprocessing groups using the Error Code is possible.

Anchor
ECSInspector
ECSInspector
ECS Inspector

Error Codes can be associated with reprocessing groups via the ECS Inspector dialog (accessed from the Edit menu, selecting Reprocessing Groups...). Then all UDRs with an Error Code will be automatically assigned to the respective reprocessing group. Otherwise, the UDRs will have to be assigned manually in order to be available for collection.

...

Add ECS Error Code dialog - where a reprocessing group can be selected

Analysis Agent

The Analysis agent is used for validation and routing of the UDRs, and association to a valid (existing) Error Code. The following example appends an Error Code and an Error Case to the UDR prior to sending it on to the ECS forwarding agent.


 

Info
titleExample - appending an error code and an error case to the UDR prior to sending


Code Block
languagetext
themeEclipse
udrAddError( input, "AreaCode_ERROR", 
            "Complete anumber: " + input.anum);
udrRoute( input, "error" );


ECS Forwarding Agent

In the ECS forwarding agent, the MIM values you want to associate with the UDR are appended. This is optional, however, it makes it easier to search for data and get additional information about the UDR from the ECS Inspector.

The ECS forwarding agent

 


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: