Jump to content

Throttling Policy - RCAConcurrency Eintrag


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo Leute,

 

mal wieder ein tolles Thema. Exch2010 auf W2008 Basis

 

Folgende Meldung kommt öfters. (Backup_Admin ist der Sicherungsuser vom Exchange)

Ich habe aufgrund einer Anleitung http://blogs.msdn.com/b/pepeedu/archive/2010/01/13/exchange-2010-client-access-throttling.aspx eine neue Policy gebaut und der Mailbox zugewiesen. Der RCAConcurrency Eintrag ist auf Null (also ohne Limit) gesetzt. Warum bleibt die Meldung bestehen und was bedeutet Parts:CAS:110 ?

 

Jemand eine Idee?

 

Protokollname: Application
Quelle:        MSExchange ADAccess
Datum:         25.01.2013 10:30:06
Ereignis-ID:   2915
Aufgabenkategorie:General
Ebene:         Fehler
Schlüsselwörter:Klassisch
Benutzer:      Nicht zutreffend
Computer:      Mail-Server2010.schluessler.de
Beschreibung:
Prozess Microsoft.Exchange.RpcClientAccess.Service.exe (PID=2712). Benutzer 'Sid~SSFB1\backup_admin~RCA~false' hat das Budget innerhalb eines einminütigen Zeitraums 111 Mal für Komponente 'RCA' überschritten. Info: 'Policy:Default2013, Parts:CAS:110;'. Schwellenwert: '100'.
 

 

 

Link zu diesem Kommentar

Grins, doch Null ist schon korrekt, nur nicht 0 ;)

The RcaMaxConcurrency parameter specifies how many concurrent connections an RPC Client Access user can have against a server running Exchange 2013 at one time. A connection is held from the moment a request is received until the connection is closed or the connection is otherwise disconnected (for example, if the user goes offline). If users attempt to make more concurrent requests than their policy allows, the new connection attempt fails. However, the existing connections remain valid. The RcaMaxConcurrency parameter has a valid range from 0 through 2147483647 inclusive. The default value is 20. To indicate that the number of concurrent connections should be unthrottled (no limit), this value should be set to $null.

Bye
Norbert

bearbeitet von NorbertFe
Link zu diesem Kommentar

Ah, da ist die Doku falsch. Das soll angeblich eine "Microsoft.Exchange.Data.Unlimited"-Eigenschaft sein. Und in der ging $null nicht.

 

Get-Member sagt aber, das ist "System.Nullable" - dann geht $null aber nicht unlimitedt.

 

Ungewöhnlich ist das aber schon, denn Exchange-Leute nehmen in der Regel nie $null für unbegrenzt.


Allerdings habe ich hier zum Testen nur einen Ex 2010 RTM.

 

Kannst Du im SP2 mal "get-throttlingpolicy | gm" machen und schauen, welche Definition die Eigenschaft RCAMaxConcurrency hat?

Link zu diesem Kommentar

Habe ich gemacht. Meine neue Richtlinie ist zwar nicht default, aber dem einem User zugewiesen. Wir nutzen Backup Assists mit Exchange AddOn. Der Eintrag wurde mit $Null gesetzt.

 

[PS] C:\>get-throttlingpolicy | gm


   TypeName: Microsoft.Exchange.Data.Directory.SystemConfiguration.ThrottlingPolicy

