Child Exceptions Table

A child exceptions table contains not only columns in a child table, but also additional columns.

The following table lists the additional columns in a child exceptions table:

Column Name Type Description
ADB_ERROR_TEXT Varchar Text of an error from the database server or another source that caused the exception.
ADB_TRACKINGID Varchar Tracking ID of a message.
ADB_JOIN_ID Varchar Joined column used to link a parent record with its child record. The ADB_JOIN_ID column is generated from the ADB_TRACKINGID column and concatenated with the record number in the group.

The exceptions table of a child table is connected to the exceptions table of a parent table by the ADB_JOIN_ID column.