Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    p_acq_03: "TP1 ... Attempt to access a file with incorrect permission"

    • Article Type: General
    • Product: Aleph
    • Product Version: 16.02

    Description:
    Running p_acq_03 yields the following error message:

    I/O error : file 'TP1'
    error code: 3/7 (ANS85), pc=0, call=1, seg=0
    35 Attempt to access a file with incorrect permission

    What file is the service attempting to open? Why can't it "access" it? What, if anything, can we do to correct this?

    Resolution:
    TP1 is a file *output* by p_acq_03. As we can see in the $aleph_proc/p_acq_03, it resides in the $data_scratch as acq_03_1:

    setenv dd_TP1 $data_scratch/acq_03_1

    This is what I saw in xxx50 $data_scratch:

    -rw-rw-r-- 1 root other 201706 Sep 13 14:14 acq_03_1

    The problem is that this file is owned by root.

    I deleted it and reran the job. It ran successfully.

    The xxx50 $data_scratch file which it created is owned by aleph:

    -rw-rw-r-- 1 aleph exlibris 1020 Sep 26 15:50 acq_03_1

    and, as such, is able to be deleted and re-written by subsequent runs of the job.

    Additional Information

    p_acq_03,


    • Article last edited: 10/8/2013