Exchange 2016 /2010 coexistence. Users on 2010 cannot change password from OWA.

AMIM 26 Reputation points
2023-11-15T08:36:02.1166667+00:00

This is the environment that i have

2 x Exchange 2010 CAS servers. (CAS array is used also).

2 x Exchange 2010 Mailbox Servers in a DAG.

Now two new Exchange 2016 servers have been installed. (also with a DAG).

Client access is now through exchange 2016 as we have changed DNS entries for the 'mail' and 'autodiscover' to point to 2016.

Everything works fine. OWA, Outlook, Outlookanywhere all are working.

But the only issue I have is that users who are still on 2010 cannot change their passwords anymore through OWA.

When they login to OWA they get the new login page from 2016 server, but after login it redirects to 2010 OWA interface , which is fine and expected.

At the password change page however, it seems to got 2016 page and we get the error "somethign went wrong" and the password change page does not appear.

How to solve this issue?

Exchange | Exchange Server | Other
{count} votes

Accepted answer
  1. Amit Singh 5,306 Reputation points
    2023-11-16T05:07:43.22+00:00

    Run : Get-OwaVirtualDirectory | fl name, server, *auth*

    and :" Get-EcpVirtualDirectory | fl name, server, *auth*

    From both WindowsAuthentication must be set to True

    Otherwise, you need to rebuild the virtual directories.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. AMIM 26 Reputation points
    2023-11-23T16:36:14.9+00:00

    Hi,

    Sorry for the late reply. Actually we solved the issue so I didn't check back here.

    As it happens it was the same issue as answered by Amit Singh here.

    It was the ecp virtual directory on the exchange 2010 server. It did not have windows authentication enabled on it.

    Earlier we were only looking at the Owa virtual directory and that looked fine and had correct settings but later we realized the ecp virtual directory also had to be set the same way.

    Adding windows authentication to the ecp virtual directory on Exchang2010 servers fixed the issue.

    1 person found this answer helpful.
    0 comments No comments

  2. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2023-11-16T04:11:40.97+00:00

    Hi @AMIM ,

    Do you mean the issue only affects users who are still on 2010? I mean, if migrating an affected user to 2016 or creating a new user on 2016, the password can be changed successfully from OWA, right?
    Aside from the change password feature, can they access and use other options in OWA as expected?
    Can the users change the password in other methods like pressing Ctrl+Alt+Delete and then change the password of the domain user account there?

    Please try accessing the OWA by adding the Exchange version ?ExchClientVer=14 to the URL and see if there would be any difference.

    Besides, you can also take a look at the logs via C:\Program Files\Microsoft\Exchange Server\V15\Logging\HttpProxy\Owa and C:\Program Files\Microsoft\Exchange Server\V15\Logging\HttpProxy\Ecp on Exchange 2016 to see if there are any more error messages there. You could use Excel to read the log files more easily. (Save a copy of the log file, open Excel, go to Data > From Text/CSV, select All Files so that you can see the log file, follow the wizard to import the data.)


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in [our documentation] to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.