BizTalk Server uses the <prop:identity> element instead of the <rcpt:identity> element for receipts (811092)



The information in this article applies to:

  • Microsoft BizTalk Server 2002
  • Microsoft BizTalk Server 2000

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry

SYMPTOMS

BizTalk Server is not compliant with the BizTalk Framework. The BizTalk Framework 2.0: Document and Message Specification states that the //deliveryReceipt/identity element belongs to the http://schemas.biztalk.org/btf-2-0/receipts namespace. However, the //deliveryReceipt/identity element declares the http://schemas.biztalk.org/btf-2-0/properties namespace.

If you send messages in a BizTalk Framework envelope to BizTalk Server and you request a delivery receipt, the delivery receipt does not comply with the BizTalk Framework specification. For example, the following line is listed in the delivery receipt:
<prop:identity xmlns:prop="http://schemas.biztalk.org/btf-2-0/properties">uuid:31C24EF4-EF6C-4DAE-8CE0-ACDE53AAEFC6</prop:identity>
This line should be:
<rcpt:identity xmlns:prop="http://schemas.biztalk.org/btf-2-0/properties">uuid:31C24EF4-EF6C-4DAE-8CE0-ACDE53AAEFC6</rcpt:identity>

CAUSE

This problem occurs because the code does not use the <rcpt:identity> element. Instead, the code uses <prop:identity> element.

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2002. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

815781 How to obtain the latest BizTalk Server 2002 service pack

Hotfix information

For compatibility between service pack levels and versions of BizTalk Server, this hotfix is an all or nothing scenario. You should install this hotfix or BizTalk Server 2002 Service Pack 1 on all servers that are running BizTalk Server 2002. These include partners. You should also install this hotfix if servers that are running BizTalk Server 2000 are also in the environment. These include partners.

BizTalk Server 2002

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next BizTalk Server 2002 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

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		 
------------------------------------------------------
06-Dec-2002  21:58  3.0.1554.0  721,168  Cisparser.dll


BizTalk Server 2000

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.
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		 
------------------------------------------------------
31-Jul-2003  14:29  2.0.2009.0  680,208   Cisparser.dll
31-Jul-2003  14:29  2.0.2009.0  688,400   Ciscore.dll

MORE INFORMATION

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

After you install this service pack or hotfix, you must create the following registry entry and set the value of the entry to 1 to cause BizTalk to use the new receipt format (<rcpt:identity.>). If you install this service pack or hotfix, compatibility issues may occur when you exchange receipts between two BizTalk Server systems if the service pack or hotfix has not been installed on both systems and if both systems are not generating receipts by using the new format.
Key NameTypeLocation
UseFixedReceiptFormatREG_DWORDHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTSSvc
To create this value in the registry, follow these steps:
  1. Click Start, click Run, and type regedit.
  2. Locate the registry entry, and then create a new DWORD value by using the information in the table.

    A value of 1 indicates that the new receipt format (<rcpt:identity.>) is generated, and a value of 0 indicates that the original receipt format (<prop:identity.>) is generated.

STATUS

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

This problem was first corrected in Microsoft BizTalk Server 2002 Service Pack 1.

Modification Type:MinorLast Reviewed:2/2/2006
Keywords:kbHotfixServer kbQFE kbBizTalk2002SP1fix kbfix KB811092 kbAudDeveloper