HP e3000 MPE/iX Release 7.0 System Software Maintenance Manual (30216-90317)
448 AppendixH
Error Messages and Warnings
Stage/iX Messages (STAGEMAN)
parameter does not exist.
Action Check your spelling on the indirect file name.
1081 Message Unable to open indirect file “name”. (STAGEMAN 1081)
Cause The ;EXCEPT parameter was used on a DUPLICATE
command, and STAGEMAN received a file system error
from an HPFOPEN intrinsic call to open the indirect file.
Action Determine why the HPFOPEN intrinsic call failed, correct
the problem, and re-execute the command.
1082 Message Unable to obtain information about indirect file “name”
(STAGEMAN 1082)
Cause The ;EXCEPT parameter was used on a DUPLICATE
command, and STAGEMAN received a file system error
from an FFILEINFO intrinsic call for indirect file.
Action Determine why the FFILEINFO intrinsic call failed.
Contact your Hewlett-Packard Response Center for
assistance if necessary.
1083 Message Record size for indirect file “name” exceeds max ()
(STAGEMAN 1083)
Cause The ;EXCEPT parameter was used on a DUPLICATE
command, however the record size of the indirect file
specified exceeds the limit of 256 bytes.
Action Use an indirect file that has a record size of <= 256 bytes.
1084 Message File “name” has a disposition of DELETE, but a version of
the file exists in the staging area. (STAGEMAN 1084)
Cause The file was staged with a disposition of DELETE
(meaning the file should be deleted from its natural
location when the staging area is activated), but a version
of the file exists in the staging area.
Action Purge the file from the staging area's directory
(/SYS/hpstage/stage_name/). If the file should not have a
disposition of DELETE, then re-stage the file (do an
Expert Mode HELP on STAGEFILE for more information)
with a different disposition.
1085 Message Duplicate failed. Deleted incomplete staging area “name”.
(STAGEMAN 1085)
Cause A DUPLICATE operation failed, and to remove the
possibility of leaving behind a corrupt target (TO) staging
area, the target staging area was deleted. This error
normally prints after an initial DUPLICATE error is
printed, and is therefore issued for information purposes
only.
Action Reference the DUPLICATE error that immediately