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

    User WWW-X denied permission for function 'WWW-X/MAIN' in library XXX00.

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

    Problem Symptoms:
    After an unsuccessful run of ./upgrade_express_2001_2101/util/impdp_on_two_task.csh to import Oracle data on the database server (which was cancelled while processing the first library, XXX00, the $usr_library), there's a problem with the x-server authentification requests.

    This request:
    http://aleph-app.uxxx.eduX?op=bor-auth&library=XXX50&bor_id=A7361685&verification=b99b3024acbc2444acdc2464acfc2484ac1c24a4

    gets the following error:
    "User WWW-X denied permission for function 'WWW-X/MAIN' in library XXX00."
    (and "Error in Verification" with library=XXX50).

    Cause:
    The rights of db users were lost (on the database server).

    Resolution:
    The rights of db users needed to be regranted.

    Additional Information

    The url was working with the adm library (xxx50), and with the actual password instead of z308_verification value :
    http://aleph-app.uxxx.eduX?op=bor-auth&library=XXX50&bor_id=A7361685&verification=1234

    The following showed that there was no permission for user WWW-X for function WWW-X, subfunction MAIN, in XXX00:

    SQL> select Z67_LIBRARY, Z67_PERMISSION_FLAG from z67 where Z67_FUNC = 'WWW-X' and Z67_SUB_FUNC = 'MAIN' and Z67_REC_KEY like 'WWW-X%';

    Z67_L Z
    ----- -
    XXX50 Y
    XXX01 Y


    • Article last edited: 12/9/2013