TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
522 AppendixA
Error Messages
Schema Processor Error Messages
MESSAGE 'ENTRY:' EXPECTED
MEANING Each set defined in the set part of schema must contain ENTRY statement
followed by the data item names of the data items in entry.
ACTION Examine the schema text file to find the error. Edit the text file, and run
the Schema Processor again.
MESSAGE ENTRY LENGTH SHOULD BE LESS THAN 2048
MEANING Entry length exceeds 2047 halfwords.
ACTION Examine the schema text file to find the error. Edit the text file, and run
the Schema Processor again.
MESSAGE ENTRY TOO BIG
MEANING The number and size of the data items defined for an entry makes an entry
too big for maximum block size. The block size is specified by the
$CONTROL or BLOCKMAX= command, or by default.
ACTION Examine the schema text file to find the error. Edit the text file, and run
the Schema Processor again.
MESSAGE ENTRY TOO SMALL
MEANING A detail data set that is not linked to any master data set must have a
data entry length of two or more halfwords. This length is determined by
adding the size in halfwords of each data item defined in the data entry.
ACTION Examine the schema text file to find the error. Edit the text file, and run
the Schema Processor again.
MESSAGE ILLEGAL CHARACTER IN PASSWORD
MEANING The password cannot contain a period, semicolon, slash, or carriage
return.
ACTION Edit and remove.
MESSAGE ILLEGAL ITEM NAME OR TERMINATOR
MEANING The data item name does not conform to naming rules. (Names must start
with a letter and can have up to 16 alphanumeric characters including + −
? / # ∃ & * @ ). Or if in the item part, it is not followed by a comma.
ACTION Examine the schema text file to find the error. Edit the text file, and run
the Schema Processor again.