OSI/FTAM Programming Reference Manual

NonStop FTAM Initiator Error Messages
HP NonStop OSI/FTAM Programming Reference Manual528611-001
B-24
FTAM Initiator Error Codes
-6004
Cause. You called the FTM_READ_ATTRIB_REQ_, FTM_CHANGE_ATTRIB_REQ_
or FTM_DELETE_REQ_ when requested-access on the FTM_SELECT_REQ_ or
FTM_CREATE_REQ_ procedure call did not include the read-attribute, change-
attribute, or delete-file action, respectively.
Subcodes. For the required access, see Table B-9 on page B-23. Only the subcode of
the file access first detected as missing is displayed.
Effect. The initiator rejects your request.
Recovery. Request only valid services or back out of the select regime and reissue
either the FTM_SELECT_REQ_ or FTM_CREATE_REQ_ procedure specifying the
proper requested access.
-6005
Cause. On the FTM_OPEN_REQ_ or FTM_FILE_OPEN_REQ_ procedure, you
specified a processing mode that was inconsistent with the requested access specified
when the file was selected.
Subcodes. See Table B-10 to determine which processing mode was inconsistent.
Effect. The initiator rejects your request.
Recovery. Reissue the open request with a processing mode that is consistent with
the requested access specified when the file was selected, or reselect the file to
provide the requested access needed to be consistent with the desired processing
mode. Compare the values of the fields of the ZFTM-DDL-PROC-MODE data structure
used in the open request with the values of the fields of the ZFTM-DDL-REQUESTED-
ACCESS data structure used in the select request. These data structures are
described in Appendix A, DDL Definitions.
ZFTM-ERR-ACCESS-NOT-AVAIL
ZFTM-ERR-PROC-MODE-INCNSTNT
Table B-10. Processing-Mode Subcodes
Constant
(ZFTM-ERR-PROC-MODE-) Value Meaning
READ -1 Read processing mode
INSERT -2 Insert processing mode
REPLACE -3 Replace processing mode
EXTEND -4 Extend processing mode
ERASE -5 Erase processing mode