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

    imp_current_library fails; it needs me to say 'yes' before proceeding

    • Article Type: General
    • Product: Aleph
    • Product Version: 20, 21, 22, 23

    Description:
    I updated our test region with data from prod this weekend using exp and imp current_library proc's. I had a problem with the command I use for imp. (This is for the ext01 library.)

    dlib ext01
    EXT01> csh -f $aleph_proc/imp_current_library > & $alephe_scratch/ext01_imp.log &

    This failed due to the fact that the proc seems to need me to say 'yes' before proceeding.

    Resolution:
    I extracted the ext01 from Prod using this command:

    dlib ext01
    EXT01> csh -f $aleph_proc/exp_current_library > & $alephe_scratch/ext01_exp.log.js &

    I then ftp-ed the ./ext01/files/ext01.exportSEQ.tar.gz to the Test ./ext01/files/ directory and ran the following command to import it:

    dlib ext01
    EXT01> csh -f $aleph_proc/imp_current_library TAR yes > & $alephe_scratch/ext01_imp.log &

    As you can see from the $alephe_scratch/ext01_imp.log file, this worked.


    • Article last edited: 10/8/2013