Information about handling incoming data streams in pipeline components in BizTalk Server 2004 or in BizTalk Server 2006 (905517)
The information in this article applies to:
- Microsoft BizTalk Server 2006 Standard Edition
- Microsoft BizTalk Server 2006 Enterprise Edition
- Microsoft BizTalk Server 2006 Developer Edition
- Microsoft BizTalk Server 2004 Standard Edition
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Enterprise Edition
- Microsoft BizTalk Server 2004 Partner Edition
INTRODUCTIONWhen you write custom disassembler code for pipeline components in Microsoft BizTalk Server 2006 or in Microsoft BizTalk Server 2004, you must make sure that you do not close the incoming data stream in the custom disassembler code. The incoming stream from the input message is a shared resource. The incoming stream is also used by the message body tracking component in the BizTalk Server message engine.
If you either implicitly or explicitly close the incoming stream, tracking data may be lost. Therefore, you cannot examine the data in the Health and Activity Tracking (HAT) tool in BizTalk Server.
Modification Type: | Major | Last Reviewed: | 8/9/2006 |
---|
Keywords: | kbbiztalk2004-2006swept kbBTSAdapters kbhowto kbinfo KB905517 kbAudDeveloper |
---|
|