Event Dictionary Loading

When the manager is created the event dictionaries are loaded in three phases:

  1. Dictionary files are loaded from the component directories and from .../conf/eventdictionary/dictionary/

  2. Enrichment files are loaded from the component directories and from .../conf/eventdictionary/enrichment/

  3. Filter files are loaded from the component directories and from .../conf/eventdictionary/enrichment/

If an error is encountered in phase 1 then the loading is halted. After correcting the error, the loading must be repeated.

If an error is encountered in phase 2 then phase 2 will be halted and phase 3 started. Once corrected, only phase 2 needs to be loaded.

An error in phase 3 causes a halt. Once corrected, only phase 3 needs to be loaded.

Note:

Event publishing will work only after all EventDictionary files are loaded without error.