Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Exception of type ‘System.OutOfMemoryException’ using a Pipeline to split a large positional flat file › Re: Exception of type ‘System.OutOfMemoryException’ using a Pipeline to split a large positional flat file
October 24, 2007 at 3:55 AM
#18259
mchallis,
I would recommend performing this kind of splitting on a receive location rather than in an orchestration – you should be able to use the same pipeline.
This will produce 270,000 messages into the MessageBox for your 13Mb file, but BizTalk will be able to handle the load much more easily.
Hope this helps,
Nick.
ps. you've just posted a good question for a blog entry! Thanks 🙂