FTAM/9000 Reference Manual

36 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE136_INV_FILE_STATUS
CAUSE Invalid file_status parameter for ft_create() or
ft_fopen(); the specified value is not within the
Ft_file_status enumeration.
ACTION Call the function with a valid file_status.
MESSAGE FTE137_INV_INITIATOR_ID
CAUSE Invalid init_id or initiator_identity 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.
MESSAGE FTE138_INV_LEGAL_QUAL
CAUSE Invalid legal_qualification 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.
MESSAGE FTE142_INV_PERM_ACTS
CAUSE The bits for the FT_PA_XXX defined constants are not
set correctly in the permitted_actions parameter.
EXAMPLE: You set Bit (1) in the parameter, but only
Bits (5) to (15) are valid.
ACTION Correctly set the FT_PA_XXX bits and call the function
again.