OSI/FTAM Programming Reference Manual

NonStop FTAM Initiator Error Messages
HP NonStop OSI/FTAM Programming Reference Manual528611-001
B-21
FTAM Initiator Error Codes
-6000
Cause. The FTAM API or the FTAM initiator detected an internal error.
Subcodes. The subcode identifies the general location in the code where the error
was detected. These subcodes are not documented in this manual.
Effect. The initiator rejects your request. Files involved in a data transfer might be left
in an unknown state.
Recovery. Abort the association and call APS_DISCARD_ to discard the association
context. Rerun your application. If the condition persists, reload the FTAM
environment. If the condition still persists, record the error-code, error-subcode,
and service-id returned from APS_STATUS_, trace the initiator, and follow the
standard procedures at your site for contacting the appropriate support personnel.
These procedures might involve contacting your local HP support analyst.
-6001
Cause. You issued a request that was invalid, given the current state of the
association.
Subcodes. For more information about what is out of sequence, see Table B-6.
ZFTM-ERR-INTERNAL
ZFTM-ERR-OUT-OF-SEQUENCE
Table B-6. Out-Of-Sequence Subcodes
Constant
(ZFTM-ERR-OOS-) Value Meaning
STATE-MACHINE 1 Request to FTAM initiator invalid for state of
association (relative to regimes, grouping, and so
on).
GROUP-SEQ 2 FTM_BEGIN_GROUP_REQ_ or
FTM_END_GROUP_REQ_ was called at invalid
place in protocol for grouped requests. This subcode
can be returned if you issue begin-group or end-
group request twice, or issue one of these requests in
middle of data transfer.
BAD-GROUP 3 Invalid group used. See the OSI/FTAM Programming
Guide.
SERVICE-CLASS 4 Nongrouped sequence used after transfer,
management, or transfer-and-management service
class negotiated (only file-access service class allows
you to do ungrouped sequences).