I am expirencing a strange issue in my production environment that I cannot recreate in my QA. We have a large file that is dropped in a receive location that process just fine, however the file does not get deleted and this caused the file to be processed a second time. after the second time the file is processed it gets deleted.
Everything works great in QA, but uploads twice in production. here is the error messgae from biztalk.
The FILE receive adapter cannot delete file \\blah.pgp.tmp. This file processed successfully. Please delete this file from the disk. Error code: 0x80070002
Am facing the same problem.. any solution for this issue
The source file might be still in use by another application. If end-users populate the files, try to schedule your receive location to work after hours.
To find a cause of the problem you'll need to provide more details about end-to-end process, BizTalk adapters/pipelines you're using for the related end-points, and size of the files transferred.
Regards,
Nick