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.
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.
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:
2682056 Cumulative 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 name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Bts_administration_logic.sql | Not applicable | 468,390 | 01-Apr-2011 | 05:11 | Not applicable |
| Microsoft.biztalk.trackingservice.dll | 3.6.2224.12 | 46,984 | 01-Apr-2011 | 05:11 | x86 |
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]
GOStatus
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 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