Installing UPS 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/UPSTI) AUT(*ALL)
- FTP the file UPSTI.SAVF from your PC to the IBM i. Open a DOS prompt (Start → Run → enter 'cmd' and hit enter). Type the following into the DOS 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 UPSTI.savf UPSTI.savf
quit
- Restore the library from the *SAVF:
RSTLIB SAVLIB(UPSTI) DEV(*SAVF) SAVF(QGPL/UPSTI) RSTLIB(UPSTI)
- Add the library to your library list:
ADDLIBLE UPSTI
- Restore the IFS *SAVF:
RST DEV('/qsys.lib/upsti.lib/ifs.file') OBJ(('/ktprod/upsti' *INCLUDE '/ktprod/upsti')) CRTPRNDIR(*YES)
- Apply your license key:
APYLIC LICKEY(<<insert key that was emailed to you>>) PRODUCT(UPSTI)
- Set up your UPS account and user configurations:
Configuring UPSTI