Guardian Procedure Errors and Messages Manual

For a PROCESS_CREATE_, NEWPROCESS, or NEWPROCESSNOWAIT call, use another process
name.
46 (%56) An invalid key was specified; key length passed
to a file creation API exceeds its maximum allowable length; or application
failed to open an alternate-key file.
(device type: 3)
Cause An operation on a structured file specified an invalid key, or the key length passed to a file
creation API exceeds its maximum allowable length. The application might have failed to open an
alternate-key file (see file-system error 4).
Effect The procedure sets the error code and returns without performing the specified operation.
Recovery Corrective action is application dependent. For further information, see the Enscribe
Programmer's Guide.
47 (%57) The alternate key data is not consistent
with primary file data. (device type: 3)
Cause An error was encountered partway through a set of updates to primary and alternate files.
The file system tried to undo what had been accomplished thus far, but it encountered another
error.
Effect The alternate key data is not consistent with the primary data; the file-system sets the error
code and returns.
All further attempts to make the primary and alternate files consistent are abandoned.
Recovery If you are operating under a Transaction Management Facility (TMF) transaction, abort
the transaction.
If you are not operating under a TMF transaction, rebuild the alternate-key files with the FUP
LOADALTFILE command.
48 (%60) Security violation; illegal operation
attempted. (device type: 3)
Cause The specified operation (read, write, execute, or purge) was invalid because of the way
the file was secured or because of an invalid or nonexistent password in an Expand network
environment.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Resecure the file or recode the application; if access is across a network, establish
matching user IDs and remote passwords at both nodes.
49 (%61) Access violation; attempt to use an unexpired
labeled tape for output; or a mismatch between
a DEFINE Use attribute (input or output/extend)
and the current operation (read or write).
(device type: any except 2)
Cause The type of access (read, write, or execute) specified by the calling process was invalid on
the given file for one of the following reasons:
The calling process did not open the file for the type of access attempted.
Another process had the file open in protected or exclusive mode.
32 File-System Errors