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

    Can't open /program/pds_tab_params for input

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

    Problem Symptoms:
    When trying to test PDS via $aleph_proc/pds_check the following error message is displayed "Can't open /program/pds_tab_params for input".

    Cause:
    file /aleph/pds/program/PDSDEfinitions is not correctly defined

    Resolution:
    * replace all variables in /aleph/pds/program/PDSDefinitions containing @ sign with the correct value

    e.g.
    our ($logdir_directory) = "@_LOG_DIR";

    with
    our ($logdir_directory) = "/exlibris/aleph/a20_1/log";

    * rerun $aleph_proc/pds_check for testing


    • Article last edited: 10/8/2013
    • Was this article helpful?