question

AtleJohansen-1588 avatar image
0 Votes"
AtleJohansen-1588 asked LydiaZhou-MSFT edited

Invalid username and password accessing OWA and ECP

Hi

I have problem accessing the owa and ecp on Exchange Server 2016 on an Microsoft Server 2016.

I can reach the pages owa, ecp and localhost, but the error is:
Invalid username or password, please try again later

I have posted this topic and problem earlier. Follow this link: https://social.technet.microsoft.com/Forums/office/en-US/4da3f989-1a88-480e-88a7-06ae03386307/invalid-username-and-passorword-accessing-owa-and-ecp?forum=Exch2016SD#13c0a3e8-b5c3-4f0e-a0d3-6210403df1d0

Thank you for helping me.

office-exchange-server-deployment
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AtleJohansen-1588 avatar image
0 Votes"
AtleJohansen-1588 answered

Thank you all for helping me with this problem.

This worked for me;

https://community.spiceworks.com/topic/514617-exchange-2013-unable-to-login-to-owa-ecp

This is the solution:
Using the commands :

Set-OWAVirtualDirectory -Identity "adminsrv\OWA (Default Web Site)" -FormsAuthentication $False -BasicAuthentication $True

Set-OWAVirtualDirectory -Identity "adminsrv\OWA (Default Web Site)" -FormsAuthentication $true -BasicAuthentication $True

Followed by IISreset and also to recycle the app pools for OWA and ECP

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ManuPhilip avatar image
0 Votes"
ManuPhilip answered AtleJohansen-1588 commented

Hello @AtleJohansen-1588,


Have you tried to login in OWA and ECP from a different Computer/Mobile? Or from a different browser? In Google chrome, you can login in In-cognito mode to avoid any cookies to impact the connection.
The link given shows that you are getting an error message "Can't reach the page - ERR_Connection_Reset", which can be fixed by deleting the cookies from the browser



Please mark as "Accept the answer" if the above steps helps you. Your suggestion will help others also !


Regards,
Manu


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi ManuPhilip.

Thank you for the reply an answer.
I have found the solution of the problem today.

https://community.spiceworks.com/topic/514617-exchange-2013-unable-to-login-to-owa-ecp

This is the solution:
Using the commands :

Set-OWAVirtualDirectory -Identity "adminsrv\OWA (Default Web Site)" -FormsAuthentication $False -BasicAuthentication $True

Set-OWAVirtualDirectory -Identity "adminsrv\OWA (Default Web Site)" -FormsAuthentication $true -BasicAuthentication $True

Followed by IISreset and also to recycle the app pools for OWA and ECP

1 Vote 1 ·
LydiaZhou-MSFT avatar image
0 Votes"
LydiaZhou-MSFT answered LydiaZhou-MSFT edited

Glad to hear that your issue is solved, and thanks for your sharing.
Your resolution resetting FormsAuthentication and restarting IIS may help more people with similar issues.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.