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: An EDI pipeline does not work after you install BizTalk Server 2006 R2 SP1 CU3 on a computer that is running BizTalk Server 2006 R2


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You use an Electronic Data Interchange (EDI) pipeline on a computer that is running Microsoft BizTalk Server 2006 R2 to receive or to send EDI messages.
  • You install BizTalk Server 2006 R2 Service Pack 1 (SP1) Cumulative Update 3 (CU3) on the computer.
In this scenario, the EDI pipeline does not work. Additionally, an event that resembles the following is logged in the Application log:

Event Type: Error
Event Source: BizTalk Server 2006 EDI
Event Category: None
Event ID: 4097

Description:
Fatal error encountered in EDI Disassembler, error information is The EXECUTE permission was denied on the object 'adm_Group_Enum', database 'BizTalkMgmtDb', schema 'dbo'.


Note The issue also occurs when you use a custom receive pipeline that uses the EDI disassembler in the disassemble page.

↑ Back to the top


Cause

This issue occurs because the BTS_HOST_USERS SQL role does not have execute permission on the adm_Group_Enum stored procedure from the BizTalkMgmtDb database after BizTalk Server 2006 R2 SP1 CU3 is applied.

↑ Back to the top


Resolution

Cumulative update information

BizTalk Server 2006 R2


The hotfix that resolves this issue is included in cumulative update package 4 for BizTalk Server 2006 R2 SP1.

For more information about how to obtain the cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:

2682056Cumulative update package 4 for BizTalk Server 2006 R2 SP1

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 the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

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, contact 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.

Prerequisites

You must have BizTalk Server 2006 R2 Service Pack 1 installed to apply the hotfix package.

Restart requirements

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

Replacement information

This hotfix does not replace a previously released hotfix.

Hotfix information

The global version of this hotfix uses a Microsoft Windows Installer package to install the hotfix. The dates and the times for these files are listed in Coordinated Universal Time (UTC) in the following table. When you view the file information, the date 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 BizTalk Server 2006 R2
File nameFile versionFile sizeDateTimePlatform
Bts_administration_logic.sqlNot applicable468,39001-Apr-201105:11Not applicable
Microsoft.biztalk.trackingservice.dll3.6.2224.1246,98401-Apr-201105:11x86

↑ Back to the top


Workaround

To work around this issue, use the following SQL statement to assign execute permission on the adm_Group_Enum stored procedure to the BTS_HOST_USERS SQL role:
use [BizTalkMgmtDb]
GRANT EXECUTE ON [dbo].[adm_Group_Enum] TO [BTS_HOST_USERS]
GO

↑ 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


More information

For more information about how to use EDI pipelines, visit the following Microsoft Developer Network (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 about BizTalk Server hotfixes

↑ Back to the top


Keywords: kbautohotfix, kbqfe, kbfix, kbexpertiseinter, kbsurveynew, kbbtspipeline, KB2447301

↑ Back to the top

Article Info
Article ID : 2447301
Revision : 2
Created on : 4/12/2012
Published on : 4/12/2012
Exists online : False
Views : 340