How to: Work Around COM+ System Configuration Check Failure in SQL Server Setup

Microsoft SQL Server 2005 Setup checks that COM+ is properly configured. If configuration errors are found, Setup will continue, but the following warning appears in the System Configuration Check (SCC) report:

"If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup."

COM+ errors can result when Microsoft Distributed Transaction Coordinator (MS DTC) is not running or, in the case of Microsoft Cluster Server, if MS DTC is not a clustered resource. COM+ depends upon MS DTC, and the Message Queue Task in Integration Services depends upon COM +. If COM+ errors occur, the Message Queue Task in Integration Services will not be available until the COM+ system is properly configured.

To use Message Queuing (also known as MSMQ), ensure that MS DTC is running and properly configured. If SQL Server is installed on a cluster, MS DTC must be a cluster resource.

Use the following procedures to reinstall COM+.

To install the Component Services snap-in

  1. From the Windows desktop, click Start and then click Run.

  2. In Open, type MMC, and then click OK.

  3. In the Console window, click File on the menu bar, and then click Add/Remove Snap-in.

  4. In the Add/Remove Snap-in window, click Add.

  5. In the Add Standalone Snap-in window, select Component Services from the list of snap-ins, and then click Add.

  6. Click Close to close the Add Stand-alone Snap-in window, and then click OK to close the Add/Remove Snap-in window.

  7. In the Console Root\Component Services window, expand the Component Services tree. This is where any error message would occur if there was a problem with COM+.

  8. Run SQL Server 2005 Setup again. If you get an error message, reinstall COM+.

To reinstall COM+

  1. From Add or Remove Programs in Control Panel, click Add/Remove Windows Components.

  2. In the Windows Components Wizard, click Next without making any selection changes.

  3. Click through to complete the wizard, and then run SQL Server 2005 Setup again.

See Also

Tasks

How to: Read a SQL Server 2005 Setup Log File

Concepts

Troubleshooting an Installation of the SQL Server Database Engine
How to: View SQL Server 2005 Setup Log Files

Help and Information

Getting SQL Server 2005 Assistance