The file gets picked up and starts processing but then in sometime it throws
a OutOfMemory Error. I also see my BiztalkMsgBox Db growing in size.
Is there a better way to consume a large sized file without the OutofMemory
Error problem. I am curious if there is any Configuration Setting in Biztalk
which can help resolve this issue
Robert
On 31 Dec 2009, 15:55, elifeinchrist
Basically, you can set the "Large message Threshold" and "Large
message fragment size" properties on the *BizTalk GROUP* to help
control when and how your large message is written to the message box,
and should allow you to eliminate the out-of-memory errors.
- Dan