I have File Receive Locations pointed to different folders with PassThru Receive
I do not want to do anything with the contents of the file. The files can be quite large.
I want to move the file from the receive locations to a common folder. I need to make sure that the file name is unique. I then want to get the file name I created to pass to a process outside of bizTalk.
I set up a send port as pass thru transmit using this as the file name
%MessageID%_%SourceFileName%.
How can I capture the new file name or how can I accomplish this?