FTAM/9000 Reference Manual

74 Chapter 3
Diagnostic error_ids
inout_dcb->diagnostic->error_id
3010 MESSAGE F_CONC_CTL_NOT_POSSIBLE
CAUSE You cannot currently access the file for one of the
following reasons
Another application is accessing the file and
enum Ft_file_lock in Ft_concurrency_control is
set such that you cannot concurrently access the
file.
The requested_access and concurrency_control
parameters are not compatible.
EXAMPLES: The requested_access for an action is
not set and you request a concurrency_control other
than FT_NOT_REQUIRED or FT_NO_ACCESS.
Someone has the file selected with the
FT_FA_INSERT action set to FT_EXCLUSIVE and
you request an FT_FA_INSERT action of
FT_SHARED.
ACTION Call the function again after the file is closed by the
other application. If you still cannot access the file,
ensure your concurrency_control parameter is
consistent with your requested_access para-meter.