您的位置:首页 > 数据库

Error message: OLE DB provider SQLOLEDB was unable to begin a distributed transaction

2005-01-27 13:40 609 查看

SYMPTOMS

When you try to use Microsoft SQL Server 2000 to start a distributed transaction between linked servers that are running Windows Server 2003, you may receive the following error message:
OLE DB provider SQLOLEDB was unable to begin a distributed transactionThe following message may appear on the OLE DB provider computer:
New transaction cannot enlist in the specified transaction coordinator.

CAUSE

This behavior occurs because security features in Windows Server 2003 introduce changes that interfere with the way this program functions. By default, Microsoft Distributed Transaction Coordinator (MSDTC) is disabled in Windows Server 2003.

WORKAROUND

To work around this behavior, install network DTC access on both servers:
1.Click Start, and then click Control Panel.
2.Click Add or Remove Programs, and then click Add/Remove Windows Components.
3.In the Components box, click Application Server, and then click Details.
4.Click to select the Enable network DTC access check box, and then click OK.
5.Click Next, and then follow the instructions that appear on the screen to complete the installation process.
6.Stop and then restart the Distributed Transaction Coordinator service.
7.Stop and then restart any resource manager services that participates in the distributed transaction (such as Microsoft SQL Server or Microsoft Message Queue Server).
APPLIES TO
Microsoft Windows Server 2003, Web Edition
Microsoft Windows Server 2003, Standard Edition
Microsoft Windows Server 2003, Enterprise Edition
Microsoft SQL Server 2000 Standard Edition
Microsoft Windows Small Business Server 2003 Premium Edition
Microsoft Windows Small Business Server 2003 Standard Edition
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