Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

BUG: BizTalk Server Duplicates Data When You Use Custom Encoding Component


View products that this article applies to.

This article was previously published under Q281468

↑ Back to the top


Symptoms

When you use a custom Messaging Port "encoding" component with Microsoft BizTalk Server, you may notice that documents are both transmitted and sent to the Suspended Queue.

Note This problem only occurs when you use non-transactional transports, such as HTTP/HTTPS, File, and SMTP.

↑ Back to the top


Cause

This problem occurs because your custom encoding component stops the transaction that BizTalk Server uses for the specific interchange without raising an error, and BizTalk Server transmits the document before it checks the status of the transaction.

↑ Back to the top


Resolution

To work around this problem, develop the encoding component so that it raises an error when it stops the transaction. As a result, BizTalk Server catches the error that is raised and does not transmit the data.

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

BizTalk Server provides the ability to write a Pipeline Component and use it during the encoding stage of an Interchange process. The encoding stage occurs after document serialization and before document transmission. When your custom component runs, it participates in the transaction that BizTalk Server creates. If an error occurs from within, the component can stop that transaction.

However, if the component stops the transaction, BizTalk Server still attempts to transmit the data. As a result, the data is still sent on non-transactional transports (such as HTTP/HTTPS, File, SMTP). After the transmission, BizTalk Server recognizes that the transaction has been stopped and moves the data to the suspended queue. Therefore, the data is duplicated. If you resubmit the data from the Suspended Queue, the document is delivered twice.

↑ Back to the top


Keywords: KB281468, kbpending, kbbug

↑ Back to the top

Article Info
Article ID : 281468
Revision : 3
Created on : 11/5/2003
Published on : 11/5/2003
Exists online : False
Views : 303