FTAM/9000 Reference Manual

18 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE013_BAD_AE_LABEL
CAUSE The ae_label was deactivated or not returned from an
ft_aeactivation() request.
ACTION Call the function with a valid, active ae_label returned
from an ft_aeactivation() request.
MESSAGE FTE015_FUNCTIONING_CONNECT
CAUSE You called ft_aedeactivation() when ftam_init had one
or more open connections.
ACTION You have two options. Finish processing on the
connection,
Call ft_rrequest() to release the connection, and call
ft_aedeactivation() to deactivate ftam_init.
Call ft_aereset() to abruptly abort all open
connections and then call ft_aedeactivation() to
deactivate ftam_init
MESSAGE FTE016_LACK_TARGET_INFO
CAUSE Insufficient target address information; either the
called_dir_name or
input_dcb->called_presentation_address parameter is
missing from ft_connect(). You must provide one or
both. EXAMPLE: You called ft_connect() with a NULL
called_dir_name and 0 in the input_dcb-
>called_presentation_address.n_nsaps parameter.
ACTION Call ft_connect() with a valid called_dir_name or
input_dcb->called_presentation_address parameter. If
you provide both,
input_dcb->called_presentation_address has
precedence.