SQL 2014 cu6
We're bringing up a new production server and have a ton of SSIS packages that I need to bring over. For ease, I restored msdb from the current prod server to the replacement server. All seemed well until I tried to setup Database Mail. I get about 2 clicks in and it hangs. The message I get, before I click next and it hangs, is that Service Broker is not active in msdb. I click next and it hangs. I eventually have to kill it. If I try to enable service broker manually it just runs and runs. I just stopped it after 12 minutes. I ran this: alter database msdb set enable_broker.
My question is, how can I fix this? There has to be a way, right? I really don't want to blow away my install and start from scratch, but I'm afraid my server is not in a stable state right now.
Thanks in advance.
André