Versions Compared

Key

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

...

Note
titleNote!

Several Error Codes can be attached to the same UDR. This will affect the ECS Statistics output. For further information, see Error Code Search 9.24.5 ECS Statistics.

 


To create an Error Code, select Error Codes... from the Edit menu. This will display the ECS Error Code dialog.

ECS Error Code dialog

 


Selecting Add will open the Add ECS Error Code dialog. This is where assignments of new Error Codes are made.

ECS Error Code dialog


 

SettingDescription

Error Code

The Error Code that will be attached to UDRs or batches.

Description

A description of the error code.

RP Group

The reprocessing group that the Error Code will be assigned to.

 


A user may send optional information to the ECS from an Analysis or an Aggregation agent, as long as an Error Code has been defined. To this Error Code, any information may be appended using APL. See the example below.


 

Info
titleExample - Error case appended using APL

An Error Case can be appended using APL code.

Code Block
languagetext
themeEclipse
udrAddError( input, "CALL ID ERROR",  
     "The callId: " 
     + input.callId 
     + ", Calling number: " 
     + input.anum
    );

In this example the "CALL ID ERROR" is defined in the ECS Error Code dialog, found in the Edit menu in the ECS Inspector.


Note
titleNote!

To clear the errors for a UDR the udrClearErrors function should be used. For further information, see the example, Reassigning to a Different Reprocessing Group, in 9.24.6.2 ECS Collection Workflow.

 

...



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


Next: