FTAM/9000 Reference Manual

Chapter 3 73
Diagnostic error_ids
inout_dcb->diagnostic->error_id
3004 MESSAGE F_NON_EXISTENT_FILE
CAUSE The shadow file for the filename specified on
ft_select() does not exist.
ACTION Remove the existing FTAM data file and recreate it
using FTAM functions; doing so recreates the
shadow file.
3005 MESSAGE F_FILE_ALREADY_EXISTS
CAUSE You called ft_create() with file_status set to
FT_NEW, and a file by that same name already
exists in the filestore.
ACTION Call ft_create() with a different filename.
3007 MESSAGE F_CANNOT_DELETE_FILE
CAUSE On an ft_select(), ft_create(), or ft_fopen() function,
you selected a file without setting the
FT_FA_DELETE_FILE bit in the requested_access
field.
ACTION Set FT_FA_DELETE_FILE to ON (1) and call the
function again.