FTAM/9000 Reference Manual

Chapter 1 45
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE182_INV_DE_PRIMITIVE
CAUSE Invalid data_unit->data.data_element->primitive for
ft_sdata(); octet_string syntax is incorrect. EXAMPLE:
You specified FT_DE_OCTET_STRING as the
data_unit->data.data_element-> prim_type and then
specified an invalid octet_string.
ACTION Call ft_sdata() with a valid
data_unit->data.data_element-> primitive. The
octet_string is invalid if the length field is greater than
zero and the pointer is NULL or if the length is greater
than 65535.
MESSAGE FTE183_INV_READ_PASSWD
CAUSE Invalid read password; 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 FTE184_INV_INSERT_PASSWD
CAUSE Invalid insert password; 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 FTE185_INV_REPLACE_PASSWD
CAUSE Invalid replace password; syntax is incorrect.
ACTION Call the function with a valid Ft_single_file_pw. A
password is invalid if the length is greater than zero
and the pointer non- NULL or if the length is greater
than 65535.