FTAM/9000 Reference Manual

Chapter 1 31
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE114_INV_ACCESS_CNTL
CAUSE Invalid bits are set in the action_list field of struct
Ft_access_control_element. EXAMPLE: You set Bit (1)
in the parameter, but only Bits (8) to (15) are valid for
the action_list.
ACTION Correctly set the FT_FA_XXX bits and call the function
again.
MESSAGE FTE115_INV_ACSCTL_ID
CAUSE Invalid identity field of struct
Ft_access_control_element; syntax is incorrect.
ACTION Ensure characters in the parameter are part of the
graphic string character set. These ordinal values are
32 to 126 and 160 to 255. If used within escape
sequences, the values 27, 142, and 143 are also
available.
MESSAGE FTE116_INV_ACSCTL_PASSWDS
CAUSE Invalid password in access_passwords field of struct
Ft_access_control_element; syntax is incorrect.
ACTION Call the function with a valid Ft_single_file_pw. A
password is invalid if the length field is greater than
zero and the pointer is NULL or if the length is greater
than 65535.
MESSAGE FTE118_INV_ACCOUNT
CAUSE Invalid account parameter; syntax is incorrect.
ACTION Ensure characters in the parameter are part of the
graphic string character set. These ordinal values are
32 to 126 and 160 to 255. If used within escape
sequences, the values 27, 142, and 143 are also
available.