FTAM/9000 Reference Manual

Chapter 1 21
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE027_INVALID_INOUT_DCB
CAUSE You set the inout_dcb parameter address to NULL and
passed this parameter to an FTAM function call.
ACTION You have two options.
Pass a valid, non-NULL pointer to the inout_dcb
pointer.
Call ft_didcb() to set the inout_dcb, passing an
additional_size large enough to hold all possible
inout_dcb data. Pass the address of the pointer
returned by ft_didcb() to the FTAM function.
MESSAGE FTE028_NO_MIN_OUT_SPACE
CAUSE You did not provide the minimum, required inout_dcb
space. The inout_dcb->size must be large enough to
return the size and result structure (12 bytes).
ACTION You have two options.
Call the function with the address of a NULL
inout_dcb buffer, indicating the interface should
dynamically initialize the DCB.
Call the function with a larger inout_dcb buffer (at
least 12 bytes).
MESSAGE FTE029_AABORT_IND_RCVD
CAUSE A user abort indication arrived before the responder
confirmed ft_connect().
ACTION Refer to the OSI Troubleshooting Guide.