Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Consider the following scenario:

  • You have a computer that is running Microsoft BizTalk Server 2009.

  • You customize the name of the MessageBox database in BizTalk Server. Therefore, the MessageBox database name is not BizTalkMsgboxDb.

  • You install Microsoft BizTalk Enterprise Service Bus (ESB) Toolkit 2.0, and then you install the ESB Management Portal.

  • You visit the portal site of the ESB Management Portal.


In this scenario, you may receive the following error message:

Invalid object name 'BizTalkMsgBoxDb.dbo.ProcessHeartbeats'

Cause

This issue occurs because BizTalk ESB Toolkit 2.0 uses a hardcoded name for the MessageBox database. Therefore, an error occurs when the BizTalkMsgboxDb name is changed.

Resolution

Hotfix information

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

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if 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. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/contactus/?ws=supportNote The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Registry information


Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in WindowsTo enable this hotfix, set the EnableNegotiate registry entry. To do this, follow these steps:

  1. Click Start, type regedit in the search box, and then press ENTER.

  2. Locate and then click the following registry subkey:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

  3. Right-click EnableNegotiate, click Modify, select Decimal, and then change the value of the Value data box to 1.

  4. Exit Registry Editor.

Prerequisites

To apply this hotfix, you must have Microsoft BizTalk Enterprise Service Bus (ESB) Toolkit 2.0 installed.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfix.

Installation instructions

To apply this hotfix, follow these steps:

  1. Install the hotfix.
    Note The Microsoft.Practices.ESB.BizTalkOperations.dll file is modified as part of the hotfix at one of the following locations:

    • %systemdrive%:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.0\Bin

    • %systemdrive%:\Program Files\Microsoft BizTalk ESB Toolkit 2.0\Bin

  2. Install the .dll file in the Global Assembly Cache (GAC).

  3. In the Web.config file for the ESB Portal site, search the text for "runtime" and locate the following assemblyBinding entry:

    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

    </assemblyBinding>
    </runtime>

    Note If there are no runtime or assemblyBinding entries, create them.

  4. Add the following code under the assemblyBinding entry in order to add an entry for assembly redirection:

     <dependentAssembly>
    <assemblyIdentity name="Microsoft.Practices.ESB.BizTalkOperations" publicKeyToken="31bf3856ad364e35" culture="neutral" />
    <bindingRedirect oldVersion="2.0.0.0" newVersion="2.0.1.0"/>
    </dependentAssembly>

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.

For 32-bit versions of BizTalk ESB Toolkit 2.0

File name

File version

File size

Date

Time

Platform

Microsoft.practices.esb.biztalkoperations.dll

2.0.1.0

71,560

06-Aug-2010

11:40

x86

For 64-bit versions of BizTalk ESB Toolkit 2.0

File name

File version

File size

Date

Time

Platform

Microsoft.practices.esb.biztalkoperations.dll

2.0.1.0

71,560

06-Aug-2010

11:37

x64


Status

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

References

To download BizTalk ESB Toolkit 2.0, visit the following Microsoft website:

Download information for BizTalk ESB Toolkit 2.0
For more information about how to install the ESB Management Portal, visit the following Microsoft Developer Network (MSDN) website:

General information about how to install the ESB Management Portal
For more information about the features of the ESB Management Portal, visit the following MSDN website:

General information about the features of the ESB Management Portal
For more information about the TransCategory table, visit the following MSDN website:

General information about the TransCategory table
For more information about BizTalk Server hotfixes, click the following article number to view the article in the Microsoft Knowledge Base:

2003907 Information on BizTalk Server hotfixes

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×