Quantcast
Viewing all articles
Browse latest Browse all 7129

A blue screen pop-up during the installation and could not complete the installation.

Hi,I am a exchange server novice.

I install the first exchange server 2013 in the forest on a domain controller.

Unfortunately,the machine run into a blue screen during the installation.

Then I restart the machine and re-run the wizard,it prompt me the last installation was incompletion.

I click the install button then wizard display an error information as follow:

Error:
The following error was generated when "$error.Clear();
                  $defaultPort = 25;
                  $localServer = get-exchangeserver $RoleFqdnOrName -DomainController $RoleDomainController;

                  if ($localServer.IsFrontendTransportServer)
                  {
                    Write-ExchangeSetupLog -Info "Using port 2525 for the default hub receive connector since frontend role already present.";
                    $defaultPort = 2525;
                  }

                  $bindingString1 = '0.0.0.0:' + $defaultPort;
                  $bindingString2 = ':::' + $defaultPort;
                  $binding1 =  new-object Microsoft.Exchange.Data.IPBinding $bindingString1;
                  $binding2 =  new-object Microsoft.Exchange.Data.IPBinding $bindingString2;

                  new-receiveconnector `
                  -Name ("Default " + [String][System.Environment]::MachineName ) `
                  -MaxRecipientsPerMessage 5000 `
                  -Fqdn $RoleFqdnOrName `
                  -Bindings $binding1,$binding2 `
                  -RemoteIPRanges 0.0.0.0-255.255.255.255,[::]-FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF `
                  -DomainController $RoleDomainController `
                  -MaxInboundConnectionPerSource Unlimited `
                  -MaxInboundConnectionPercentagePerSource 100 `
                  -SizeEnabled EnabledWithoutValue;
                " was run: "The values that you specified for the Bindings and RemoteIPRanges parameters conflict with the settings on Receive connector "EXDCS-01\Default EXDCS-01". A Receive connector must have a unique combination of a local IP address, port bindings, and remote IP address ranges. Change at least one of these values.".

How could I work out this issue without rebuild the machine?

Could anyone help?


Viewing all articles
Browse latest Browse all 7129

Trending Articles