I have a simple interface, using a database poll that creates a text file based on a simple orchestration.
the file is output to an FTP folder and is picked up by our client. now every so often we have a client that claims a file was not send or data was incomplete in the file, but since they have removed the output file from FTP we have no copy of this file.
i thought about creating two send ports in the orchestration so i can create a file to the FTP and an archive folder. problem with that is that the file name is DELSUP%datetime%.txt, so this will result in my backup file having a slightly different name. is there a way to make a send port create a backup-file?
Yes you just need to set up a new send port and configure it to send a file of your preferred name. You can use the same message as your FTP port. HTH