Hello,
To support the new ConfigMgr 2012 SP1 feature "client notification" I must configure communication between the site database server and the database replica server for the SQL Server Service Broker.
This stored procedure configures the Service Broker for client notification and export the Service Broker certificate
Do someone had this situation ( problem to export certificate from managment point servers)
EXEC
sp_BgbConfigSSBForReplicaDB'WX1892.d9000.danskenet.net','CM_DBP_REPL','E:\Shares\ConfigMgr_MPReplica\sql.cer'
Error line:
Msg 3716, Level 16, State 14, Line 2
The queue 'ConfigMgrBGBQueue' cannot be dropped because it is bound to one or more service.
by the way :
SQL service broker is enabled on REPLICATION database.
SELECT
name,is_broker_enabledFROMsys.databases