Blog
By Tommy Gunn on 8/5/2009 2:54:29 PM • Rank (4540) • Views 4885
1

1

Alert: The SQL Server Service Broker or Database Mirroring transport is disabled or not configured.

Issue: This alert may occur even if the broker IS enabled.

Resolution: Verify the broker is enabled by running the following query in Management Studio, connected to the Master database:
SELECT is_broker_enabled FROM sys.databases WHERE name = ‘OperationsManager’
If the result=1, the broker is enabled. If result=0 enable the broker as follows:
1. Stop the SDK, Config, and Health Services on the RMS, and the Heath Service on any secondary management servers
2. Execute the following statement from SQL Management Studio
ALTER DATABASE OperationsManager SET ENABLE_BROKER
3. Restart the services

If the alert continues to reoccur, disable the rule using an override.

Update Aug 2009 - Fix for SQL 2008 is a bit different. See the following article for step-by-step fix http://ianblythmanagement.wordpress.com/2009/08/04/the-sql-server-service-broker-or-database-mirroring-transport-is-disabled-or-not-configured/

Submitted By: Kerrie Meyler (MVP)

Map Location


GPS Latitude: 0.00000 Longitude: 0.00000
Comments - Comment RSS


Who Viewed
Who Reviewed
Categories
Related Pages
Shortened URL
http://tinyurl.com/l4sedt

Top Contributors
Featured Members
Pete Zerger
Points: 65442
Level: System Center Expert
Tommy Gunn
Points: 42712
Level: System Center Expert
Simon Skinner
Points: 40744
Level: System Center Expert
Stefan Koell
Points: 28999
Level: System Center Expert
Andreas Zuckerhut
Points: 27434
Level: System Center Expert