Matthew_J
9 years agoLevel 4
Exchange log space ran out... fixed, but now vault won't archive journal mailbox
So, over the weekend our Exchange log space ran out. We are running 2013 with 3 DAG members. After fixing the space and recovering exchange services, mail is flowing again. However, Vault is not processing mail out of the journal as expected now. I have lots of these in the verbose EV event log:
A queued operation exceeded the retry count and has been discarded Exchange Journaling Task for STORK1 Retrieved a [MsgID_ArchiveMailboxEx3 (91)] MSMQ message on queue [JET\Private$\Enterprise Vault Exchange Journaling Task for STORK1 170124131644 J3], but it's retry count [4] exceeds the maximum retry limit [3].
I ran a DTRACE against the journal archiving task and this section stands out to me.
{CArchivingAgent::ProcessUserEx:#18838} Processing mbx [/O=CHELAN COUNTY POWER/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=492C1005BB764F748799D56D22F21582-EXCH], mode [RN_ARCHIVING (0x1)], report mode [False].
{GetMailboxEntryDetails:#4847} Entry
CBaseDirectoryServiceWrapper::CreateDirectoryService() - Entry [m_nNumTries = 40]
{AgentMessageDispenser::ProcessNextMessage:#1521} Committing MSMQ transaction.
CBaseDirectoryServiceWrapper::CreateDirectoryService() - Successfully communicated with an EV Directory Service on the local machine
{VaultCoCreateInstanceEx} CLSID [{4EC6FF76-C97A-11D1-90E0-0000F879BE6A}] Server Name [(null)] Used Server Name [(null)] Num of attempts [1] Total elapsed [0.000s] Result [Success (0)]
{GetMailboxEntryDetails:#4864} No matching MailboxEntry found
{GetMailboxEntryDetails} HRXEX fn trace : Error [0x80070490], [.\AgentsFunctions.cpp, lines {4845,4854,4858,4860,4865}, built Apr 3 22:28:46 2014].
{GetMailboxEntryDetails:#4922} Exception Occurred [0x80070490] [Element not found.]
{CArchivingAgent::ProcessUserEx:#18865} The Distinguished name for the mailbox is [CN=Exch13JournalMailbox,OU=SrvcAccts,OU=User Accounts,DC=domain1,DC=chelan].
{IsSystemMbx:#3620} The distinguished name of the mailbox (ADMbxDN) = [CN=Exch13JournalMailbox,OU=SrvcAccts,OU=User Accounts,DC=domain1,DC=chelan]
{CMailboxUsage::SetMailboxInUse:#196} Added [/O=CHELAN COUNTY POWER/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=492C1005BB764F748799D56D22F21582-EXCH] to list of mailboxes to be processed. List now contains [1] mailboxes.
{CArchivingAgent::Initialise} (Entry)
{MigratedDominoItems::Reset} (Entry)
{MigratedDominoItems::Reset} (Exit)
{CPrioritizedItemTable::InitialiseTable:#108} (Age) - Setting up the table. Size: [1000]
{CPrioritizedItemTable::InitialiseTable:#108} (Quota) - Setting up the table. Size: [1000]
{CArchivingAgent::Initialise} (Exit) Status: [Success]
:CArchivingAgent::ProcessUser() |Exiting routine |
{CArchivingAgent::ProcessUserEx:#20214} It took [0.010189] seconds to process mailbox [/O=CHELAN COUNTY POWER/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=492C1005BB764F748799D56D22F21582-EXCH]. [0x80070490]
{CMailboxUsage::RemoveUserFromList:#113} Removed [/O=CHELAN COUNTY POWER/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=492C1005BB764F748799D56D22F21582-EXCH] from list of mailboxes being processed. List now contains [0] mailboxes.
{AgentMessageDispenser::ActivateObject:#3708} An error that we don't specifically recognise has occurred, [0x80070490], so we'll just increment this messages retry count.
{AgentMessageDispenser::ActivateObject} (Exit) Status: [The dispenser was asked to repost the message to be retried later (0xc00408e2)]
{AgentMessageDispenser::ProcessNextMessage:#1032} It took [0.010831] seconds to process the [MsgID_ArchiveMailboxEx3 (91)] MSMQ message body (ActivateObject). Processing the message [failed].
{AgentMessageDispenser::ProcessNextMessage:#1048} Processing MSMQ message body (ActivateObject) failed with [0xc00408e2]. The retry count will be incremented, and the message reposted to the end of the queue.
{AgentMessageDispenser::ProcessNextMessage:#1112} Reposting a [MsgID_ArchiveMailboxEx3 (91)] MSMQ message on queue [JET\Private$\Enterprise Vault Exchange Journaling Task for STORK1 170124131644 J3]. The new retry count is [1]
This is Vault 10.0.4 (I know, it's out of support and needs to be upgraded.... It's been on my list for a while but keeps getting priority bumped) and Exchange 2013.
Can anyone help?