Hi,
in a customer environemnet we get executing
exec [Microsoft.SystemCenter.Orchestrator.Maintenance].[MaintenanceWorker]
this error:
Error: 9617, The service queue "MaintenanceServiceQueue" is currently disabled.
Msg 50000, Level 1, State 60
Looking at sys.service_queues is_receive_enabled and is_enqueue_enabled is set 0:
When we execute
ALTER QUEUE MaintenanceServiceQueue WITH STATUS = ON
we get this error:
Msg 15151, Level 16, State 1, Line 1
Cannot alter the queue 'MaintenanceServiceQueue', because it does not exist or you do not have permission.
How to enable this service queue?
Regards,
Stefan
More and news about System Center at stillcool.de and sc-orchestartor.eu .