Restore the source files of the tools - assure_quick_edd - 25.01

Assure QuickEDD Installation (Manual) Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure QuickEDD
Version
25.01
ft:locale
en-US
Product name
Assure QuickEDD
ft:title
Assure QuickEDD Installation (Manual) Guide
Copyright
2025
First publish date
1997
ft:lastEdition
2025-09-23
ft:lastPublication
2025-09-23T10:16:07.671000
  • Create a SAVF on the IBM i

    CRTSAVF FILE(QGPL/EDHTSRC) TEXT(‘QUICK-EDD/HA – Tools sources’)

  • From your PC, use FTP to transfer the downloaded PC file (EDHTSRC_EN.savf) to the SAVF previously created on the IBM i, QGPL/EDHTSRC.

If you are unfamiliar with FTP, follow these instructions to transfer the file:

  1. Open a Windows command prompt window and enter the following commands:

    ftp aaa.bbb.ccc.ddd

    (aaa.bbb.ccc.ddd being the IP address or the DNS name of your IBM Power i)

  2. Enter your login and your password (use a *SECOFR user profile to have the necessary authorities).
  3. Enter the following commands:

    binary

    put <path of the file on the PC>\EDHTSRC_EN.savf QGPL/EDHTSRC

    quit

    You should see a completion message stating that the file transfer completed successfully.

  4. Restore objects from the save file (SAVF), with a *SECOFR profile.
    RSTOBJ OBJ(*ALL) SAVLIB(EDHTSRC_EN) DEV(*SAVF) SAVF(QGPL/EDHTSRC) RSTLIB(PMEDHTOOLS)
Note: If you previously adapted the sources, you will need to reapply those changes by recompiling the appropriate programs.