FIX: Hotfix to Turn Off Automatic Envelope Specification Lookup (328352)



The information in this article applies to:

  • Microsoft BizTalk Server 2002

This article was previously published under Q328352
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SYMPTOMS

When a File receive function uses a document specification that has an envelope that matches the document specification, the File receive function uses the envelope on the incoming document whether this is specified by the File receive function or not.

CAUSE

This behavior is by design in Microsoft BizTalk Server 2002. However, this behavior will change when you install BizTalk Server 2002 Service Pack 1 (SP1), or you install the hotfix discussed in this article.

RESOLUTION

Service Pack Information

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2002. For additional 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

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

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone 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 typical 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 fix has the file attributes (or later) 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
   --------------------------------------------------------------
   10-Sep-2002  00:25  3.0.1537.0     131,344  Cisapi.dll       
   10-Sep-2002  00:25  3.0.1537.0     524,560  Ciscore.dll      
   10-Sep-2002  00:26  3.0.1537.0     405,776  Cisengine.dll    
   10-Sep-2002  00:25  3.0.1537.0     712,976  Cisparser.dll    
   10-Sep-2002  00:26  3.0.1537.0     348,432  Mscis.exe        
   11-Apr-2002  16:41                  13,680  Btm_priorityupgrade.sql
   11-Apr-2002  16:40  1.0.0.2         33,040  Hotfixsetup.exe  
   11-Apr-2002  16:41                  19,632  Sq_priorityupgrade.sql
				
To install this hotfix, follow these steps:
  1. Double-click HotfixSetup.exe.
  2. Use SQL Query Analyzer to apply BTM_PriorityUpgrade.sql to the InterchangeBTM database.
  3. Use SQL Query Analyzer to apply SQ_PriorityUpgrade.sql to the InterchangeSQ database.
  4. Restart BizTalk Server Messaging.

STATUS

This behavior was first changed in Microsoft BizTalk Server 2002 Service Pack 1. It is by design in previous versions.

MORE INFORMATION

Add the following registry entry to turn off (disable) the automatic envelope specification lookup that occurs during parsing.

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
  1. Start Registry Editor.
  2. Locate the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BtsSvc

  3. On the Edit menu, click Add Value, and then add the following:

    Value name: SkipEnvelopeLookup
    Data type: DWORD
    Value data: 1

  4. Quit Registry Editor.

Modification Type:MinorLast Reviewed:10/11/2005
Keywords:kbHotfixServer kbQFE kbBizTalk2002SP1fix kbbug kbfix KB328352 kbAudDeveloper