|
Thank you for your interest in SpoolMail, the software utility that transforms System i spooled output and delivers it as email.
There are 3 steps to installing SpoolMail on your System i. They are:
Procedures for each of these steps are detailed below. In these procedures PC denotes an operation performed on your PC while i5 denotes an operation performed on your System i. Enter represents the enter key.
But before you start, If you haven't already unzipped the download do so now by double clicking it, or by choosing Start > Run and specifying “sm1”.
To create a save file on your System i perform the following:
CRTSAVF FILE(QGPL/SM1SAVF) AUT(*ALL)Enter
You are now ready to transfer sm1.svf to your System i.
To transfer sm1.svf to your System i using FTP, perform the following:
STRTCPSVR SERVER(*FTP)Enter
cd \Gumbo\ProdData\SM1\InstallEnter
FTP system_nameEnter
binaryEnter
cd /qsys.lib/qgpl.libEnter
quote site namefmt 0Enter
put sm1.svf qgpl/sm1savfEnter
quitEnter
exitEnter
You are now ready to restore SpoolMail from the save file, go to Step 3 Restore Procedure.
To restore SpoolMail to your System i perform the following:
DSPDTAARA DTAARA(QGPL/QSS1MRI)Enter
Note: If you are running a version of IBM® i earlier than V5R4M0, release V2R5M0 of SpoolMail can not be installed on your System i. Download and install an earlier release.
WRKSYSVAL SYSVAL(QALWUSRDMN)Enter
Take option 5 to display the value. If the value is not *ALL, use option 2 to add libraries SPOOLMAIL and QSRV to the list of libraries where user domain objects are allowed. QSRV is required to correctly process PTFs when they are loaded and applied.
WRKSYSVAL SYSVAL(QALWOBJRST)Enter
Take option 5 to display the value. If the restore options do not include *ALL or *ALWPGMADP, use option 2 to add *ALWPGMADP.
WRKSYSVAL SYSVAL(QVFYOBJRST)Enter
Take option 5 to display the value. If the value is 3 or higher, use option 2 to temporarily change the value to 1.
RSTLICPGM LICPGM(2A55SM1) DEV(*SAVF) SAVF(QGPL/SM1SAVF) LNG(2924)Enter
Note: During the restore operation the system operator message queue may receive inquiry message CPA3DE4 "Directory not registered. (C G)". Unless you are using a directory naming convention similar to ours (that is the directory specified in the CPA3DE4's second level text is unrelated to our software), You can safely respond with a "G" to reestablish the relationship between the directory and the product. Typically the message will occur three times.
DLTF FILE(QGPL/SM1SAVF)Enter