KB Article #177559
EventRouter - Target Name
Problem
Messages are not filtered as it should according to target.xml definition.
Resolution
In target.xml, Target name must be written in UPPERCASE letters.
As exemple:
<Target name="Sentinel" defaultXntf="yes" defaultXml="yes">
<Condition notify="NotNotifyIf" target="Sentinel" if="[PRODUCTOS]=SYST_MVS">
should be:
<Target name="SENTINEL" defaultXntf="yes" defaultXml="yes">
<Condition notify="NotNotifyIf" target="SENTINEL" if="[PRODUCTOS]=SYST_MVS">