We have an inbound thread that is taking in an HL7 message, then on the rout there is a TPS that parses the message an outputs certain data to a CSV file. That file then needs to be sent via FTP to another server. Right now there is a cron job running to handle the FTP but we’d like to move the FTP process to the engine to give us better control over alerts. Any suggestions?
We are running CL 5.7 on HPUX.
EDIT: Rather than using the existing rout, I am setting up a new one using a local fileset thread for the inbound and an FTP thread for the outbound. I need the output files to have the same names as when they are picked up but the outbound FTP keeps giving me an error about needing to have a default file name.