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

    Parameter name for the PDS handle case sensitive

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

    Description:
    Problem Description: Parameter name for the PDS handle case sensitive. Example files in /exlibris/aleph/a20_3/pds/html_form/global/load-login* should be corrected.

    Actual Results:
    Using the syntax:
    var url = "http://ram47:13002/pds?func=ping-remote-login&" +
    "calling_system=$0100&"+
    "institute=$0200&"+
    "PDS_HANDLE=$0300&"+
    "url=$0400";
    The generic PDS login page was displayed, not the customer specific login page.

    Expected Results:
    Using the syntax:
    var url = "http://ram47:13002/pds?func=ping-remote-login&" +
    "calling_system=$0100&"+
    "institute=$0200&"+
    "pds_handle=$0300&"+
    "url=$0400";
    The customer specific login page was displayed.

    Resolution:


    • Article last edited: 10/8/2013