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

Chapter 6 205
Volume II Chapter 5
SVIPC
208 MESSAGE msgsnd() failed; negative mtype specified
(SVIPCERR 208)
CAUSE The mtype value in the msgp structure was negative. This
is invalid on a msgsnd() call (the mtype must be >=0).
ACTION Ensure that a nonnegative mtype value is specified in the
msgp structure on a msgsnd() call.
209 MESSAGE msgrcv() failed; no message of appropriate
type was found and IPC_NOWAIT was specified
(SVIPCERR 209)
CAUSE There were no messages of the type requested on the
msgrcv() call queued to the message queue. The
IPC_NOWAIT option was specified, so instead of queueing
the process, an error is returned.
ACTION Application dependent.
210 MESSAGE msgsnd() failed; not enough room on the
message queue for the message and IPC_NOWAIT
was specified (SVIPCERR 210)
CAUSE The message could not be sent because the configured
maximum for bytes queued to a message queue would be
exceeded.IPC_NOWAIT was specified so instead of
queueing the process, an error is returned.
ACTION Application dependent.
211 MESSAGE msgsnd() failed; message frame allocation
error (SVIPCERR 211)
CAUSE An error occurred when attempting to allocate frames
from the global SVIPC message frame pool.
ACTION Examine the process error stack to determine the cause of
the frame allocation error.
212 MESSAGE Error occurred in SVIPC message frame
deallocation (SVIPCERR 212)
CAUSE An error occurred when attempting to deallocate message
frames from a message queue and return them to the
global SVIPC message frame pool.
ACTION Examine the process error stack to determine the cause of
the frame allocation error.
213 MESSAGE Insufficient privilege to increase message
queue size (SVIPCERR 213)
CAUSE The calling process attempted to increase the message
queue size in a msgctl() call, but does not have SM
capability.
ACTION Ensure that the calling process has appropriate capability