TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)

Appendix A 523
Error Messages
Schema Processor Error Messages
MESSAGE ILLEGAL USER CLASS NUMBER
MEANING User class number defined in schema password part is not an integer
between 1 and 63.
ACTION Examine the schema text file to find the error. Edit the text file, and run
the Schema Processor again.
MESSAGE INCREMENT NUMBER TOO LARGE
MEANING The increment number of entries, or the entries calculated from the
percent, exceeded maximum capacity minus initial capacity.
ACTION Change the increment amount to a smaller number.
MESSAGE INCREMENT PARAMETER IGNORED (INITCAP = MAXCAP)
MEANING The increment parameter is not used, since initial capacity is equal to
maximum capacity and expansion is not on.
ACTION Warning only; delete the increment parameter.
MESSAGE INCREMENT PARAMETER NOT ALLOWED
MEANING The increment capacity parameter can only be defined if the initial
capacity parameter is also defined.
ACTION Either specify a number for initial capacity along with the increment, or do
not specify the increment parameter. Defining initial capacity and
increment option means allowing dynamic expansion for the data set.
MESSAGE INITIAL CAPACITY = MAXIMUM CAPACITY, NO EXPANSION
MEANING The initial capacity is equal to the maximum capacity, no dynamic
expansion for the data set.
ACTION Warning only.
MESSAGE INITIAL CAPACITY EXCEEDS MAXIMUM CAPACITY
MEANING The initial capacity defined is greater than maximum capacity.
ACTION Either change the maximum capacity or the initial capacity. Initial
capacity must be less than or equal to the maximum capacity.
MESSAGE ITEM LENGTH NOT INTEGRAL WORDS
MEANING Item length is not in an even number of bytes.
ACTION Examine the schema text file to find the error. Edit the text file, and run