MPE/iX Error Messages Manual Vol 2 (32650-90879)

206 Chapter6
Volume II Chapter 5
SVIPC
to reconfigure (increase) the global SVIPC message queue
size configuration value.
214 MESSAGE msgrcv() failed; error processing message
frame list (SVIPCERR 214)
CAUSE An error was encountered while traversing the linked list
of message frames associated with a large (>1K) message;
the link was broken.
ACTION Report the error condition to HP, along with any other
error information from the process error stack (and related
process error stacks).
300 MESSAGE Invalid buf parameter on semctl() call
(SVIPCERR 300)
CAUSE The buf parameter passed to semctl() was invalid or could
not be accessed to perform the specified cmd.
ACTION Check that the buf structure was declared properly and
specified properly on the semctl() call.
301 MESSAGE Insufficient access rights or privilege to
perform requested operation on SVIPC
semaphore. (SVIPCERR 301)
CAUSE A call to semctl() or semop() failed because the calling
process does not have appropriate privilege or access to
the SVIPC semaphore set.
ACTION Ensure that the calling process has appropriate access and
privilege to perform the requested function.
302 MESSAGE semctl() failed; invalid cmd parameter
(SVIPCERR 302)
CAUSE The cmd parameter specified on a semctl() call was
invalid.
ACTION Check that a valid value is being assigned to the cmd
parameter for the semctl() call.
303 MESSAGE The arg parameter passed on a semctl() call
is invalid or cannot be accessed (SVIPCERR
303)
CAUSE An error was encountered when attempting to access the
arg parameter passed on a semctl() call for a GETALL,
SETVAL, or SETALL cmd.
ACTION Ensure that the arg structure was declared properly and
was passed properly on the semctl() call.
304 MESSAGE semop() failed; invalid sembuf parameter
(SVIPCERR 304)
CAUSE The sembuf parameter passed on a semop() call was