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

198 Chapter6
Volume II Chapter 5
SVIPC
entry with a matching key was found, but another process
removed the resource from the the system before the
cb_lock semaphore for the entry could be obtained.
ACTION Application dependent.
11 MESSAGE The calling process for a SVIPC ctl() call
does not have appropriate privilege or access
to the associated resource (SVIPCERR 11)
CAUSE A SVIPC ctl() was made with a command to alter an
existing SVIPC resource, and the calling process was not
the owner or the creator of the resource or does not have
SM capability.
ACTION Application dependent. Make the ctl() call to alter or
remove the existing resource from a process with a UID
that matches the current owner or creator of the resource,
or from a process that has SM capability.
12 MESSAGE Error accessing the SVIPC KPO pointer
(SVIPCERR 12)
CAUSE An error was encountered when attempting to access the
SVIPC KPO pointer from a get_kpo_pointer call.
ACTION Examine the process error stack to determine the error
encountered by get_kpo_pointer.
13 MESSAGE SVIPC KSO does not exist (SVIPCERR 13)
CAUSE An attempt to access the SVIPC KSO failed; the pointer
returned from get_kso_pointer was nil and the attempt to
create the KSO failed.
ACTION Unexpected error. Examine the process error stack for
possible cause.
14 MESSAGE SVIPC KPO does not exist (SVIPCERR 14)
CAUSE An attempt to access the SVIPC KPO failed; the pointer
returned from get_kpo_pointer was nil and the attempt to
create the KPO failed.
ACTION Unexpected error. Examine the process error stack for
possible cause.
15 MESSAGE Failed to create the SVIPC KPO (SVIPCERR 15)
CAUSE An attempt to create the process local SVIPC KPO failed.
ACTION Examine the process error stack for other relevant error
information to determine the cause of the failure.
16 MESSAGE Failed to create the SVIPC KSO or other
global data (SVIPCERR 16)
CAUSE An attempt to create the SVIPC KSO or related global
data structure failed.