Unable to access mailbox on exchange 2019 cu14 from exchange 2016 owa

Roman Gelfand 0 Reputation points
2024-06-21T14:43:05.8266667+00:00

After introducing 2019 CU14 to Exchange 2016(cu23) environment users cannot access migrated mailboxes from 2016 owa, authentication prompt loops. MAPI clients receive Server unreachable error. OWA through 2019 works as expected.

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,162 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jake Zhang-MSFT 2,635 Reputation points Microsoft Vendor
    2024-06-24T03:06:57.9633333+00:00

    Hi @Roman Gelfand

    Welcome to the Microsoft Technical Support Forum.

     

    According to your description, you cannot access the mailbox migrated from 2016 after you introduced 2019 CU14 into the Exchange 2016 (cu23) environment.

    I suggest that you can follow the following methods to troubleshoot and solve the problem:

    1. Make sure that the Exchange 2016 and Exchange 2019 environments have consistent authentication settings (for example, Integrated Windows Authentication or Basic Authentication). Mismatched settings may cause problems.
    2. Verify that the internal and external URLs for OWA, ECP, Autodiscover, etc. are correctly configured in both environments. Incorrectly configured URLs may cause traffic routing issues. You can use the following PowerShell commands to check and set these URLs:

    Get-OWAVirtualDirectory | FL Identity,ExternalURL,InternalURL

      Get-ECPVirtualDirectory | FL Identity,ExternalURL,InternalURL

      Get-AutodiscoverVirtualDirectory | FL Identity,ExternalURL,InternalURL

    To set the URLs if they are incorrect:

    Set-OWAVirtualDirectory -Identity "YourServer\owa (Default Web Site)" -InternalURL "https://yourserver.domain.com/owa" -ExternalURL "https://yourserver.domain.com/owa"

      Set-ECPVirtualDirectory -Identity "YourServer\ecp (Default Web Site)" -InternalURL "https://yourserver.domain.com/ecp" -ExternalURL "https://yourserver.domain.com/ecp"

      Set-AutodiscoverVirtualDirectory -Identity "YourServer\Autodiscover (Default Web Site)" -InternalURL "https://yourserver.domain.com/autodiscover/autodiscover.xml" -ExternalURL "https://yourserver.domain.com/autodiscover/autodiscover.xml"

    1. Verify that the service connection point (SCP) used for Autodiscover is correctly configured and points to the correct server. Incorrect SCP settings may cause client connection problems. You can check the SCP settings in the following ways:

    Get-ClientAccessService | FL AutoDiscoverServiceInternalURI

    1. If a load balancer or firewall is used between the client and the Exchange server, make sure it is correctly configured to handle communication between the Exchange 2016 and 2019 servers.

     

    Please feel free to contact me if you have any queries.

    Best,

    Jake Zhang