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 transaction
The
following message may appear on the OLE DB provider computer:
New transaction cannot enlist in the specified transaction
coordinator.
Back to the top
This behavior occurs if the Distributed Transaction Coordinator (DTS) service is disabled or if network DTC access is disabled. By default, network DTC access is disabled in Windows Server 2003.
Back to the top
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). |
Back to the top