Diagnosing Connect CDC SQData Parser Problems |
Scroll |
An Apply Engine script must be successfully parsed with the Parser before executing the Apply Engine.
A few points to consider regarding the Parser are listed below.
•All target fields must be mapped in order to create output data. A return code of 4 indicates that at least one (1) target field was not mapped.
•A return code of 0 does not necessarily mean that the target fields are mapped for all source fields. Given the scenario that more than one (1) input datastore record types are mapped to the same target fields. It is possible to miss a target mapping for a source record type. The Parser completes with a return code of 0, since all of the target fields were mapped, just not for all of the source records that you are processing.
•A return code of 8 or higher indicates that the Apply Engine script did not parse correctly. Check the messages issued at the end of the Parser Report to determine the cause of the error.
•The Parser Report should be used to determine that the source fields are mapped to the appropriate target fields.