Upgrading Address Toolkit for i
Note:
- ### is the simple version number of the target/new version level (example: 110 for v1.1.0)
- Unzip the downloaded file to C:\temp (or the directory of your choice).
- Create the *SAVF to upload to on your IBM i:
CRTSAVF FILE(QGPL/ATI###) AUT(*ALL)
- FTP the file ATI.SAVF from your PC to the IBM i. Open a command prompt (Start → Run → enter 'cmd' and hit enter). Type the following into the command prompt, replacing the IP address with that of your IBM i. When prompted, enter your IBM i username and password.
ftp 123.456.789.123
binary
lcd c:\temp
quote site namefmt 0
cd QGPL
put ATI.savf ATI###.savf
quit
- Perform a full backup of your ATI library.
- Execute the following IBM i command to upgrade the ATI library (this is all one command):
RSTOBJ OBJ(*ALL) SAVLIB(ATI) MBROPT(*ALL) ALWOBJDIF(*FILELVL *OWNER) OMITOBJ((LICP) (ATICFGENV) (ATICFGKEY) (ATIUNQ)) RSTLIB(ATI) DEV(*SAVF) SAVF(QGPL/ATI###)
After running the
RSTOBJ
command, useDSPJOBLOG
and press F10 to view the results of theRSTOBJ
. Make a note of any objects that failed to restore, and either delete or rename the corresponding objects from the ATI library.Once you have renamed or deleted any conflicting objects, run the
RSTOBJ
command again and confirm that there are no further errors. - Execute the following IBM i command to restore updates to necessary files in the IFS (this is all one command):
RST DEV('/QSYS.LIB/ATI.LIB/IFS.FILE') OBJ(('/ktprod/ATI' *INCLUDE '/ktprod/ATI')) CRTPRNDIR(*YES) PRNDIROWN(QSYS) ALWOBJDIF(*ALL)