FTAM/9000 Reference Manual

Chapter 1 25
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE042_INV_MY_AE_TITLE
CAUSE Invalid my_ae_title parameter on ft_aeactivation();
syntax is incorrect. EXAMPLE: You called
ft_aeactivation() and specified User_object_id_ option
as the my_ae_title_option. You then passed in an
invalid struct Object_id as the ae_object_id.
ACTION Call ft_aeactivation() 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 FTE043_INV_CALLED_DIR_NAME
CAUSE Invalid called_dir_name parameter on ft_connect();
syntax is incorrect. EXAMPLE: You specified
called_dir_name with a negative number of avas.
ACTION Call ft_connect() with a syntactically correct
called_dir_name. 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 you do not provide these
fields, the length must be zero.