Home Page › Forums › BizTalk 2004 – BizTalk 2010 › File Receive Adapter Issue – Grabbing files too quickly. › Re: File Receive Adapter Issue – Grabbing files too quickly.
September 8, 2015 at 2:04 AM
#26536
Enabling and disabling the receive location is no guarantee that the FTP adapter will not try and retrieve a partial file.
The best solution is at the file creation end. Write the file to a temp directory, when complete, move it to the FTP receive directory.
Make sure these directories are on the same disk, so that the file move simply changes the directory pointers and the file itself is not copied.