FTAM/9000 Reference Manual

20 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE021_USER_ABORTED_CONN
CAUSE You attempted processing on a connection on which
ft_abort() was requested, but not noted.
ACTION Open another connection and call the function again.
Attempt processing only on active connections.
MESSAGE FTE024_USER_RELEASED_CONN
CAUSE You attempted processing on a connection on which an
ft_rrequest() was successfully completed.
ACTION Call ft_connect() to establish a connection and perform
the appropriate processing. Attempt processing only on
active connections.
MESSAGE FTE025_PROTOCOL_ERROR
CAUSE A function call violated an FTAM protocol in one of the
following ways.
You called a function outside the current regime.
You called an illegal function within a group.
EXAMPLE: You called ft_rdata() after receiving a
data end indication.
ACTION Ensure you are in the correct regime for calling the
function. Call only functions that are allowed within
the group.
MESSAGE FTE026_INVALID_INPUT_DCB
CAUSE Invalid input_dcb; you passed a NULL pointer to a
function with mandatory parameters in the input_dcb.
ACTION You have two options. Set all mandatory input_dcb
parameters and call the function again. Call ft_didcb()
to automatically initialize the input_dcb.