DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -20
DDL Error and Warning Messages
Recovery. Change the name and recompile for Enform access. If Enform is not to be
used, recompilation is not necessary.
Cause. The enumeration definition specified for a bit field has a value or values that
do not fit in the bit field.
Effect. DDL 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. DDL 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. DDL closes the dictionary and output files and stops processing.
Recovery. Your dictionary might be corrupt; consult your system manager.
Cause. DDL encountered an error while trying to begin a transaction in an audited
dictionary. A transaction begins when the dictionary files must be updated.
Effect. DDL closes the dictionary and output files and stops processing.
Recovery. If the problem persists, consult your system manager.
Cause. DDL encountered a file error while trying to end a transaction in an audited
dictionary. A transaction ends when all related files are updated.
Effect. DDL closes the dictionary and output 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