CoolSpools Version 5 has now been superseded by CoolSpools Spool Converter
The procedure described here relates to the earlier CoolSpools Version 5 and describes how to apply a PTF (fix pack) for CoolSpools V5.
Before you start, it is strongly recommended that you:
WRKOBJLCK CVTSPLV5R1 *LIB
This method uses FTP (File Transfer Protocol) to transfer the PTF file from your PC to your system i. It is assumed that you have stored the zip file which your downloaded from the Internet on your PC and that you have enabled an FTP link between your PC and your system i.
Commands to be run on the system i are shown in
blue
and those to be run on the PC in
green
On your PC, create a directory for the PTF installation, e.g.:
md c:\cvtspl
Save or copy the zip file that you downloaded or received into this directory.
On your PC, unzip the contents of the zip file into the directory you just created using pkunzip, WinZip, Norton UnZip etc.
On your system i, first sign off then sign back on again to ensure that you do to have any CoolSpools objects in your QTEMP library. Then decide which library you wish to use for the PTF install procedure and create a save file in that library. The name of this save file should be Q5CVnnnn, where nnnn is the PTF id, e.g.
crtsavf lib_name/Q5CV0001
where:
lib_name
is the name of the library you chose to use.
On your PC, start an FTP session to your system i. You may use FTP packages such as CuteFTP or simply go to the DOS prompt and type:
ftp system_i_name
where:
system_i_name
is the name of your system i.
You will be prompted to enter your user id and password. Please ensure that you sign on with a user id that has adequate authority. We recommend that you sign on as the Security Officer QSECOFR.
Issue the following FTP commands within the FTP session:
binary
This command instructs FTP not to carry out any conversion on the data to be sent to the system i.
quote site na 0
This makes sure the system i is using naming format 0 (library naming). This is important if your FTP attributes (CHGFTPA command NAMEFMT parameter) have the initial naming format set to *PATH (IFS path naming) rather than *LIB (library/file.member naming).
cd lib_name
where:
lib_name
is the name of the library in which your created the save file in Step 3. This command makes lib_name your current library on the system i.
lcd dir_name
where:
dir_name
is the name of the directory on your PC in which you unzipped the install files earlier. This command makes dir_name your current directory on the PC.
put Q5CVnnnn.sav Q5CVnnnn
This command transmits the contents of the file Q5CV0001.sav, which was earlier unzipped from 5CV0001.zip, and stores them in the save file called Q5CVnnnn which you created earlier on your system i.
On your system i, ensure that the previous step worked by displaying the contents of save file Q5CVnnnn:
dspsavf lib_name/Q5CVnnnn
If you see the message (No records in save file) then something has gone wrong during the preceding steps. Try following them again. If you still cannot get this procedure to work, contact ariadne support.
On your system i, issue the following command to load the PTF on to your system:
lodptf licpgm(5CVTSPL) dev(*savf) select(5CVnnnn) savf(lib_name/Q5CVnnnn)
where:
lib_name
is the name of the library in which your created the save file in Step 3 and nnnn is the PTF ID.
On your system i, issue the following command to apply the PTF to your system:
apyptf licpgm(5CVTSPL) select(5CVnnnn) apy(*temp)
where: nnnn is the PTF ID.
If you have any trouble at any point in this procedure, please contact ariadne support.