HP Guardian Errors Manual page 199

Procedure errors and messages manual
Table of Contents

Advertisement

Effect The procedure sets the error code and returns without allocating the extended data segment.
Recovery Correct the call to ALLOCATESEGMENT so that the options are correct and in the proper
order.
-5
UNABLE TO ALLOCATE SEGMENT SPACE
Cause ALLOCATESEGMENT could not allocate extended data segment space.
Effect The procedure sets the error code and returns without allocating the extended data segment.
Recovery Retry the operation, or run the application on another processor.
-6
UNABLE TO ALLOCATE SEGMENT PAGE TABLE SPACE
Cause ALLOCATESEGMENT could not allocate any segment page table space. The segment page
table stores one entry for each page allocated in the extended data segment that it is related to.
Effect The procedure sets the error code and returns without allocating the extended data segment.
Recovery Retry the operation, or run the application on another processor.
-7
SECURITY VIOLATION
Cause A security violation occurred when the process tried to share extended data segment space
using ALLOCATESEGMENT.
Effect The procedure sets the error code and returns without allocating the extended data segment.
Recovery Make sure the calling process access ID is one of the following:
The same as that of the process whose PIN is specified in the ALLOCATESEGMENT call
The group manager for the access ID of the other process
The super ID (255,255)
-8
PIN DOES NOT EXIST
Cause The ALLOCATESEGMENT call specified an invalid process identification number (PIN).
Effect The procedure sets the error code and returns without allocating the extended data segment.
Recovery Specify a valid PIN, then retry the operation.
-9
NO SEGMENT ALLOCATED TO PIN
Cause The process specified for segment sharing has not allocated an extended data segment or
the ID does not match the requestor.
Effect The procedure sets the error code and returns without allocating the extended data segment.
Recovery Specify a valid PIN, then retry the operation.
-10
TRYING TO SHARE SEGMENT WITH SELF
Cause The process calling ALLOCATESEGMENT is trying to share an extended data segment with
itself.
Effect The procedure sets the error code and returns without allocating the extended data segment.
Error Codes 199

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents