Additional Throttling Policy for Error IDs 3419 and 2217
Updated: 18 Jul 2011 | 9 comments
This issue has been solved. See solution.
Hello,
Regarding the below technote, is the throttling policy listed, under the solution section, the exact command to be used, specifically where it references EnterpriseVault_D0F41.... Or does the policy need to be edited to match your particular environment? In other words, does the policy need to reference our Vault Service account or any other ID??
http://www.symantec.com/business/support/index?page=content&id=TECH156775
Set-ThrottlingPolicy -Identity EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428 -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null
Discussion Filed Under:
Comments
You need to run it as is.
You need to run it as is.
Tony Sterling
www.bluesource.net or www.bluesource.co.uk
Offices in the US and the UK
I think Tony is right, the
I think Tony is right, the policy is named like that on my system too. I also checked the PowerShell SetEVThrottlingPolicy.ps1, and you can see in there that the policy name is "hard coded".
Also as the article states
Also as the article states this is resolved in EV 9.0.2, so you can just go pick up the SetEVThrottlingPolicy script from there and not worry about the parameters for the interim fix :)
-Karl
Oh yep, that'll work too..
Oh yep, that'll work too.. Good spot Karl.
Enter subject (optional)
hold up just a second, i thought i was told by someone, can't remember who, that the EV9 SP2 didn't have things like the RPC Time in CAS parameters?
I've lifted the following
I've lifted the following from the script on the 9.0.2 media - looks correct to me.
Set-ThrottlingPolicy $EVPolicyName -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null
-Karl
Hi All, Thanks for all your
Hi All,
Thanks for all your input...So i just ran the 2 below commands on one of our exch 2010 mailbox servers
Set-ThrottlingPolicy -Identity EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428 -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null
Get-throttlingpolicy enterprisevault_D0F41A15-9E91-D111-84E6-0000F877D428
from the output that was produced from running the above 'Get' command, am i looking for something specific to ensure the 'Set' command ran successfully?
Initially, before you run the
Initially, before you run the modified set-throttlingpolicy you should notice :
By the way, I should add..
By the way, I should add.. There is no need to run this on multiple servers if you have multiple servers... it's just a policy in Exchange - onetimesetting :)
Would you like to reply?
Login or Register to post your comment.