Installing Address Toolkit for i
-
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.123binarylcd c:\tempquote site namefmt 0cd QGPLput ATI.savf ATI.savfquit
-
Restore the library from the *SAVF:
RSTLIB SAVLIB(ATI) DEV(*SAVF) RSTLIB(ATI) SAVF(QGPL/ATI) -
Add the library to your library list:
ADDLIBLE ATI -
Restore the IFS *SAVF:
RST DEV('/qsys.lib/ati.lib/ifs.file') OBJ(('/ktprod/ati' *INCLUDE '/ktprod/ati')) CRTPRNDIR(*YES) PRNDIROWN(QSYS) ALWOBJDIF(*ALL) -
Apply your license key:
APYLIC LICKEY(<<insert key that was emailed to you>>) PRODUCT(ATI) -
Apply your ATI service API key:
Open the ATI/ATICFGKEY file using UPDDTA or a similar database file modification utility, and enter the key into the provided *DEFAULT record, and then save the changes.