Validation Errors in the Target Report Section of the Audit Log
The Message section of the Target Report documents the validation errors generated by the engine for each card. This functionality enables users to conveniently review the validation errors after executing the map. It is essential to clarify that the recording of these error messages in the audit log does not require the enabling of engine trace.
To enable the audit option that reports the validation errors, in the Map audit settings set the to Always, OnError or OnErrorOrWarning.
The number of error messages can be regulated through a setting in the config.yaml configuration file:
runtime:
validationErrors:
maximumCount: 20
The default value for this parameter is set at 20. If you wish to deactivate validation error reporting, simply set this configuration parameter to zero.
<Message>One or more outputs was invalid</Message>
<CommandLine>C:\maps\validationerrors\choicegroups\fix_tag.mmc</CommandLine>
<TargetReport card="1" adapter="File" bytes="1" adapterreturn="0">
<Message>
Data written successfully
Data at offset 0 of size 1 [int_number Root] failed COMPONENT RULE test for number (Component 1 of [file Root])
</Message>
<Settings>C:\tmp\out1.txt</Settings>
<TimeStamp>2025-05-15T16:07:13Z</TimeStamp>
</TargetReport>