FTAM/9000 Reference Manual

Chapter 3 75
Diagnostic error_ids
inout_dcb->diagnostic->error_id
3016 MESSAGE F_ACCESS_CTL_INCONSISTENT
CAUSE This diagnostic returns on ft_select(), ft_create(),
and HLCF calls. The cause may be one of the
following reasons.
The bits set in the FT_AC_XXX defined
constants prohibit your requested access to the
file.
The requested_access, conc_access, or
file_passwords values do not match the access
control element corresponding to your initiator
identity.
EXAMPLE: Passwords for ft_select() do not match
those in the Ft_access_control_element
corresponding to the current initiator identity.
ACTION Change the file attributes so that the access control
element corresponding to your initiator identity
allows you to perform the necessary actions
(requested_access, conc_access, file_passwords).
3020 MESSAGE F_CREATE_SLCTD_EXIST_FILE
CAUSE On an ft_create() call, the file already exists and the
file_status is set to FT_OLD.
ACTION Informative message; no action required.
3023 MESSAGE F_CREATE_OVRRD_NOT_POSSIBLE
CAUSE A file exists without a corresponding shadow file,
and the file_status is set to FT_NEW, FT_OLD, or
FT_REPLACE_CONTENTS.
ACTION Either remove the data file and try again or set
file_status to FT_RECREATE.