MPE/iX Error Messages Manual Vol 3 (32650-90880)
54 Chapter2
Error Messages Viii C 2
File System Storage Management
ACTION Check the status returned from LM_ALLOC_LABEL and
call your Hewlett-Packard Representative.
20 MESSAGE The new file size is greater than the
available disk space.
CAUSE LM_ADD_EXTENT_DESCRIPTION returned bad status.
ACTION Free some disk space and try again.
30 MESSAGE The new file size is greater than the
available disk space.
CAUSE ALLOCATE_SEC_STORAGE failed or accounting denied
disk request.
ACTION Reduce requested file size or add on more disk space.
40 MESSAGE The PAGE ALLOCATION request for a new file is
negative.
CAUSE Bad parameter value (INIT_ALLOC_PAGE) passed to
SM_CREATE.
ACTION Fix source and recompile if running user code..
50 MESSAGE Initial page request exceeds file size.
CAUSE Bad parameter passed to SM_CREATE.
ACTION Fix source and recompile if running user code.
60 MESSAGE Volume Management refused file open request.
CAUSE VLM_INCR_OPEN_COUNT returned bad status.Possible
security violation.
ACTION Examine the status returned from
VLM_INCR_OPEN_COUNT.
70 MESSAGE Volume Management refused request to close a
file.
CAUSE VLM_DECR_OPEN_COUNTreturnedbadstatus.Storage
management attempted to decrement the file open count
but it was already 0. Possible security violation. Possible
full KSAM file.
ACTION Examine the status returned from
VLM_DECR_OPEN_COUNT. Check for possible security
violations. If you're using a KSAM file, verify that it is not
full. If it is, increase its size and try operation again.
100 MESSAGE Missing FILE LABEL occurred during FILE OPEN.
CAUSE LM_GET_FILE_LABEL_PTR returned bad status.
ACTION Check the status returned from
LM_GET_FILE_LABEL_PTR. If corrupt, call your
Hewlett-Packard Representative.