FTAM/9000 Reference Manual

Chapter 1 19
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE017_CONTEXT_NAME_MISSING
CAUSE The context_name is missing. EXAMPLE: You called
ft_connect() with a 0 (zero) in the
input_dcb->context_name.length field.
ACTION Call the function with the following FTAM
context_name: 1 0 8571 1 1.
MESSAGE FTE018_CALLED_DIR_NAME_NO_ADDR
CAUSE On ft_connect(), the called_dir_name for the FTAM
responder has no associated presentation address.
Either called_dir_name is not configured on your
network, or you incorrectly typed the name.
ACTION Call ft_connect() with a configured called_dir_name
that identifies the FTAM responder to which you are
trying to connect.
MESSAGE FTE019_CONNECT_EXHAUSTED
CAUSE You reached the maximum number of allowable
connections between ftam_init and the responder.
ACTION You have three options.
Activate another ftam_init and call ft_connect()
again.
Finish processing on some of the open connections
and re-use those connections.
Finish processing on some of the open connections,
call ft_rrequest() or ft_abort() to release or abort the
connection, and call ft_connect() again.