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

    p_print_03: "F10: File name must exist "

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

    Description:
    In v 15 we were successfully running p_ret_01 and p_print_03 in the job_list for PLN60.
    This process was used to create a new titles list for the libraries.

    We have successfully run the programs using the GUI Services in PLN60. However, when we reactivated the jobs in the job_list, p_print_03 failed. The error message is
    Param Errors Found:
    F10: File name must exist.
    Param Initialization Failure, Exiting !!!

    The file created from the pln60_p_ret_01 is in the alephe_scratch directory as is defined in the HELP for p_print_03 in the GUI. I tried to add the full path to the job_list and this failed.

    What do I do?

    Resolution:
    These setenv's (from the job log) show that the parameters are incorrect. The file_out value of "new_titles_daily" is in the p_file_format position:

    setenv p_active_library "PLN60"
    setenv p_file_in "/exlibris/aleph/u17_1/alephe/scratch/new_holdings_daily"
    setenv p_buf_code_1 "ENG"
    setenv p_buf_code_2 "008"
    setenv p_buf_code_3 "LKR"
    setenv p_buf_code_4 "852#"
    setenv p_buf_code_5 ""
    setenv p_buf_code_6 ""
    setenv p_buf_code_7 ""
    setenv p_buf_code_8 ""
    setenv p_file_out ""
    setenv p_file_format "new_titles_daily"
    setenv p_fix_routine "A"
    ...

    You have:
    PLN60,/exlibris/aleph/u17_1/alephe/scratch/new_holdings_daily,ENG,008,LKR,852#,,,,,,new_titles_daily,A,,,N,

    You need to remove one of the commas between the 852# and "new_titles_daily".

    Additional Information

    p_ret_01, p_print_03, job_list


    • Article last edited: 10/8/2013