Name                                      MemberType   Definition
----                                      ----------   ----------
Clone                                     Method       System.Object Clone()
Equals                                    Method       bool Equals(System.Object obj)
GetHashCode                               Method       int GetHashCode()
GetProperties                             Method       System.Object[] GetProperties(System.Collections.Generic.ICol...
GetType                                   Method       type GetType()
ToString                                  Method       string ToString()
Validate                                  Method       Microsoft.Exchange.Data.ValidationError[] Validate()
PSComputerName                            NoteProperty System.String PSComputerName=mail-server2010.schluessler.de
RunspaceId                                NoteProperty System.Guid RunspaceId=2b7ccac7-2ef5-4e45-ac69-a907556800c6
AdminDisplayName                          Property     System.String AdminDisplayName {get;}
AnonymousMaxConcurrency                   Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
AnonymousPercentTimeInAD                  Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
AnonymousPercentTimeInCAS                 Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
AnonymousPercentTimeInMailboxRPC          Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
CPAMaxConcurrency                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
CPAPercentTimeInCAS                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
CPAPercentTimeInMailboxRPC                Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
CPUStartPercent                           Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
DistinguishedName                         Property     System.String DistinguishedName {get;}
EASMaxConcurrency                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EASMaxDeviceDeletesPerMonth               Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EASMaxDevices                             Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EASPercentTimeInAD                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EASPercentTimeInCAS                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EASPercentTimeInMailboxRPC                Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSFastSearchTimeoutInSeconds             Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSFindCountLimit                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSMaxConcurrency                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSMaxSubscriptions                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSPercentTimeInAD                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSPercentTimeInCAS                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
EWSPercentTimeInMailboxRPC                Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
ExchangeMaxCmdlets                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
ExchangeVersion                           Property     Microsoft.Exchange.Data.ExchangeObjectVersion ExchangeVersion...
ForwardeeLimit                            Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
Guid                                      Property     System.Guid Guid {get;}
Identity                                  Property     Microsoft.Exchange.Data.ObjectId Identity {get;}
IMAPMaxConcurrency                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
IMAPPercentTimeInAD                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
IMAPPercentTimeInCAS                      Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
IMAPPercentTimeInMailboxRPC               Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
IsDefault                                 Property     System.Boolean IsDefault {get;}
IsValid                                   Property     System.Boolean IsValid {get;}
MessageRateLimit                          Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
Name                                      Property     System.String Name {get;set;}
ObjectCategory                            Property     Microsoft.Exchange.Data.Directory.ADObjectId ObjectCategory {...
ObjectClass                               Property     Microsoft.Exchange.Data.MultiValuedProperty`1[[system.String,...
OrganizationId                            Property     Microsoft.Exchange.Data.Directory.OrganizationId Organization...
OriginatingServer                         Property     System.String OriginatingServer {get;}
OWAMaxConcurrency                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
OWAPercentTimeInAD                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
OWAPercentTimeInCAS                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
OWAPercentTimeInMailboxRPC                Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
POPMaxConcurrency                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
POPPercentTimeInAD                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
POPPercentTimeInCAS                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
POPPercentTimeInMailboxRPC                Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxCmdletQueueDepth             Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxCmdlets                      Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxCmdletsTimePeriod            Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxConcurrency                  Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxDestructiveCmdlets           Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxDestructiveCmdletsTimePeriod Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
PowerShellMaxTenantConcurrency            Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
RCAMaxConcurrency                         Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
RCAPercentTimeInAD                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
RCAPercentTimeInCAS                       Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
RCAPercentTimeInMailboxRPC                Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
RecipientRateLimit                        Property     System.Nullable`1[[system.UInt32, mscorlib, Version=2.0.0.0, ...
WhenChanged                               Property     System.Nullable`1[[system.DateTime, mscorlib, Version=2.0.0.0...
WhenChangedUTC                            Property     System.Nullable`1[[system.DateTime, mscorlib, Version=2.0.0.0...
WhenCreated                               Property     System.Nullable`1[[system.DateTime, mscorlib, Version=2.0.0.0...
WhenCreatedUTC                            Property     System.Nullable`1[[system.DateTime, mscorlib, Version=2.0.0.0...


[PS] C:\>

bearbeitet von Dutch_OnE
Link zu diesem Kommentar

Ich habe es aufgrund folgender Foren Aussage auf 1000 gestellt.

Setting the value for a throttling policy to “$Null” on Exchange 2010 can result in the Default value being used;

 

Nun teste ich nochmal.



Prozess Microsoft.Exchange.RpcClientAccess.Service.exe (PID=3796). Benutzer 'Sid~SSFB1\backup_admin~RCA~false' hat das Budget innerhalb eines einminütigen Zeitraums 110 Mal für Komponente 'RCA' überschritten. Info: 'Policy:Default2013, Parts:CAS:109;'. Schwellenwert: '100'.

 

Der User hat die Default2013 Policy. Diese hat im Wert RCAMaxConcurrency definitiv 1000 stehen. Die Ursprungs Policy hat dort 20 stehen.

Woher kommt der Schwellenwert 100?

 

Ich werde noch bekloppt ^^

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...