Forum Discussion
Exchange 2016 on prem - ECP redirects to OWA
I did search and found similar topics and tried the suggestions but no cigar.
I should say this server is supposed to be a management server to all our mailboxes which are in Exchange Online.
I have this:
[PS] C:\Windows\system32>Get-ExchangeServer fmdex7 |Get-owaVirtualDirectory | fl identity, name, *URL*, *auth*
Identity : FMDEX7\owa (Default Web Site)
Name : owa (Default Web Site)
Url : {}
InternalSPMySiteHostURL :
ExternalSPMySiteHostURL :
SetPhotoURL :
Exchange2003Url :
FailbackUrl :
InternalUrl : https://fmdex7.ad.fasken.fmd/owa
ExternalUrl :
ClientAuthCleanupLevel : High
InternalAuthenticationMethods : {Basic, Fba}
BasicAuthentication : True
WindowsAuthentication : False
DigestAuthentication : False
FormsAuthentication : True
LiveIdAuthentication : False
AdfsAuthentication : False
OAuthAuthentication : False
ExternalAuthenticationMethods : {Fba}
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[PS] C:\Windows\system32>Get-ExchangeServer fmdex7 |Get-EcpVirtualDirectory | fl identity, name, *URL*, *auth*
Identity : FMDEX7\ecp (Default Web Site)
Name : ecp (Default Web Site)
InternalUrl : https://fmdex7.ad.fasken.fmd/ecp
ExternalUrl :
InternalAuthenticationMethods : {Basic, Fba}
BasicAuthentication : True
WindowsAuthentication : False
DigestAuthentication : False
FormsAuthentication : True
LiveIdAuthentication : False
AdfsAuthentication : False
OAuthAuthentication : False
ExternalAuthenticationMethods : {Fba}
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
But still when I try to login to ECP it sends me to OWA.
https://fmdex7/owa/auth/logon.aspx?replaceCurrent=1&reason=3&url=https%3a%2f%2ffmdex7%2fecp
X-ClientId: D255F24E6E3C4530BF51F66DC4E0D330 request-id c025a24c-554c-4d7f-90f6-251127b5bef8 X-OWA-Error Microsoft.Exchange.Data.Storage.UserHasNoMailboxException X-OWA-Version 15.1.1913.5 X-FEServer FMDEX7 X-BEServer FMDEX7 Date:7/13/2020 4:45:25 PM
Appreciate any help I can get!
Cheers,
Thanks!
I was able to get that sorted out by going to IIS and checking all the Exchange Back End HTTP Redirect, and found some were check marked with redirect requests to OWA.No idea why.
Removed the check marks after clearing the URL in the destination field and I am able to login to EAC.
6 Replies
- Smith_JBrass Contributor
For the redirect issue, it’s recommended to refer to the workaround in below KB: Exchange Server 2013 or Exchange Server 2016 redirects to Exchange 2010 for OWA, Outlook on the Web, and ECP
In addition, here's a article to get in detailed about Client Connectivity in an Exchange 2010 and Exchange 2016 coexistence, for your reference: Client Connectivity in an Exchange 2016 Coexistence Environment with Exchange 2010.
- Gino435Copper Contributorwhich KB? can you post the KB please
- manuphilipBrass Contributor
Hi OzzLioi ,
It is surely a re-direction settings take effect somewhere. Check your antispam, relay software or firewall etc. It can be at the IIS too
- OzzLioiCopper Contributor
Thanks for the reply, It has to be IIS as this also happens on the server itself.
I built this server and got it to work temporarily then something happened that caused the redirect.
I tried many things I found online and no change.
I removed the server cleaned up with ADSIEDIT and reinstalled OS and then Exchange...
A very difficult install even for Exchange which is normally a detailed and difficult install.
After eliminating all the prereqs, and completing the install, I wound up in the same place, with the same redirect.
If nothing else comes up my next step is calling Microsoft support again!- OzzLioiCopper Contributor
Thanks!
I was able to get that sorted out by going to IIS and checking all the Exchange Back End HTTP Redirect, and found some were check marked with redirect requests to OWA.No idea why.
Removed the check marks after clearing the URL in the destination field and I am able to login to EAC.