MPE/iX Error Messages Manual Vol 2 (32650-90879)
Chapter 6 201
Volume II Chapter 5
SVIPC
ACTION Verify that an appropriate value is assigned to the cmd
parameter.
104 MESSAGE SVIPC shared memory could not be frozen
(SVIPCERR 104)
CAUSE An error was encountered when attempting to freeze a
SVIPC shared memory region into MPE/iX main memory.
This functionality is not available on initial releases of
SVIPC/iX.
ACTION If SHM_LOCK is supported on this release of MPE/iX,
then examine the process error stack to determine the
cause of the error returned from the MPE/iX freeze
routine.
105 MESSAGE SVIPC shared memory could not be unfrozen
(SVIPCERR 105)
CAUSE An error was encountered when attempting to unfreeze a
SVIPC shared memory region from MPE/iX main memory.
This functionality is not available on initial releases of
SVIPC/iX.
ACTION If SHM_UNLOCK is supported on this release of MPE/iX,
then examine the process error stack to determine the
cause of the error returned from the MPE/iX unfreeze
routine.
106 MESSAGE The SVIPC shared memory region was not found
(SVIPCERR 106)
CAUSE The shmaddr value specifying an attached shared memory
region was invalid.
ACTION Verify that the shmaddr parameter was correct
107 MESSAGE Process does not have access required for
shmat() (SVIPCERR 107)
CAUSE A process wishes to attach to a shared memory region, but
does not have read access to the SVIPC resource.
ACTION Ensure that the calling process has appropriate privilege
and access to the SVIPC resource.
108 MESSAGE Process does not have access required for
shmat() (SVIPCERR 108)
CAUSE A process wishes to attach to a shared memory region, but
does not have write access to the SVIPC resource and
SHM_RDONLY was not specified.
ACTION Make sure SHM_RDONLY is specified in the flags, if
appropriate; otherwise, make sure the calling process has
appropriate privilege and access to the SVIPC resource.
109 MESSAGE SHM_RND is not supported (SVIPCERR 109)