FTAM/9000 Reference Manual

Chapter 3 79
Diagnostic error_ids
inout_dcb->diagnostic->error_id
5023 MESSAGE F_PROC_MD_INCONSISTENT
CAUSE The bits set for the processing_mode FT_FA_XXX
defined constants are not a subset of the bits set for
the requested_access FT_PA_XXX defined
constants.
ACTION Correctly set the FT_FA_XXX bits or call ft_open()
with a valid processing_mode. The processing_mode
must be a subset of the requested_access values on
ft_select() or ft_create().
5024 MESSAGE F_ACCESS_CNTXT_NOT_AVAIL
CAUSE The access_context is not available. Given a
particular document type, a VFS implementation
may not support certain access_contexts.
EXAMPLE: You tried accessing an FTAM-2 file
with an access_context of HA (Hierarchical All).
ACTION Use an access_context value that is consistent with
the file document type.
5026 MESSAGE F_BAD_WRITE
CAUSE On an ft_write() function, the Ft_fadu_location in
Ft_fadu_identity points to a non-existent FADU;
therefore, you cannot write to the file (FTAM-1,
FTAM-3, and INTAP-1) or FADU (FTAM-2).
ACTION Call ft_sdata() with a valid fadu_identity. For
FTAM-1, FTAM-3, and INTAP-1 document types,
fadu_identity must be FT_FIRST. For FTAM-2
document types, fadu_identity must be FT_BEGIN.