Microsoft Knowledge Base Email Alertz

(813845) - Fixes a problem where BizTalk Server 2004 rejects old-format reliable messaging receipts from BizTalk Server 2000 and from BizTalk Server 2002.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 813845 - Last Review: August 17, 2006 - Revision: 2.2

BizTalk Server 2004 rejects reliable receipts from BizTalk Server 2000 and from BizTalk Server 2002

On This Page

SYMPTOMS

When you exchange reliable messages between Microsoft BizTalk Server 2004 and Microsoft BizTalk Server 2000 and 2002, BizTalk Server 2004 may reject the reliable receipts from BizTalk Server 2000 and 2002. Then, the message is dehydrated and is eventually suspended, and you receive the following error message in the application event log:

There was a failure executing the send pipeline: "BTF.BTFSendPipeline"
Source: "BizTalk Framework assembler"
Send Port: "http://myserver/biztalk/biztalkhttpreceive.dll"
Reason: The reliable BTF message exhausted all retry attempts without receiving acknowledgement. .

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2004. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
888751  (http://kbalertz.com/Feedback.aspx?kbNumber=888751/ ) How to obtain the latest BizTalk Server 2004 service pack

Hotfix information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version     Size     File name
   ----------------------------------------------------------------------------------
   20-Apr-2004  23:26  3.0.5285.0  266,240  Microsoft.biztalk.pipeline.components.dll

Note Because of file dependencies, the most recent hotfix that contains these files may also contain additional files.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

This problem was corrected in BizTalk Server 2004 Service Pack 1.

MORE INFORMATION

This problem occurs between computers that are running BizTalk Server 2004 and computers that are running versions of BizTalk Server that are earlier than BizTalk Server 2002 Service Pack 1 (SP1).

In versions of BizTalk Server that are earlier than BizTalk Server 2002 SP1, message receipts that are generated on channels by using reliable messaging and the BizTalk Framework 2.0 specification included the following element. This element is declared by using the prop namespace:
<rcpt:deliveryReceipt xmlns:rcpt="http://schemas.biztalk.org/btf-2-0/receipts" 
  SOAP-ENV:mustUnderstand="1">
  <rcpt:receivedAt>2004-04-20T18:02:06+00:00</rcpt:receivedAt> 
  <identity xmlns="http://schemas.biztalk.org/btf-2-0/properties">uuid:cf94ffe8-93e7-4333-8a67-f03a47683301</identity> 
</rcpt:deliveryReceipt>
The identity element that is generated in BizTalk Server 2002 SP1 and in BizTalk Server 2004 is declared by using the rcpt namespace:
<rcpt:deliveryReceipt xmlns:rcpt="http://schemas.biztalk.org/btf-2-0/receipts" 
  SOAP-ENV:mustUnderstand="1">
  <rcpt:receivedAt>2004-04-20T21:04:21+00:00</rcpt:receivedAt> 
  <rcpt:identity>uuid:846e29d2-7c3a-45f7-8359-fe9516aaa137</rcpt:identity>
</rcpt:deliveryReceipt>
After you install this hotfix, BizTalk Server 2004 can accept both formats.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:
824684  (http://kbalertz.com/Feedback.aspx?kbNumber=824684/ ) Description of the standard terminology that is used to describe Microsoft software updates

APPLIES TO
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition
Keywords: 
kbbug kbfix kbqfe kbbiztalk2004sp1fix kbhotfixserver kbbiztalk2004-2006swept KB813845
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate