Unable to complete Exchange 2016 Install

1,221 views
Skip to first unread message

Tunde Oyedeji

unread,
Jan 12, 2021, 3:10:18 PM1/12/21
to ntexc...@googlegroups.com
All,

Seeking some assistance, not sure who may have come across this error below when installing Microsoft Exchange 2016 Server, appreciate any thoughts or input you can share.

Error displayed in Exchange console:

$maxWait = New-TimeSpan -Minutes 8
          $timeout = Get-Date;
          $timeout = $timeout.Add($maxWait);
          $currTime = Get-Date;
          $successfullySetConfigDC = $false;

          while($currTime -le $timeout)
          {
            $setSharedCDCErrors = @();
            try
            {
              Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
              $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);

              if($successfullySetConfigDC)
              {
                break;
              }
              Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
            }
            catch
            {
              Write-ExchangeSetupLog -Info ("An exception ocurred while settingshared config DC. Exception: " + $_.Exception.Message);
            }

            Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attemptingagain.");
            Start-Sleep -Seconds 30;
            $currTime = Get-Date;
          }

          if( -not $successfullySetConfigDC)
          {
            Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
          }
        " was run: "System.Exception: Unable to set shared config DC.
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
   at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.


Error displayed in Event Viewer on the OS:
Process ExSetupUI.exe (PID=964). WCF Request(Get servers for domain.com) to the Microsoft Active Directory Topology Service on server (TopologyClientTcpEndpoint (localhost)) failed. Make sure that the service is running. In addition, make sure that the network ports that are used by Microsoft Exchange AD Topology Service are not blocked by a firewall. The WCF call was retried 3 times. Error details: System.ServiceModel.EndpointNotfoundException: Could not connect to net.tcp://localhost:890/Microsoft.Exchange.Directory.TopologyService. The connection attempt lasted for a time span of 00:00:02.0161328. TCP error code 10061: No connection could be made because the target machine refused it 127.0.0.1:890


Here are a few things done to date in trying to resolve this:
Added the "MinSuitableServer=1" entry into the microsoft.exchange.directory.topologyservice.exe.config file and saved it back under the location:  c:\program files\microsoft\exchange server\v15\bin
Disabled all profile firewalls on both DC and Exchange server
Checked/applied setting for IPV6 on both DC and Exchange server
Opened up firewall ports 890 on both DC and Exchange to permit two-way traffic
Temporarily disabled AV on the DC and Exchange Server

I appreciate any thoughts/input to try to resolve this, thanks in advance.
















Sincerely,
Tunde

Denes, Laszlo

unread,
Jan 15, 2021, 4:32:02 PM1/15/21
to ntexc...@googlegroups.com

What is your FFL/DFL? Are you installing it on a physical or virtual machine and what is the servers o/s version? Cheers

 

Laszlo Denes

Technical Analyst Servers

Information Systems

t: ext. 214

lde...@torontograce.org

 

From: ntexc...@googlegroups.com [mailto:ntexc...@googlegroups.com] On Behalf Of Tunde Oyedeji
Sent: Monday, January 11, 2021 4:30 PM
To: ntexc...@googlegroups.com
Subject: [ntexchange] Unable to complete Exchange 2016 Install

 

CAUTION: External mail. Do not open attachments or click links that you do not trust.

--
You received this message because you are subscribed to the Google Groups "ntexchange" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ntexchange+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ntexchange/CAJhWeqDy7t2u%3DG2wiWu4_iF31p7D6rGaR25w0oGaP1LnXmnchg%40mail.gmail.com.

________________________________________
NOTICE: This message, including any attachments, may contain privileged or confidential information and is intended for use only by the individual to whom it is specifically addressed (or those responsible for the delivery of the message to such person). Any distribution, copying or disclosure is strictly prohibited without the written consent of the sender. If you are not the intended recipient or have received this message in error, please notify us by reply email and permanently delete the original transmission from us. Thank you for your cooperation. If you have any questions about this message please contact the Information Systems Department, Salvation Army Toronto Grace Health Centre, 650 Church St., Toronto, ON M4Y 2G5. Phone: (416) 925-2251

Tunde Oyedeji

unread,
Jan 22, 2021, 3:09:28 PM1/22/21
to ntexc...@googlegroups.com, lde...@torontograce.org
Sorry for the delayed response.

I am installing on a VM thats running on a domain with DFL and FFL both Windows Server 2008 R2 which is said to be the minimum compatible with Windows Server 2016 OS servers. 

Underlying OS for the Exchange install is Windows Server 2016 OS.





Sincerely,
Tunde


Reply all
Reply to author
Forward
0 new messages