MPE/iX Error Messages Manual Vol 2 (32650-90879)
Chapter 6 197
Volume II Chapter 5
SVIPC
call which is inconsistent (not a subset of and not equal to)
with the mode mask with which the existing resource was
created.
ACTION (Application dependent) Specify a mode mask which
matches or is a subset of the mode mask for the existing
SVIPC resource.
6 MESSAGE Nonexistent key specified on a SVIPC get()
call (SVIPCERR 6)
CAUSE A SVIPC get() call was made without IPC_CREAT
specified, and no existing SVIPC resource entry was found
with the specified key.
ACTION (Application dependent) Make sure the appropriate key
was specified, or if a new resource should be created, make
sure IPC_CREAT is specified in the flags.
7 MESSAGE An invalid id was specified on a SVIPC call
(SVIPCERR 7)
CAUSE The id specified on a SVIPC call was invalid. No entry
exists with that id, or the resource associated with that id
was removed from the system.
ACTION (Application dependent) Make sure that the appropriate id
was specified on the SVIPC call. Verify that the associated
resource still exists on the system.
8 MESSAGE A key value of IPC_PRIVATE cannot be
specified on a ipcrm command (SVIPCERR 8)
CAUSE An ipcrm command was issued with a key parameter, but
the key was IPC_PRIVATE. Only global keys or a valid id
may be specified with ipcrm.
ACTION If the resource was created with the IPC_PRIVATE key,
then the id must be specified on the ipcrm command.
Otherwise, the correct global key value (or id) must be
specified.
9 MESSAGE The SVIPC resource associated with id is
pending removal and cannot be accessed
(SVIPCERR )
CAUSE A SVIPC call was made with an id whose associated
resource is in the process of being removed from the
system (due to a previous remove command). The resource
cannot be accessed.
ACTION Application dependent.
10 MESSAGE The SVIPC resource associated with key has
been removed from the system (SVIPCERR 10)
CAUSE During processing of a SVIPC get() request, a resource