Every time a user tries to connect a new account to Outlook via Exchange, the following event occurs:
SERVERNAME 3002 Error MsExchange BackEndRehydration Application 7/8/2024 9:55:11 AM
Protocol /Autodiscover failed to process request from identity NT AUTHORITY\SYSTEM. Exception: System.TypeInitializationException: The type initializer for 'Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthServiceStaticConfig' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthServiceHelper' threw an exception. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.LiveIdBasicAuthenticationCountersInstance..ctor(String instanceName, LiveIdBasicAuthenticationCountersInstance autoUpdateTotalInstance)
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.LiveIdBasicAuthenticationCounters.CreateInstance(String instanceName, PerformanceCounterInstance totalInstance)
at Microsoft.Exchange.Diagnostics.PerformanceCounterMultipleInstance.GetInstance(String instanceName, PerformanceCounterInstance totalInstance)
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.LiveIdBasicAuthenticationCounters.GetInstance(String instanceName)
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthServiceHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthServiceHelper.get_PerformanceCounters()
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthServiceStaticConfig..cctor()
--- End of inner exception stack trace ---
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthServiceStaticConfig.get_Config()
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.CacheReader..ctor(ConfigWrapper authConfig, RootOrgContainerIdWrapper rootOrgWrapper)
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.CacheReader.GetInstance(ConfigWrapper authConfig, RootOrgContainerIdWrapper rootOrgWrapper)
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthPolicyRepo.GetUserPolicy(String userKey, Int32 traceId, Int32& userPolicy, HttpApplication httpApplication, IRecipientSession recipientSession, IConfigurationSession configSession, ConfigWrapper config, RootOrgContainerIdWrapper rootOrgWrapper)
at Microsoft.Exchange.Security.Authentication.FederatedAuthService.AuthPolicyEvaluator.IsBasicAuthAllowed(String userKey, String protocolName, Int32 traceId, HttpApplication httpApplication, IRecipientSession recipientSession, IConfigurationSession configSession, ConfigWrapper config, RootOrgContainerIdWrapper rootOrgWrapper)
at Microsoft.Exchange.Security.Authentication.BackendRehydrationModule.IsLegacyAuthAllowed(HttpContext httpContext)
at Microsoft.Exchange.Security.Authentication.BackendRehydrationModule.OnAuthenticateRequest(Object source, EventArgs args).
Can someone please assist with what's going on? We haven't applied any new updates nor do we appear to be out of memory.