MPE/iX Error Messages Manual Vol 3 (32650-90880)
Chapter 5 199
Error Messages V iii C 4
Table Management
CAUSE The desired entry number is either less than zero or
greater than the number of entries now in the body.
ACTION Correct the parameter.
79 MESSAGE Space management WRITE disk error.
CAUSE sm_write returned an error to post_table.
ACTION Take a system dump.
80 MESSAGE Posting requires a single object.
CAUSE An attempt was made to create a table with posting
requested, but not with a single object.
ACTION Correct the parameter.
81 MESSAGE There are no allocated entries.
CAUSE Call to entry_allocated with wrong entry number, or call to
get_next_allocated_entry with a bad start number, or call
to get_next_allocated_entry and entry not found.
ACTION Take a system dump.
82 MESSAGE The allocated entry list does not exist.
CAUSE Call to entry_allocated, but tbl_allocated_list not in
header options.
ACTION Correct the parameter.
83 MESSAGE The variable table can not have an allocated
list.
CAUSE There are bad table creation parameters.
ACTION Correct the parameter.
84 MESSAGE Can not lock the table semaphore.
CAUSE An attempt was made to lock the table semaphore while
on the Interrupt Control Stack (ICS), or the cb_lock
procedure failed, or the wait failed if tbl_dont_lock was
used in the header options.
ACTION Take a system dump.
85 MESSAGE Can not mix the allocated list and the
variable table.
CAUSE There are bad table creation parameters.
ACTION Correct the parameters.
86 MESSAGE Posting requires a permanent object.
CAUSE An attempt was made to create a table with the
tbl_post_object procedure without also using the
tbl_permanent_object procedure.