I'm using PassThroughReceive & PassThroughSend pipeline to process a kind of file, but when the file is empty biztalk throw a warning:
"The FILE receive adapter deleted the empty file 'C:\location\filename' without performing any processing."
I need the file to be sent to destination place, even if it's an empty file (i need the filename), how should i do to cope with this?
The only thing i can think of is:
Set up a schema and set the Max Group Occurence and Min Group Occurent to be 0. And create a pipeline using this schema.
But the file's structure is quite complicated, that's why i use passthrough pipeline.