FTAM/9000 Reference Manual

24 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE040_INV_MY_DIRNAME
CAUSE The my_dir_name structure syntax is incorrect on
ft_aeactivation(). EXAMPLE: You specified
my_dir_name with a negative number of rdns.
ACTION Call ft_aeactivation() with a syntactically correct
my_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.
MESSAGE FTE041_INV_MY_AE_TITLE_OPT
CAUSE Invalid my_ae_title_option parameter for
ft_aeactivation(); the specified value is not within the
Ae_title_option enumeration.
ACTION Call ft_aeactivation() with a syntactically correct
my_ae_title_option.