使用 Microsoft 登录
登录或创建帐户。
你好,
使用其他帐户。
你有多个帐户
选择要登录的帐户。
英文
很抱歉。本文没有你的语言版本。

Symptoms

Consider the following scenario:

  • You use an Electronic Data Interchange (EDI) pipeline on a computer that is running Microsoft BizTalk Server 2010 to receive or to send EDI messages.

  • You install Microsoft BizTalk Server 2010 Cumulative Update 1 (CU1) or Microsoft BizTalk Server 2010 Cumulative Update 2 (CU2) 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 2010 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'.


Notes

  • The issue also occurs when you use a custom receive pipeline that uses the EDI disassembler.

  • The issue does not occur in Microsoft BizTalk Server 2010 Cumulative Update 3 (CU3).

Cause

This issue occurs because the BTS_HOST_USERS SQL role does not have EXECUTE permission for the adm_Group_Enum stored procedure from the BizTalkMgmtDb database after BizTalk Server 2010 CU1 or BizTalk Server 2010 CU2 is applied.

Resolution

Cumulative update information

BizTalk Server 2010

The hotfix that resolves this issue is included in cumulative update package for BizTalk Server 2010.

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:

2667310 Cumulative update package 4 for BizTalk Server 2010

Status

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

Workaround

To work around this issue, use the following SQL statement to assign EXECUTE permission for 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


References

For information about how to maintain and troubleshoot BizTalk Server databases, click the following article number to view the article in the Microsoft Knowledge Base:

952555 How to maintain and troubleshoot BizTalk Server databasesFor information about the service pack and cumulative update list for BizTalk Server, click the following article number to view the article in the Microsoft Knowledge Base:

2555976 Service pack and cumulative update list for BizTalk Server
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
If you encounter a similar issue in Microsoft BizTalk Server 2006 R2, install the fix that is described in KB 2447301. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

2447301 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

For more information about how to use EDI pipelines, visit the following MSDN website:

EDI Receive Components

需要更多帮助?

需要更多选项?

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.

此信息是否有帮助?

哪些因素影响了你的体验?
按“提交”即表示你的反馈将用于改进 Microsoft 产品和服务。 你的 IT 管理员将能够收集此数据。 隐私声明。

谢谢您的反馈!

×