Relevant Product: Signature Manager Exchange Edition
WARNING! The following products were discontinued on 30 September 2022:
- Exclaimer Signature Manager Outlook Edition
- Exclaimer Signature Manager Exchange Edition
The end of Support for these products is 30th September 2024.
For more information, please see the Discontinued Questions and Answers page.
Scenario
When using Exclaimer Signature Manager Exchange Edition's Sent Items Update service, you may see the following error in the Event Log:
The sent item noted in the event may take a while to update (over 15 minutes), or it may not be updated at all.
Reason
This error is most likely caused by the Exchange Web Services (EWS) throttling, particularly on busy servers.
Resolution
To resolve this issue, remove EWS throttling from the Sent Items Update service account (ExclaimerSIUS, by default).
To do this:
- Open the Exchange Management Shell.
- Create a new throttling policy. For example: 'ExclaimerSIUSPolicy', using the following command:
New-ThrottlingPolicy ExclaimerSIUSPolicy
- Run one of the following commands (depending on the Exchange version) to change the new throttling policy and set the EWS connections for 'ExclaimerSIUSPolicy' to 'Null/Unlimited':
For Exchange 2010:
Set-ThrottlingPolicy ExclaimerSIUSPolicy -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null -EWSMaxConcurrency $null -EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null -EWSMaxSubscriptions $null -EWSFastSearchTimeoutInSeconds $null -EWSFindCountLimit $null -CPAMaxConcurrency $null -CPAPercentTimeInCAS $null -CPAPercentTimeInMailboxRPC $null -CPUStartPercent $null
-or-
For Exchange 2013 and above:
Set-ThrottlingPolicy ExclaimerSIUSPolicy -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited - Apply the new policy to the Exclaimer Sent Items Update service account:
Set-Mailbox "ExclaimerSIUS" -ThrottlingPolicy ExclaimerSIUSPolicy - Restart the Exclaimer Sent Items Update service (this will not affect the mail flow).
If the error persists
- Open a command prompt as an Administrator.
- Run IISRESET. Please note that this will briefly impact some Exchange services.
- Restart the Exclaimer Sent Items Update service.
- If you continue to see the same error, please raise a support ticket.