FIX: You may experience suboptimal performance when you use Value Mapping functoids in BizTalk Server 2004 (890842)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition
  • Microsoft BizTalk Server 2004 Service Pack 1

SYMPTOMS

In Microsoft BizTalk Server 2004, when you use lots of Value Mapping functoids in a BizTalk Map, you may experience low performance when the map runs.

CAUSE

This problem occurs because the Value Mapping functoid is not optimized.

RESOLUTION

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 2004 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.

Prerequisites

No prerequisites are required.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File 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
   ---------------------------------------------------------------------
   28-Apr-2005  20:24  3.0.6121.0  685,056  Btsxmltools.dll  
   28-Apr-2005  20:01  3.0.6121.0  249,856  Microsoft.biztalk.mapper.dll  

STATUS

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

MORE INFORMATION

This hotfix introduces some optimizations to Value Mapping functoids. These optimizations can be enabled by adding the new OptimizeValueMapping attribute to the <mapsource> element in your BizTalk map (.btm) file and then setting the attribute value to yes. To do this, follow these steps:
  1. In Notepad, open your BizTalk map (.btm) file.
  2. Add the OptimizeValueMapping attribute to the <mapsource> element. For example, your <mapsource> element should be similar to the following:
    <mapsource Name="BizTalk Map" BizTalkServerMapperTool_Version="2.0" OptimizeValueMapping="yes" Version="2" XRange="100" YRange="420">
    
    Note The OptimizeValueMapping attribute value is case insensitive.
  3. On the File menu, click Save.
  4. On the File menu, click Exit.
For more information about the standard terminology that is used to describe Microsoft software updates, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:6/1/2006
Keywords:kbBTSOrchestration kbBizTalk2004preSP2fix kbBug kbfix kbprb kbHotfixServer kbQFE KB890842 kbAudDeveloper kbAudITPRO