Recently I got these two errors with EventID 5740 from a FTP Receive Location:
- The adapter "FTP" raised an error message. Details "WARNING: An unexpected failure occurred when attempting to disconnect from the remote FTP server. The error code was 0x8004200C ".
-
The adapter "FTP" raised an error message. Details "A failure occurred when parsing the remote folder listing. ".
The strange behaviour was that BizTalk got alle files from the Receive Location, succesfully processed it and after some minutes the Receive Location was shut down.
I finally found out that there problem was a problem with the file mask - after changing the mask from *.xml to *.* (which was ok in my case) it worked without problems. But don't ask me for the reason - I have to admit I don't know. Perhaps I will find some time to do further investigations....
posted @ Tuesday, September 09, 2008 10:30 AM