ADB7399E module-name The auxiliary table AUX-table-name cannot be processed without its base table base-table-name in the source.

Explanation

The specified auxiliary table cannot be processed in the target without the related base table. The base table cannot be processed, because the source DDL does not include the base table.
module-name
The name of the module.
AUX-table-name
The qualified name of the auxiliary table.
base-table-name
The qualified name of the base table.

System action

Processing stops.

User response

Include the related base table in the source DDL.