Event 3479 Could not add all the mailboxes to the processing queue
we have EV 11.0.1. CHF2 since a few days if the exchange Mailbox archiving Task is starting we get following message in the event viewer: EVENT 3479 Could not add all the mailboxes to the processing queue. The mailboxes that could not be added to the queue will be processed on the next run of the archiving task. Mailboxes added to queue: 0 of 1154 MSMQ name: DIRECT=OS:SW-xxxxx-xxxxx\Private$\Enterprise Vault Exchange Mailbox Task for SW-xxxxxx-xxxxx 161109073116 A5 Run ID: Scheduled_20161109_074803 Exchange Server: SW-xxxxxx-xxxxxx Task name: Exchange Mailbox Archiving Task for SW-xxxxxx-xxxxxx so at the end NO Mailboxes are add the the queue. If i look in the Report i can see it is "running" but nothing happens. next day same Message same result. If i try to do a run now with a single Mailbox it will run successfull if i try to do a run now with more then one Mailboxes i can see every second a new report entry and come, ends and start again... in a neverending loop. Only clear the MSMQ queue solve this. If it try to do a run now with "All Mailboxes" i have the same result as with the normal scheduled run. I tried to delete the queues. same result as before I tried to delete the Mailbox Task and define a new one. Same result as before I have done no changes in EV, and the Exchange Guys told me they also have made no changes any ideas? Thanks KaiSolved2KViews0likes2CommentsMSMQ Outgoing Queues referencing failed EV server - using Building Blocks for High Availability
Hi Everyone We make use of Building Blocks to build High Availability in our EV environment. We have come across a peculiar problem and wanted to know if anyone here has noted a similar issue. Scenario: We are in the archiving schedule and there are (say) 5 EV Mailbox Archiving Servers archiving 5 Exchange Servers. There are cross-references across EV and Exchange Servers i.e. the Storage Service for an archive is on an EV server other than the one which is running the Archival Task. Problem: If an EV Mailbox Archiving Servers fails, we use Building Blocks to quickly bring up services on a standby server by running Update Service Locations. However, we notice that items are still in archive pending state in user mailboxes being archived by other EV Servers. New items are also going into archive pending state across all user mailboxes. Analysis: We have already run a flushdns (or Clear-DNSClientCache in Powershell) across all EV servers. In the MSMQ Outgoing Queues, we noticed that there are queues which still resolve to the old failed servers and are in Failed to Connect or Waiting to Connect state, since MSMQ does not resolve to the EV aliases but the EV server hostnames. Solution: To resolve the issue, we need to add a host file entry resolving thehostname of the failed server to the IP address of the now active server and restart the storage/taskcontroller service. Has anyone of you come across a similar situation? We wish to avoid making host file entries and make thefailover process seamless.852Views0likes4CommentsMoving MSMQ on Windows Server 2012 for EV11
There is no way to use a GUI to move MSMQ on Windows Server 2012. You can move MSMQ using PowerShell. NOTE: In the example below I have created a new MSMQ folder on G:\. The path is G:\MSMQ. You do not need to create the MessageFiles, TransactionLogs or Storage folders as they will be created automatically. To move MSMQ perform the following actions: