MPE/iX Error Messages Manual Vol 3 (32650-90880)
18 Chapter1
Error Messages
(Subsystem 169)
file.
CAUSE FOPEN reported an error while trying to open the passed
file name. The file is exclusively opened for writing as a
FIXED, 132-byte, ASCII file with CCTL.
ACTION Ensure that the indicated file does not already exist;
ensure there is free disk space; ensure the caller has file
CREATE/SAVE capabilities.
25007 MESSAGE The file number passed is invalid or
inaccessible.
CAUSE The file number does not correspond to an opened file. The
file number corresponds to STDIN or one of the file
numbers reserved for use by MPE/iX.
ACTION Make sure the file number corresponds to an opened file.
25008 MESSAGE The file has the incorrect record size.
CAUSE The record size is not in the required range (for example,
from 64 to 512 bytes).
ACTION Specify a file that has a valid record size. Remember to
check for file equations that may alter the value specified
in source code.
25009 MESSAGE The file type is binary; it must be ASCII.
CAUSE The file system reported that the file was opened as a
binary file.
ACTION Open the file as an ASCII file. Be sure to check for file
equations with the same name as the file being opened.
25010 MESSAGE Insufficient access rights; write access to
the file is required.
CAUSE The file system reported that the caller did not have write
access to the file. Either the file was not opened for write
access, or the particular caller was not granted write
access to the file.
ACTION Make sure the file was opened for write access. Be sure to
check for file equations with the same name as the file
being opened. You may have to change file and/or
group/account security or "release" the file.
25011 MESSAGE Missing or unknown keyvalue for HPDEBUG
keyword option.
CAUSE An odd number of itemnum/item were passed. Each
itemnum must have a corresponding item.
ACTION Check the calling code to ensure that each itemnum is
paired with an item.
25012 MESSAGE Unknown HPDEBUG keyword option selector.