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

    Error connecting to GUI: " Access denied for remote file"; global-90

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

    Description:
    When you try to connect with the GUI to any database on a particular server, you get "Remote error global -90; access denied for remote file".

    When you try to connect to the Admin module to check permissions, you get the same error.

    Resolution:
    Is the "setenv security_path_g" in the alephe/pc_server_defaults (UTIL J-5) specified correctly? Specifically, if the alephe was copied from another server, was this security path changed to be correct for this server?

    Note: What you see in the security path is all the directories users have access to through the pc_server, separated by semicolons.

    If this is occurring in importing tables in trying to start the Cataloging client, then the directory to which you don't have access appears in another window behind the error window with the text "Transfer File, that begins Source Name: /alephnn/u5n_5/xxx01/pc_tab/cat". This directory is one to which you need to have access but don't.

    In another case, the "setenv security_path_g" had:

    setenv security_path_g "$TMPDIR;$FILE_TMPDIR;${ALEPH_MOUNT}/${ALEPH_APP
    _VERSION};${USER_MOUNT}/abc;"

    echo ${USER_MOUNT}/abc

    showed this:

    /aleph/prod//abc

    Note the double slash ("//"). This was because aleph_start had:

    setenv USER_MOUNT /aleph/prod/

    changing this to:

    setenv USER_MOUNT /aleph/prod

    and doing "source aleph_start" corrected the problem.

    Additional Information

    faq


    • Article last edited: 10/8/2013