UBE PDF to a PC Network File

grillman

Member
We run OW Xe SP 19.1 Update-6 on AS400, is there anyway I can automatically convert the PDF's generated by an UBE on a job scheduler to write to a PC Network folder ?
 
you can only configure the output to other file directory, but still, within AS400. Alternatively, you may consider setting up an application server (NT platform), which is dedicated for UBE processing. From there, configure the PDF output for other directory. Noted that, all UBEs processed by this Application server will be output to the dedicated directory.
 
Have you considered sharing the AS/400 folder on the network? Isn't it possible through the IFS? Is there an issue with the format?
 
HI,

i have witten a small VB application which polls the F986110
for jobs. After a job has been done, the applications fetches the ouput (PDF) from the AS400 via FTP to a defined Folder on a PC. In my VB Application you can define Filters which PDF's to fetch based on Report Name + Version, Environment etc..

See Attachement for a Screenshot
 

Attachments

  • 84324-FTPTransfer.jpg
    84324-FTPTransfer.jpg
    105.3 KB · Views: 122
Back
Top