Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-22
Cause. The enumeration definition specified for a bit field has a value or values that
do not fit in the bit field.
Effect. The DDL compiler rejects the object that includes the bit field.
Recovery. Do one of the following:
Change the values in the enumeration definition to fit the specified number of bits.
Specify enough bits to contain the largest value in the enumeration definition.
Specify an enumeration definition whose values fit in the bit field.
Omit the ENUM clause from the type specification; then recompile the object that
contains the bit field.
Cause. The DDL compiler encountered an error while trying to abort a transaction in
an audited dictionary. Transactions are aborted when a change to the dictionary is
begun but cannot be completed.
Effect. The DDL compiler closes the dictionary and source code files and stops
processing.
Recovery. Your dictionary might be corrupt; consult your system manager.
Cause. The DDL compiler encountered an error while trying to begin a transaction in
an audited dictionary. A transaction begins when the dictionary files must be updated.
Effect. The DDL compiler closes the dictionary and source code files and stops
processing.
Recovery. If the problem persists, consult your system manager.
Cause. The DDL compiler encountered a file error while trying to end a transaction in
an audited dictionary. A transaction ends when all related files are updated.
Effect. The DDL compiler closes the dictionary and source code files and stops
processing.
Recovery. If the problem persists, consult your system manager.
***ERROR*** ENUM values out of range for bit field-
field-name
***FATAL ERROR*** Error aborting a transaction
***FATAL ERROR*** Error beginning a transaction
***FATAL ERROR*** Error ending a transaction