FTAM/9000 Reference Manual

32 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE119_INV_ACCS_CONTEXT
CAUSE Invalid access_context parameter for ft_read(); the
specified value is not within the Ft_access_context
enumeration.
ACTION Call ft_read() with a valid access_context.
MESSAGE FTE120_INV_ACTION_RESULT
CAUSE Invalid action_result parameter for ft_abort(),
ft_edata(), ft_cancel(), or ft_rcancel(); the specified
value is not within the Ft_action_result enumeration.
ACTION Call the function with a valid action_result.
MESSAGE FTE121_INV_DIRNAME
CAUSE Invalid dirname parameter for ft_frattributes(),
ft_fcattributes(), or ft_fdelete(); syntax is incorrect.
EXAMPLE: You specified dirname with a negative
number of avas.
ACTION Call the function with a syntactically correct 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.