Forum Discussion
Vancelot
Feb 19, 2024Copper Contributor
EAC Issue After Exchange 2019 CU14 Install
We upgraded our Exchange 2019 server from CU13 to CU14 successfully. This is a hybrid setup and we only use this server as a SMTP relay to Office 365. There are no mailboxes on-prem. Mail flow is wo...
Vancelot
Feb 20, 2024Copper Contributor
More information. If I try to open the Exchange Toolbox, I get the following error:
Type is not resolved for member 'Microsoft.Exchange.Configuration.MonadDataProvider.MonadDataAdapterInvocationException,Microsoft.Exchange.Configuration.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxx'.
System.Runtime.Serialization.SerializationException
at Microsoft.ManagementConsole.Internal.IMessageClient.ProcessRequest(Request request)
at Microsoft.ManagementConsole.Executive.RequestStatus.BeginRequest(IMessageClient messageClient, RequestInfo requestInfo)
at Microsoft.ManagementConsole.Executive.SnapInRequestOperation.ProcessRequest()
at Microsoft.ManagementConsole.Executive.Operation.OnThreadTransfer(SimpleOperationCallback callback)
Type is not resolved for member 'Microsoft.Exchange.Configuration.MonadDataProvider.MonadDataAdapterInvocationException,Microsoft.Exchange.Configuration.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxx'.
System.Runtime.Serialization.SerializationException
at Microsoft.ManagementConsole.Internal.IMessageClient.ProcessRequest(Request request)
at Microsoft.ManagementConsole.Executive.RequestStatus.BeginRequest(IMessageClient messageClient, RequestInfo requestInfo)
at Microsoft.ManagementConsole.Executive.SnapInRequestOperation.ProcessRequest()
at Microsoft.ManagementConsole.Executive.Operation.OnThreadTransfer(SimpleOperationCallback callback)
- HappyHappyManFeb 27, 2024Copper ContributorI have the same exact issue with EAC is keep asking username/password and PowerShell session is not connecting to Exchange 2019 CU14 servers.
- VancelotFeb 27, 2024Copper ContributorI am glad I am not the only one. I have not found a solution yet. I am almost to the point where I will open a support ticket with Microsoft. If you find a fix, please post it here.
- HappyHappyManFeb 28, 2024Copper ContributorAfter I talked Microsoft support, I found the port 443/SSL certificate binding on Default Website and Exchange Backend sites in IIS manager changed somehow on Exchange servers after CU14 (Or the binding used to work before CU14).
Default Website 443 binding should be set to public certificate and IP address set to "All Unassigned".
Exchange Backed site binding should be set with self-signed Exchange certificate and also set to "All unassigned".
After I made changes, I have refreshed the Application pools (or do a IISReset). It worked for me.