biztalk - Can you create a file in two locations -


I have a simple interface that uses a database survey that creates a text file based on simple orchestration. .

The file is output in an FTP folder and has been picked up by our client. Now every time we have a customer who claims that no file was sent in the file or data was incomplete, but when Since they have removed the output file from FTP, then we have no copy of this file.

I thought about creating two send ports in the orchestra, so I can make a file in FTP and a collection folder. The problem with this is that the name of the file is DELSUP% datetime% .txt, so it will have a slightly different name in my backup file. Is there a way to send a port to create a backup file?

Yes, you just need to set up a new send port and send a file of your favorite name Configure it for. You can use the same message as your FTP port. HH

Comments