The Archive Manager Journal mailbox is increasing in size and Event Viewer errors similar to below are reported:
System.Exception: Unable to obtain server DN for user 'casarray//o=Contosa/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=ArchiveMgr Journal' from database
The ArchiveMgr_Journal mailbox has been deleted from the Archive Manager website. The server name in the MAPI Data Loader is incorrect.
Resolution 1
Resolution 2
USE ArchiveManager
SELECT * FROM mailbox WHERE deleted = 1 and name like '%journal%'
USE ArchiveManager
UPDATE mailbox SET deleted = 0 WHERE mailboxID = XX
*Ensure an up to date backup exists of the Archive Manager SQL database exists before following the SQL steps above