Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: "Invalid object name 'BizTalkMsgBoxDb.dbo.ProcessHeartbeats'" error when you visit the ESB Management Portal site in BizTalk Server 2009


View products that this article applies to.

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'

↑ Back to the top


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.

↑ Back to the top


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: Note 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 Windows
To 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>
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.
For 32-bit versions of BizTalk ESB Toolkit 2.0
File nameFile versionFile sizeDateTimePlatform
Microsoft.practices.esb.biztalkoperations.dll2.0.1.071,56006-Aug-201011:40x86
For 64-bit versions of BizTalk ESB Toolkit 2.0
File nameFile versionFile sizeDateTimePlatform
Microsoft.practices.esb.biztalkoperations.dll2.0.1.071,56006-Aug-201011:37x64

↑ Back to the top


Status

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

↑ Back to the top


References

To download BizTalk ESB Toolkit 2.0, visit the following Microsoft website:
For more information about how to install the ESB Management Portal, visit the following Microsoft Developer Network (MSDN) website:
For more information about the features of the ESB Management Portal, visit the following MSDN website:
For more information about the TransCategory table, visit the following MSDN website:
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

↑ Back to the top


Keywords: kb, kbsurveynew, kbexpertiseadvanced, kbbiztalk2009presp1fix, kbfix, kbhotfixserver, kbqfe, kbautohotfix

↑ Back to the top

Article Info
Article ID : 2286056
Revision : 2
Created on : 4/10/2020
Published on : 4/10/2020
Exists online : False
Views : 263