Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Incoming FTP file is LOST in PipeLine › Re: Incoming FTP file is LOST in PipeLine
January 7, 2010 at 6:00 PM
#24022
The “root element is missing” error means the Xml Disassembler or endpoint manager cannot find the message.
It is possible that the stream you returned from your custom archive component has not been reset to the start position.
Does your custom component read the stream and write the file before returning? If so you need to reset the stream position to zero.