I'm trying to install Exchange 2013 CU11 on a test platform and receive this error message :
Error:
The following error was generated when "$error.Clear();
set-ExchangeServerRole -Identity $RoleFqdnOrName -IsHubTransportServer:$true -DomainController $RoleDomainController
" was run: "Microsoft.Exchange.Data.DataValidationException: The domain is invalid.
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow)
at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.Validate(TDataObject dataObject)
at Microsoft.Exchange.Configuration.Tasks.SetTaskBase`1.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.SetSystemConfigurationObjectTask`3.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
It's a fresh install with CU11
1 DC 2012 R2 Single domain, single forest
Additionally, the ExchangeSetup.log :
[04/14/2016 09:19:43.0220] [1] Processing component 'Bridgehead Role Setter' (Configuring the Mailbox role: Transport service.).[04/14/2016 09:19:43.0235] [1] Executing:
set-ExchangeServerRole -Identity $RoleFqdnOrName -IsHubTransportServer:$true -DomainController $RoleDomainController
[04/14/2016 09:19:43.0251] [2] Active Directory session settings for 'set-ExchangeServerRole' are: View Entire Forest: 'True', Configuration Domain Controller: 'DCA1.alteraxio.com', Preferred Global Catalog: 'DCA1.alteraxio.com', Preferred Domain Controllers: '{ DCA1.alteraxio.com }'
[04/14/2016 09:19:43.0251] [2] User specified parameters: -Identity:'EXCH13-1' -DomainController:'DCA1.alteraxio.com' -IsHubTransportServer:'True'
[04/14/2016 09:19:43.0251] [2] Beginning processing set-ExchangeServerRole
[04/14/2016 09:19:43.0299] [2] Searching objects "EXCH13-1" of type "Server" under the root "$null".
[04/14/2016 09:19:43.0313] [2] Previous operation run on domain controller 'DCA1.alteraxio.com'.
[04/14/2016 09:19:43.0313] [2] Processing object "EXCH13-1".
[04/14/2016 09:19:43.0313] [2] [ERROR] The domain is invalid.
[04/14/2016 09:19:43.0313] [2] [ERROR] The domain is invalid.
[04/14/2016 09:19:43.0313] [2] Ending processing set-ExchangeServerRole
[04/14/2016 09:19:43.0329] [1] The following 1 error(s) occurred during task execution:
[04/14/2016 09:19:43.0329] [1] 0. ErrorRecord: The domain is invalid.
[04/14/2016 09:19:43.0329] [1] 0. ErrorRecord: Microsoft.Exchange.Data.DataValidationException: The domain is invalid.
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow)
at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.Validate(TDataObject dataObject)
at Microsoft.Exchange.Configuration.Tasks.SetTaskBase`1.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.SetSystemConfigurationObjectTask`3.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
[04/14/2016 09:19:43.0329] [1] [ERROR] The following error was generated when "$error.Clear();
set-ExchangeServerRole -Identity $RoleFqdnOrName -IsHubTransportServer:$true -DomainController $RoleDomainController
" was run: "Microsoft.Exchange.Data.DataValidationException: The domain is invalid.
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow)
at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.Validate(TDataObject dataObject)
at Microsoft.Exchange.Configuration.Tasks.SetTaskBase`1.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.SetSystemConfigurationObjectTask`3.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
[04/14/2016 09:19:43.0329] [1] [ERROR] The domain is invalid.
[04/14/2016 09:19:43.0329] [1] [ERROR-REFERENCE] Id=BridgeheadRoleSetterComponent___ee2508bb29aa41be936a35daa983307a Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
[04/14/2016 09:19:43.0329] [1] Setup is stopping now because of one or more critical errors.
[04/14/2016 09:19:43.0329] [1] Finished executing component tasks.
[04/14/2016 09:19:43.0329] [1] Ending processing Install-BridgeheadRole
[04/14/2016 09:24:14.0321] [0] CurrentResult setupbase.maincore:396: 0
[04/14/2016 09:24:14.0321] [0] End of Setup
[04/14/2016 09:24:14.0321] [0] **********************************************