• abdul.samad.121 (12/9/2010)


    ...

    "Unable to route the incoming message. The system database msdb containing routing information is not available. The broker is disabled in msdb."

    ...

    double check your both msdb broker setting.

    SELECT '' as 'Q_005', name, is_broker_enabled , service_broker_guid

    FROM sys.databases

    WHERE database_id = DB_ID('msdb')

    ;

    You can find my full ssb troubleshooting script at http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31867/

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me