FTAM/9000 Reference Manual

Chapter 1 29
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE102_BUFF_TOO_SMALL
CAUSE The inout_dcb on an ft_rdata() request is not large
enough to hold the output of the call or the
des_requested parameter is greater than 12.
ACTION Exit the Data Transfer regime to the File Open regime.
Call ft_read() and ft_rdata(). Ensure all inout_dcbs are
large enough to hold all possible data or let the
interface allocate the inout_dcb.
MESSAGE FTE104_CONFIRM_NOT_RCVD
CAUSE The responder did not confirm this grouped request; an
error on a previous request in the group was detected,
and the end group confirm was immediately generated.
EXAMPLE: You called the following sequence of
functions: ft_bgroup(), ft_select(), ft_open(), and
ft_egroup(). After these passed across the network, the
responder detected an error on ft_select(). The ft_open()
was not processed, and the ft_egroup() confirm was
sent. This error would return on ft_open().
ACTION The error probably occurred on a previously confirmed
request within the group. Examine the following
inout_dcb fields for previously confirmed requests and
take action
accordingly.result.vendor_codediagnostic->error_iddia
gnostic->further_detailsaction_resultstate_resultEXAM
PLE: Examine the inout_dcb for ft_select() to
determine the cause of the error.