DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -47
DDL Error and Warning Messages
Cause. A dictionary was updated incorrectly.
Effect. DDL rejects the object.
Recovery. Rebuild the dictionary.
Cause. An object you attempted to create or delete is referenced by another object.
Effect. DDL does not create or delete the object.
Recovery. Delete the referring object before creating or deleting the specified object.
You can use the SHOW USE OF statement to determine which objects use the
specified object and the OUTPUT UPDATE statement to perform the deletion.
Cause. The object you attempted to create has the same name as an object that is
already in the open dictionary.
Effect. DDL rejects the object.
Recovery. Give the object a different name and recompile.
Cause. An object specified in a statement or command or referenced by another
object is not in the open dictionary.
Effect. DDL does not execute the statement or command, or DDL rejects the referring
object.
Recovery. Define the missing object and reissue the command or statement, or
recompile the referring object.
Cause. The
next-obj
number in DICTDDF exceeds the unsigned 32-bit range. The
dictionary is full and no more objects can be added.
Effect.
D
DL closes the dictionary and output files and stops processing.
Recovery. Delete some objects from the dictionary and recompile.
***ERROR*** Object element invalid- Dictionary is corrupt
***ERROR*** Object is used by some other object(s)-
object-name
***ERROR*** Object name already exists in dictionary
***ERROR*** Object not in dictionary- object-name
***FATAL ERROR*** Object number exceeded maximum value in DDF
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...