MPE/iX Error Messages Manual Vol 3 (32650-90880)

Chapter 2 55
Error Messages Viii C 2
File System Storage Management
110 MESSAGE VSM failed to ALLOCATE a new file descriptor.
CAUSE VSM_ALLOCATE_GU_FD failed. Table may be full.
ACTION Examine the status returned from
VSM_ALLOCATE_GU_FD. Retry program; GU_FD table
entries will be made available dynamically.
200 MESSAGE The GLOBAL FILE POINTER was not initialized.
CAUSE Caller did not set parameter value correctly.
ACTION Recode and recompile user program.
220 MESSAGE Illegal protection request during FILE OPEN.
CAUSE File is currently open and protected by an incompatible
protection scheme.
ACTION Close the file or change access to match the one currently
being used or alter file security.
230 MESSAGE New user requests incompatible access methods
during FILE_OPEN.
CAUSE Another user has opened the file with a different PID
protection mechanism or with incompatible access rights.
ACTION Alter the open method to include compatible access rights
or wait until all other users have closed the file.
250 MESSAGE VSM was unable to MAP requested file to
memory.
CAUSE VSM_MAP_IN_FILE failed. Possible memory contention.
ACTION Examine the status returned from VSM_MAP_IN_FILE.
260 MESSAGE VSM could not remove file from memory.
CAUSE File is currently open with incompatible access methods or
SM_MAP_OUT_FILE returned bad status.
ACTION Examine error stack to find original source of error.
292 MESSAGE The file size exceeds the MAP-IN limit.
CAUSE Size of the file is greater than maximum size of SR6/SR7
space.
ACTION Reduce the file size.
296 MESSAGE MAP-IN failed because of a bad volume ID.
CAUSE VSM_MAP_IN_FILE failed.
ACTION Examine the status returned from VSM_MAP_IN_FILE
and compare the value with the volume ID.
310 MESSAGE STMGT received a READ/WRITE request for an
unopened file.