FTAM/9000 Reference Manual

76 Chapter 3
Diagnostic error_ids
inout_dcb->diagnostic->error_id
3028 MESSAGE F_REQ_ACC_VIOL_PERM_ACT
CAUSE The bits set for the requested_access FT_FA_XXX
defined constants are not a subset of the bits set for
the permitted_actions FT_PA_XXX defined
constants.
ACTION Correctly set the FT_FA_XXX bits or call the
function with a valid requested_access. The
requested_access must be a subset of the
permitted_actions values on ft_select() or ft_create().
4001 MESSAGE F_ATTRIB_CANNOT_READ
CAUSE You cannot read the file attributes because when
you selected the file, you did not set
requested_access to include
FT_FA_READ_ATTRIBUTE.
ACTION Deselect the file and select it again with the
requested_access set to include
FT_FA_READ_ATTRIBUTE.