We recently separated one of our mailbox databases into three databases to better manage its growing size.
The migrations all went well, and the old database has been dismounted for some time. Today, in an effort to clean things up a bit, I deleted the old database. After doing so, I started receiving the following error in the system logs:
[Autodiscover] Failed to refresh Mailbox server for database dbb9bd73-1a38-4487-92f7-6e71bea7ac52 in resource forest . Exception: Microsoft.Exchange.Data.Storage.DatabaseNotFoundException: The database with ID dbb9bd73-1a38-4487-92f7-6e71bea7ac52 couldn't be found. at Microsoft.Exchange.Data.ApplicationLogic.Cafe.MailboxServerLocator.ResolveMasterServerOrDag() at Microsoft.Exchange.Data.ApplicationLogic.Cafe.MailboxServerLocator.BeginGetServer(AsyncCallback callback, Object asyncState) at Microsoft.Exchange.HttpProxy.MailboxServerCache.RefreshDatabase(DatabaseWithForest database)
I think it's pretty straightforward: there are some broken references to that now deleted server that are left over in AD and causing issues. The problem is, I'm still fairly inexperienced when it comes to Windows domain management and I'm not sure how to go about finding those broken links and removing them.
Google turned up some interesting results on recovering databases that you were not deleting on purpose, but the only information regarding this particular error urges the user to "check database availability". Of course, having the database unavailable was sort of the point...
Any help is greatly appreciated.