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

    User denied permission for function Staff Privileges" after changing $pw_librar

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

    Description:
    On R 18 after the upgrade, my ID will not let me into the staff privileges function of the GUI. In R 16, my logon has full rights including those associated with staff privileges when I logon to the GUI and click on staff privileges, I get a "Remote Service Error (c0603 filter 3) message saying "User denied permission for function Staff Privileges (Paswords)(PASSWORD)/User list - Display(USER-LIST)"

    In v16 the $pw_library is USR00; in v18 we have changed it to VCC00.

    How do we fix it so I can get into this function?

    Resolution:
    First, make sure that the following setenv's in aleph_start are set to the correct library (vcc00): pw_library, usr_library, z105_library.

    Run p_file_03 to back up the vcc00 z67.

    Finally, do the following SQL to change the z67_library from USR00 to VCC00:

    > update z67 set z67_library = 'VCC00' where z67_library = 'USR00';

    > update z67 set z67_sub_library = 'VCC00' where z67_sub_library = 'USR00' and z67_library = 'VCC00';

    This corrected the problem.

    (Note: the z67 can be restored from the ./vcc00/files/z67.seqaa, if necessary.)


    • Article last edited: 10/8/2013