FIX: Many Csc.exe processes may be running on a computer that is running BizTalk Server 2004 (839450)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Standard Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition

SYMPTOMS

On a computer that is running Microsoft BizTalk Server 2004, you notice that many Csc.exe processes may be running. These many Csc.exe processes may use lots of CPU time and memory resources.

CAUSE

This problem occurs if all the following conditions are true:
  • The BizTalk Server orchestration uses a Web service.
  • The Web Service method that is called within the orchestration uses the SoapRpcMethod attribute. For example, the Web Service method uses code that is similar to the following:
    [WebMethod]
    [System.Web.Services.Protocols.SoapRpcMethod()]
  • You run multiple instances of this orchestration.
This problem occurs because of a problem with the BizTalk Server 2004 SOAP Adapter. When the SoapRpcMethod attribute is associated with a Web Service method, the client proxy component of that method uses remote procedure call (RPC) encoding. The SOAP Adapter does not optimize client calls to XML serialization when you use RPC encoding.

This problem does not occur if the Web Service method uses the SoapDocumentMethod attribute.

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 How to obtain the latest BizTalk Server 2004 service pack

Hotfix information

Prerequisites

No prerequisites are required to install this hotfix.

Restart requirement

You do not have to restart your 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
   ---------------------------------------------------------------------------
   25-Mar-2004  00:01  3.0.5261.0  61,440  Microsoft.biztalk.soaptransport.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

For more information, 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:7/3/2006
Keywords:kbbiztalk2004-2006swept kbBizTalk2004sp1fix kbQFE kbBTSAdapters kbBTSOrchestration kbBizTalk2004preSP1fix kbbug kbfix KB839450 kbAudDeveloper