Microsoft KB Archive/934040

From BetaArchive Wiki

Article ID: 934040

Article Last Modified on 12/10/2007



APPLIES TO

  • Microsoft BizTalk Adapter for Oracle Database
  • Microsoft BizTalk Adapter for PeopleSoft Enterprise
  • Microsoft BizTalk Adapter for Siebel eBusiness Applications
  • Microsoft BizTalk Adapter for J.D. Edwards EnterpriseOne
  • Microsoft BizTalk Adapter for J.D. Edwards OneWorld



SYMPTOMS

One of the Microsoft BizTalk Adapters for Enterprise Applications stops processing incoming messages until you restart the BizTalk Host instance. Additionally, error events are logged in the Application log.

CAUSE

When an error occurs, the adapter maintains a connection to the application that is using the adapter. When the total number of connections that are used by the adapter is equal to the Maximum number of sessions setting in the BizTalk adapter configuration, the adapter cannot process additional incoming messages. The adapter cannot process additional incoming messages because all the connections are being used. An issue occurs because the adapter does not release the connection to the application that is using the adapter.

RESOLUTION

Hotfix information

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

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:

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 item in Control Panel.

File name File version File size Date Time
Microsoft.biztalk.adapters.coretransmitter.dll 1.0.1095.0 42,912 12-Mar-2007 22:45

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

Hotfix installation instructions

After you apply this hotfix, you must manually register the Microsoft.biztalk.adapters.coretransmitter.dll file in the global assembly cache. To do this, use one of the following methods.

Method 1: Use the Microsoft Visual Studio command prompt

If you have Microsoft Visual Studio installed on the computer, follow these steps:

  1. Open a Visual Studio Command Prompt window. To do this, click Start, point to All Programs, point to Microsoft Visual Studio 2005, point to Visual Studio Tools, and then click Visual Studio 2005 Command Prompt.
  2. At the Visual Studio command prompt, locate the following folder:

    %ProgramFiles%\Common Files\Microsoft BizTalk Adapters for Enterprise Applications\Bin

  3. At the Visual Studio command prompt, run the following command:

    gacutil /i Microsoft.biztalk.adapters.coretransmitter.dll

Method 2: Use the command prompt

If you do not have Visual Studio installed on the computer, follow these steps:

  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, locate the following folder:

    %WINDIR%\Microsoft.NET\Framework\v1.1.4322

  3. At the command prompt, run the following command:

    gacutil /i "Drive:\Program Files\Common Files\Microsoft BizTalk Adapters for Enterprise Applications\Bin\Microsoft.biztalk.adapters.coretransmitter.dll"


WORKAROUND

To work around this problem, change the Use Transaction setting for the adapter to No. This setting indicates whether the adapter uses a transaction to send messages to the BizTalk MessageBox database.

STATUS

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

MORE INFORMATION

For more information about software update terminology, 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


Keywords: kbfix kbbug kbpubtypekc kbqfe kbhotfixserver KB934040