We have an EDI client that constantly keeps a 0 byte file on their ftp folder until there is data.
With BizTalk’s FTP adapter, every few minutes I am polling the folder, it is trying to download/process the 0 byte file and gives me an event viewer warning:
The adapter “FTP” raised an error message. Details “Unable to receive the file “xxxxx” from the FTP server. The error that occurred was “A stream read or write operation failed because the stream is in an error state. “. “.
This is flooding our event viewer. What I need is a MINIMUM FILE SIZE property to set to 1 but that of course doesn’t exist.
Any ideas on how I can suppress these warnings?