FTP a Spool File (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: FTP a Spool File
|
J.Wells (User)
Fresh Boarder
Posts: 1
|
|
FTP a Spool File 6 Years, 7 Months ago
|
Karma: 0
|
|
You could setup the cl to cpysplf (with prtctl *FCFC) to a pf and have a batch ftp to send, then on the other end you could have a batch job to ovrprtf (with prtctl *FCFC) and copy the pf to the print file and print it. <p>Also, I have worked in an environment where we used SNDNETSPLF and theat seemed to work well (as I recall). I do not know if this is an option for you, but it would probably be less setup if it is. <p>HTH, <p>Joe
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
FTP a Spool File 6 Years, 7 Months ago
|
|
|
Thanks Joe. <p>One potential problem with the cpysplf might be that the spool file is an invoice that includes a form overlay. Do you know if it would keep the overlay in this method? <p>Does SNDNETSPLF use SNADS? The AS400 I'm sending to is in Canada, and we want to avoid the long distance phone costs associated with the dial up methods.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
J.Wells (User)
Fresh Boarder
Posts: 1
|
|
FTP a Spool File 6 Years, 7 Months ago
|
Karma: 0
|
|
Yes (someone correct me if I am wrong), I believe SNDNETSPLF uses SNADS. As for the overlay, would it be practical for the overlay to exist at the destination? If so, then you could add this to the OVRPRTF on the remote machine. <p>Joe
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
FTP a Spool File 6 Years, 5 Months ago
|
|
|
If you are going IP over to another AS/400, just set up a remote outq. <p>CRTOUTQ OUTQ(OTHER400) <BR>
RMTSYS(*INTNETADR) <BR>
RMTPRTQ(AS400OUTQ) <BR>
AUTOSTRWTR(1) <BR>
CNNTYPE(*IP) <BR>
TRANSFORM(*NO) <BR>
INTNETADR('999.999.999.999') <p>When output is placed in this queue, it will automatically send it to the other AS/400 and place it on the outq specified in RMTPRTQ
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
FTP a Spool File 6 Years, 4 Months ago
|
|
|
We would like to automatically FTP the output of a program (the spool file) to another AS/400 automatically. Has anyone ever done anything like this?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
FTP a Spool File 6 Years, 4 Months ago
|
|
|
I have been trying to move a spool file from one AS/400 to another, using the rmtoutq. Both As/400's host tables have the other's information added. I have made sure that LPR server is started on both As/400s. When I put a spool file to the rmtoutq, the file status is SND, however no output is generated on the other AS/400's printer and no messages are in the Qsysopr msgq. <p>Do you have any other suggestions?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|