Child Exceptions Table Reference
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. ADB_JOIN_ID is generated from ADB_TRACKINGID 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. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.