Exchange Throttling Policy and Bandwidth/Performance (2013)

  • 7020644
  • 25-Aug-2014
  • 07-Aug-2017

Environment


Retain 2.5 or higher
Exchange 2013

Situation

Not all folders or messages are archived from Microsoft Exchange 2013 and in the following message could be found in the logs: "The server cannot service this request right now. Try again later."

Resolution


The error indicates that either you have a throttling policy applied or the Exchange server is busy.  Microsoft Exchange 2010 uses client throttling policies by default to track bandwidth for each Microsoft Exchange user and enforce bandwidth limits as necessary. Throttling policies should be turned off for the Retain Service Account, because they can affect the performance of Retain for Exchange when accessing mailboxes with a large number of folders and mail items.

1.  On a computer that hosts the Microsoft Exchange Management Shell, open the Microsoft Exchange Management Shell.

2.  Type these commands:

a.  New-ThrottlingPolicy [give it a policy name of your choosing]

b.  Set-ThrottlingPolicy [policy name from step "a"] -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited

c.  Set-Mailbox [Retain impersonation user account] -ThrottlingPolicy [policy name from step "a"]

3.  To check the policy run the command:

  • Get-ThrottlingPolicy -Identity [policy name from step "a"] | Format-List

Which should return something like this:

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 2343.