Errors in a UDS and Database Combination (Magic xpi 4.5)
In a UDS and Database combination, the sequence of the destinations controls the behavior.
-
If the UDS comes before the database and the database returns an error, the record will be inserted into the UDS.
-
If the database comes first:
-
-
If the Error behavior is Exit, the record will not go into the UDS.
-
If the Error behavior is Continue, the record will go into the UDS.
This behavior is only relevant for databases together with UDSs. If, for example, we had a Destination combination of a database and flat file, the record will always go into the flat file even if the sequence is set for the database to be executed first.