OSI/FTAM Programming Reference Manual

NonStop FTAM Initiator Error Messages
HP NonStop OSI/FTAM Programming Reference Manual528611-001
B-28
FTAM Initiator Error Codes
-6012
Cause. You have not negotiated the correct service class to perform the current task.
This error message can be returned when you attempt to perform:
A task within a grouped request that is not supported by the negotiated service
class
An erase or locate action in a service class other than the file-access service class
A read or write action in the management service class
Subcodes. See Table B-13 to determine the incorrect negotiated service class.
Effect. The initiator rejects your request.
Recovery. If you selected the wrong group, refer to the OSI/FTAM Programming
Guide for group and service class pairings. If you attempted an erase or locate without
having negotiated the file-access service class, either reinitialize the association
negotiating the file-access service class on the FTM_INITIALIZE_REQ_ call, or
perform a function allowed in the current service class. If you attempted a read or write
in the management class, either negotiate a different service class or perform a
function allowed in the management class.
-6017
Cause. The application is using a version of the FTM procedure module that is
inconsistent with the FTAM initiator process interface version.
Subcodes. None.
Effect. The program cannot run.
Recovery. This is an internal error and is unlikely to occur. If it does occur, install the
current FTAM software version, rerun the program using the current software, and retry
the operation in progress when this error occurred. If the problem persists, follow the
ZFTM-ERR-SERV-NOT-NEGOTIATED
Table B-13. Service-Class Subcodes
Constant
(ZFTM-ERR-SERVICE-) Value Meaning
MGMT -1 File-management service class
TRANSFER -2 File-transfer service class
XFER-MGMT -3 File-transfer-and-management service class
ACCESS -4 File-access service class
ZFTM-ERR-INVALID-IF-VERSION