Exchange 2019 CU5 (no older Version in AD), 1 Server (Server core install), EX2019 CU 7 update is planed
User login over ECP works perfect for all user. Switch to OWA or fresh OWA Login i gets an error for all user:
Something went wrong
The configuration isn't valid.
X-ClientId: 9D9472D06757471A97CCFA0612F95EEF
request-id fbcb1199-8cd5-4a85-bbb5-4abbba499a3f
X-OWA-Error Microsoft.Exchange.Clients.Owa2.Server.Web.SlabManifestFormatException
X-OWA-Version 15.2.595.3
X-FEServer MAIL01
X-BEServer MAIL01
Date:12/18/2020 9:28:24 PM
InnerException: System.Xml.XmlException
enabled OWA light by running this command in EMS:
Set-OWAVirtualDirectory –LogonPageLightSelectionEnabled $true
OWA light works for all Users.
Then I tried to use iisreset, msexchCanary clear and re-creation of OWA/ECP Web vDirs.
EWS Config
Get-WebServicesVirtualDirectory | fl
RunspaceId : 11c4a482-0ba4-487e-842c-8a7298d79f2b
CertificateAuthentication :
InternalNLBBypassUrl : https://mail01.domain.int/ews/exchange.asmx
GzipLevel : Low
MRSProxyEnabled : False
Name : EWS (Default Web Site)
InternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
ExternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
LiveIdNegotiateAuthentication :
WSSecurityAuthentication : True
LiveIdBasicAuthentication : False
BasicAuthentication : False
DigestAuthentication : False
WindowsAuthentication : True
OAuthAuthentication : True
AdfsAuthentication : False
MetabasePath : IIS://LABMAIL01.labad.int/W3SVC/1/ROOT/EWS
Path : D:\Exchange2019\FrontEnd\HttpProxy\EWS
ExtendedProtectionTokenChecking : None
ExtendedProtectionFlags : {}
ExtendedProtectionSPNList : {}
AdminDisplayVersion : Version 15.2 (Build 595.3)
Server : LABMAIL01
InternalUrl : https://mail.domain.int/EWS/Exchange.asmx
OWA Config
Get-WebServicesVirtualDirectory | fl
RunspaceId : 11c4a482-0ba4-487e-842c-8a7298d79f2b
CertificateAuthentication :
InternalNLBBypassUrl : https://mail01.domain.int/ews/exchange.asmx
GzipLevel : Low
MRSProxyEnabled : False
Name : EWS (Default Web Site)
InternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
ExternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
LiveIdNegotiateAuthentication :
WSSecurityAuthentication : True
LiveIdBasicAuthentication : False
BasicAuthentication : False
DigestAuthentication : False
WindowsAuthentication : True
OAuthAuthentication : True
AdfsAuthentication : False
MetabasePath : IIS://LABMAIL01.labad.int/W3SVC/1/ROOT/EWS
Path : D:\Exchange2019\FrontEnd\HttpProxy\EWS
ExtendedProtectionTokenChecking : None
ExtendedProtectionFlags : {}
ExtendedProtectionSPNList : {}
AdminDisplayVersion : Version 15.2 (Build 595.3)
Server : LABMAIL01
InternalUrl : https://mail.domain.int/EWS/Exchange.asmx
ECP Config:
PS] C:\Windows\system32>Get-ecpVirtualDirectory | fl name,auth,url
Name : ecp (Default Web Site)
InternalAuthenticationMethods : {Basic, Fba}
BasicAuthentication : True
WindowsAuthentication : False
DigestAuthentication : False
FormsAuthentication : True
LiveIdAuthentication : False
AdfsAuthentication : False
OAuthAuthentication : False
ExternalAuthenticationMethods : {Fba}
InternalUrl : https://mail.labad.int/ecp
ExternalUrl :
Thanks in advance
Joerg