You receive an error message when you try to map a document or series of documents in BizTalk Server 2004 (893387)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Standard Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition

SYMPTOMS

When you try to map a document or series of documents in Microsoft BizTalk Server 2004, the document or series of documents is not processed and an Error event that is similar to the following event is logged in the Application log:
Event Type: Warning
Event Source: BizTalk Server 2004
Event Category: BizTalk Server 2004
Event ID: 5410
Date: 2/5/2005
Time: 11:36:49 AM
User: N/A
Computer: BIZTALKSERVER
Description:
A catastrophic failure occurred in the BizTalk service. The service will shutdown and auto-restart in 1 minute. If the database is still unavailable, this cycle will be repeated.

Error message: Exception of type System.OutOfMemoryException was thrown.
Error source:

BizTalk host name: BizTalkServerApplication
Windows service name: BTSSvc{0544FD95-6E7D-4782-A123-33C4F5A45ED6}

For more information, see Help and Support Center at http://support.microsoft.com.

CAUSE

This behavior occurs when you try to map a document or a series of documents that require more addressable memory than the amount that is available to the current process. The mapping process in BizTalk Server 2004 requires that you load the whole document or series of documents that you are trying to map into the XML DOM. When you try to map a document or series of documents that requires more RAM than the amount that is available to the XML DOM, processing unexpectedly stops. When this behavior occurs, an Error event that is similar to the event mentioned in the "Symptoms" section is logged in the Application log.

STATUS

This behavior is by design.

MORE INFORMATION

This behavior typically occurs when you try to map a document or series of documents that is larger than 20 megabytes (MB).

Modification Type:MajorLast Reviewed:9/22/2006
Keywords:kbprb KB893387 kbAudDeveloper