FTAM/9000 Reference Manual

Chapter 1 35
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE132_INV_DEST_INIT_ID
CAUSE Invalid input_dcb->dest_init_id parameter for
ft_fmove() or ft_fcopy(); 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 FTE133_INV_DIAG_STRUCT
CAUSE Invalid struct Ft_diagnostic structure; syntax is
incorrect.
ACTION Call the function with syntactically correct fields
within struct Ft_diagnostic. Ensure you set all
required fields.
The error_source and error_observer must be in the
Ft_entity_ref enumeration.
The diag_type must be in the Ft_diag_type
enumeration.
The further_details characters must be 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 FTE135_INV_FILENAME
CAUSE Invalid filename 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.