Oui, j'ai besoin d'une solution
I get (daily or upon manual restart of the Journaling Task) an error event 3415
An Enterprise Vault task is not correctly configured. The task account's mailbox must have an appropriate Exchange Server 2010 throttling policy applied. See the Enterprise Vault documentation for details of the required throttling policy settings. Task: Exchange Journaling Task for MAIL Exchange Server: MAIL Task account: CN=Enterprise Vault Service,CN=Users,DC=mydomainname,DC=local
The mailbox name of user "Enterprise Vault Service" is "sa_evault", so I issued
[PS] C:\Windows\system32>& 'SetEVThrottlingPolicy.ps1' -user mydomainname.local\sa_evault Name Alias ServerName ThrottlingPolicy ---- ----- ---------- ---------------- Enterprise Vault Service sa_evault mail EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428
Following advice found in this forum, I also ran
[PS] C:\Windows\system32>Set-ThrottlingPolicy -Identity EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428 -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null
and also used ADSIEdit to give the EV service account full access to the mail server including subobjects.
None of these actions helped.
Here's the output of get-throttlingpolicy, by the way:
RunspaceId : 920847ec-4413-4b1b-9854-7f1ec2d5a6e1 IsDefault : False AnonymousMaxConcurrency : 1 AnonymousPercentTimeInAD : AnonymousPercentTimeInCAS : AnonymousPercentTimeInMailboxRPC : EASMaxConcurrency : 10 EASPercentTimeInAD : EASPercentTimeInCAS : EASPercentTimeInMailboxRPC : EASMaxDevices : 10 EASMaxDeviceDeletesPerMonth : EWSMaxConcurrency : 10 EWSPercentTimeInAD : 50 EWSPercentTimeInCAS : 90 EWSPercentTimeInMailboxRPC : 60 EWSMaxSubscriptions : 5000 EWSFastSearchTimeoutInSeconds : 60 EWSFindCountLimit : 1000 IMAPMaxConcurrency : IMAPPercentTimeInAD : IMAPPercentTimeInCAS : IMAPPercentTimeInMailboxRPC : OWAMaxConcurrency : 5 OWAPercentTimeInAD : 30 OWAPercentTimeInCAS : 150 OWAPercentTimeInMailboxRPC : 150 POPMaxConcurrency : 20 POPPercentTimeInAD : POPPercentTimeInCAS : POPPercentTimeInMailboxRPC : PowerShellMaxConcurrency : 18 PowerShellMaxTenantConcurrency : PowerShellMaxCmdlets : PowerShellMaxCmdletsTimePeriod : ExchangeMaxCmdlets : PowerShellMaxCmdletQueueDepth : PowerShellMaxDestructiveCmdlets : PowerShellMaxDestructiveCmdletsTimePeriod : RCAMaxConcurrency : RCAPercentTimeInAD : RCAPercentTimeInCAS : RCAPercentTimeInMailboxRPC : CPAMaxConcurrency : 20 CPAPercentTimeInCAS : 205 CPAPercentTimeInMailboxRPC : 200 MessageRateLimit : RecipientRateLimit : ForwardeeLimit : CPUStartPercent : 75 AdminDisplayName : ExchangeVersion : 0.10 (14.0.100.0) Name : EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428 DistinguishedName : CN=EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428,CN=Global Settings, CN=My Company,CN=Microsoft Exchange,CN=Services,CN=Con figuration,DC=mydomainname,DC=local Identity : EnterpriseVault_D0F41A15-9E91-D111-84E6-0000F877D428 Guid : 91bdd1d2-d754-47a8-b53e-41deab72edb6 ObjectCategory : mydomainname.local/Configuration/Schema/ms-Exch-Throttling-Policy ObjectClass : {top, msExchGenericPolicy, msExchThrottlingPolicy} WhenChanged : 19.07.2013 09:41:42 WhenCreated : 18.07.2013 11:06:36 WhenChangedUTC : 19.07.2013 07:41:42 WhenCreatedUTC : 18.07.2013 09:06:36 OrganizationId : OriginatingServer : myadserver.mydomainname.local IsValid : True
What can be done to correct this?
There is no problem with mailbox archiving, by the way, only with the journaling ..
Regards
hagman