FTAM/9000 Reference Manual

26 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE044_INV_CALLED_AE_T_OPT
CAUSE Invalid called_ae_title_option parameter; syntax is
incorrect; the specified value is not within the
Ae_title_option enumeration.
ACTION Call ft_connect() with a syntactically correct
called_ae_title_option.
MESSAGE FTE045_INV_CALLED_AE_TITLE
CAUSE Invalid called_ae_title parameter; syntax is incorrect.
EXAMPLE: You called ft_connect() and specified
User_object_id_option as the called_ae_title_option.
You then passed an invalid struct Object_id as the
ae_object_id.
ACTION Call ft_connect() with a syntactically correct
my_ae_title.
If the ae_title is a directory distinguished name (i.e.,
you supplied ae_dir_dn), the n field in struct Dir_dn
or struct Dir_rdn must be a positive value. If you
provide an attr_id and attr_value in struct Dir_ava,
each field must have a length greater than zero and
the pointer set to a non-NULL value.
If the ae_title is an object ID (i.e., you supplied
ae_object_id), the length must be greater than zero
and the pointer must be a non-NULL value.
MESSAGE FTE090_INV_DYNAMIC_MEM_PTR
CAUSE You passed a pointer to ft_fdmemory() that was not
allocated by ft_gperror().
ACTION Only pass pointers allocated by ft_gperror() to
ft_fdmemory().