MPE/iX Error Messages Manual Vol 2 (32650-90879)
210 Chapter6
Volume II Chapter 5
SVIPC
CAUSE The path name string passed to ftok was invalid or
inaccessible.
ACTION Ensure that the path name string variable is properly
declared and is being passed properly in the ftok() call.
408 MESSAGE ftok() failed; file system error (SVIPCERR
408)
CAUSE The ftok() failed because the flabelinfo intrinsic returned
an error.
ACTION Examine the process error stack to determine the cause of
the failure in flabelinfo.
409 MESSAGE Configuration of SVIPC shared memory failed
(SVIPCERR 409)
CAUSE A setconfig command to alter shared memory
configuration failed because shared memory is currently
in use on the system or the configuration value(s) specified
is invalid or inconsistent.
ACTION Ensure that no SVIPC shared memory regions are
currently allocated on the system before reconfiguring.
Ensure that the configuration value(s) specified is within
acceptable limits and does not conflict with other values.
410 MESSAGE Configuration of SVIPC message queues failed
(SVIPCERR 410)
CAUSE A setconfig command to alter message queue configuration
failed because message queues are currently in use on the
system or the configuration value(s) specified is invalid or
inconsistent.
ACTION Ensure that no SVIPC message queues are currently
allocated on the system before reconfiguring. Ensure that
the configuration value(s) specified is within acceptable
limits and does not conflict with other values.
411 MESSAGE Configuration of SVIPC semaphores failed
(SVIPCERR 411)
CAUSE A setconfig command to alter semaphore configuration
failed because semaphores are currently in use on the
system or the configuration value(s) specified is invalid or
inconsistent.
ACTION Ensure that no SVIPC semaphore sets are currently
allocated on the system before reconfiguring. Ensure that
the configuration value(s) specified is within acceptable
limits and does not conflict with other values.