Ich habe bei einem Kundem seit kurzem das Problem das sich Clients nicht mehr am Server 2012 R2 Standard mit Essentials-Rolle per "connect" verbinden lassen. Ich komme bis zum Punkt wo man den Benutzer anmelden soll. Es ist egal ob ich dort einen
normalen Benutzer oder eine Admin Konto eingebe, nach kurzer Zeit laden kommt: "Der Server ist nicht verfügbar. Versuchen sie es erneut..."
Das es bisher funktioniert hat, gehe ich davon aus das es an irgendeiner Änderung liegen muss. Das relevante hab ich in einem anderem Thread beschrieben:
AD-Probleme nach Migration von EBS 2008 --> Server 2012R2
Vom Zeitpunkt her könnte es sein das nachdem Heraufstufen der Domönenstruktur auftritt, sicher bin ich mir aber nicht.
Möglicherweise ist auch ein Zertifikats Problem? Die CA wurde ja von einem EBS2008 übernommen. Nach dieser Anleitung:Umzug
der CA auf einen neuen Server. Nur die Sachen mit den Zugriffspunkten wurde nicht durchgeführt.
Was ich bereits probiert habe:
- Connector entfernt und neu installiert
- Client aus der Domäne genomen und versucht neu zuverbinden
- DNS überprüft
- IPv6 deaktiviert
- Essentials tester ausgeführt:
![]()
Leider ist bei dem Script nicht dokumentiert was da genau geprüft wird und was man überprüfen sollte, wenn es einen Fehler gibt.
Hier noch das ClientDeploy Log:
---------------------------------------------------------
[1340] 160620.165337.3500: ClientSetup: Start of ClientDeploy
[1340] 160620.165337.6000: General: Initializing...C:\Windows\system32\Essentials\ClientDeploy.exe
[1340] 160620.165337.6000: ClientSetup: Create client deployment registry subkey if necessary
[1340] 160620.165337.6156: ClientSetup: The initial launching way:
[1340] 160620.165337.6156: ClientSetup: The initial state is set
[1340] 160620.165337.6156: ClientSetup: The initial serverName:
[1340] 160620.165337.6156: ClientSetup: Loading Wizard Data
[1340] 160620.165337.6313: ClientSetup: Saving Wizard Data
[1340] 160620.165337.6313: ClientSetup: Current DeploymentStatus=Start
[1340] 160620.165339.2172: ClientSetup: Showing the Client Deployment Wizard
[1340] 160620.165339.5453: ClientSetup: Machine name:W7VM02, length:6
[1340] 160620.165339.6860: ClientSetup: InitWizard, The currrent stage is ConnectingToServer
[1340] 160620.165339.6860: ClientSetup: Set the Deployment Sync Event
[4876] 160620.165349.7719: ClientSetup: Finish server discovery
[1340] 160620.165352.7250: ClientSetup: The selected server name is W2012R2-DC
[1340] 160620.165352.7328: ClientSetup: The server info: W2012R2-DC, System.Collections.Generic.List`1[System.Net.IPAddress]
[4244] 160620.165352.7953: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4244] 160620.165352.8110: ClientSetup: Running Task with Id=ClientDeploy.PreConfiguration
[4244] 160620.165352.8813: ClientSetup: The configuration cab will be downloaded from 192.168.80.210
[4244] 160620.165352.9203: ClientSetup: Download file Setup.cab from server
[4244] 160620.165353.0766: ClientSetup: Making web request: https://192.168.80.210//connect/default.aspx?Get=Setup.cab&LanguageId=1031&64bit=0
[4244] 160620.165353.8735: ClientSetup: Failed to download Setup.cab from server: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.WindowsServerSolutions.ClientSetup.CSCommon.DownloadFileFromConnectSite(String outputDirectory, Uri serverUrl, String fileName, Int32 languageId, Boolean is64bit)
[4244] 160620.165353.8735: ClientSetup: Cannot get configuration file with https, will try http...
[4244] 160620.165353.8813: ClientSetup: Download file Setup.cab from server
[4244] 160620.165353.8813: ClientSetup: Making web request: http://192.168.80.210//connect/default.aspx?Get=Setup.cab&LanguageId=1031&64bit=0
[4244] 160620.165355.2328: ClientSetup: Downloaded file C:\Windows\Temp\ClientDeploymentTempFiles\Setup.cab
[4244] 160620.165355.2328: ClientSetup: The configuration cab is downloaded to C:\Windows\Temp\ClientDeploymentTempFiles\Setup.cab
[4244] 160620.165355.7250: ClientSetup: Adding Server Info data in the Product Registry
[4244] 160620.165355.7797: DnsEnvironmentDetector: GetHostAddresses() returned 192.168.80.210, normal environment
[4244] 160620.165355.7875: ClientSetup: Exiting PreConfigTask.Run()
[4244] 160620.165355.7875: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has TaskStatus=Success
[4244] 160620.165355.7875: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has RebootStatus=NoReboot
[4244] 160620.165355.7875: ClientSetup: Exting ConnectorWizardForm.RunTasks
[4876] 160620.165409.2172: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
[4876] 160620.165409.2172: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4876] 160620.165409.2172: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
[4876] 160620.165409.3031: ClientSetup: Entering InstallRootCertTask.Run
[4876] 160620.165409.3891: ClientSetup: Install root cert to local trusted store
[4876] 160620.165409.5610: ClientSetup: Exiting InstallRootCertTask.Run
[4876] 160620.165409.5610: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
[4876] 160620.165409.5610: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
[4876] 160620.165409.5610: ClientSetup: Exting ConnectorWizardForm.RunTasks
[4876] 160620.165409.5610: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
[4876] 160620.165409.5610: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4876] 160620.165409.5610: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
[4876] 160620.165409.5922: ClientSetup: Entering SetupVpnAndDATask.Run
[4876] 160620.165409.7172: ClientSetup: Deploy VPN profile
[4876] 160620.165410.3735: ClientSetup: Exting SetupVpnAndDATask.Run
[4876] 160620.165410.3735: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Success
[4876] 160620.165410.3735: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
[4876] 160620.165410.3735: ClientSetup: Exting ConnectorWizardForm.RunTasks
[4876] 160620.165410.3735: ClientSetup: Running ValidateUser Tasks at WizardPage DomainUserCred
[4876] 160620.165410.3735: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4876] 160620.165410.3735: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
[4876] 160620.165410.4516: ClientSetup: Entering ValidateUserTask.Run
[4876] 160620.165410.4516: ClientSetup: Validating User
[4876] 160620.165410.4750: ClientSetup: Call MachineIdentityManager.GetMachineStatus
[4876] 160620.165423.4438: ClientSetup: MachineIdentityManager.GetMachineStatus had errors: ErrorCatalog:ProviderNotAvailable ErrorCode:-1
BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetMachineStatus
at Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityManager.GetMachineStatus(String serverName, String userName, String password, String machineName, Boolean& isAdmin)
at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.ValidateUserTask.Run(WizData data)
[4876] 160620.165423.4594: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\Windows\system32\ipconfig.exe" /all
[4244] 160620.165423.6313: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6313: ClientSetup: Standard Ouptput: Windows-IP-Konfiguration
[4244] 160620.165423.6313: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6313: ClientSetup: Standard Ouptput: Hostname . . . . . . . . . . . . : W7VM02
[4244] 160620.165423.6313: ClientSetup: Standard Ouptput: Prim„res DNS-Suffix . . . . . . . :
[4244] 160620.165423.6469: ClientSetup: Standard Ouptput: Knotentyp . . . . . . . . . . . . : Hybrid
[4244] 160620.165423.6547: ClientSetup: Standard Ouptput: IP-Routing aktiviert . . . . . . : Nein
[4244] 160620.165423.6547: ClientSetup: Standard Ouptput: WINS-Proxy aktiviert . . . . . . : Nein
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: Ethernet-Adapter LAN-Verbindung 4:
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: Verbindungsspezifisches DNS-Suffix:
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: Beschreibung. . . . . . . . . . . : Netzwerkkarte fr Microsoft Virtual Machine-Bus #4
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: Physikalische Adresse . . . . . . : 00-15-5D-50-98-0D
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: DHCP aktiviert. . . . . . . . . . : Nein
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: Autokonfiguration aktiviert . . . : Ja
[4244] 160620.165423.6625: ClientSetup: Standard Ouptput: IPv4-Adresse . . . . . . . . . . : 192.168.80.13(Bevorzugt)
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Subnetzmaske . . . . . . . . . . : 255.255.255.0
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Standardgateway . . . . . . . . . : 192.168.80.98
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: DNS-Server . . . . . . . . . . . : 192.168.80.210
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: 192.168.80.98
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: NetBIOS ber TCP/IP . . . . . . . : Aktiviert
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Tunneladapter isatap.{0CA454F7-FE39-45F7-956E-C1AAA6172324}:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Medienstatus. . . . . . . . . . . : Medium getrennt
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Verbindungsspezifisches DNS-Suffix:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Beschreibung. . . . . . . . . . . : Microsoft-ISATAP-Adapter
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: DHCP aktiviert. . . . . . . . . . : Nein
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Autokonfiguration aktiviert . . . : Ja
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Tunneladapter Teredo Tunneling Pseudo-Interface:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Medienstatus. . . . . . . . . . . : Medium getrennt
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Verbindungsspezifisches DNS-Suffix:
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Beschreibung. . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Physikalische Adresse . . . . . . : 00-00-00-00-00-00-00-E0
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: DHCP aktiviert. . . . . . . . . . : Nein
[4244] 160620.165423.6938: ClientSetup: Standard Ouptput: Autokonfiguration aktiviert . . . : Ja
[4244] 160620.165423.7016: ClientSetup: Standard Ouptput:
[4876] 160620.165423.7016: ClientSetup: The exit code of the process (C:\Windows\system32\ipconfig.exe) is: 0
[2196] 160620.165423.7016: ClientSetup: Standard Error:
[4876] 160620.165423.7016: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\Windows\system32\route.exe" print
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: ===========================================================================
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: Schnittstellenliste
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 15...00 15 5d 50 98 0d ......Netzwerkkarte fr Microsoft Virtual Machine-Bus #4
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 1...........................Software Loopback Interface 1
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 11...00 00 00 00 00 00 00 e0 Microsoft-ISATAP-Adapter
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 12...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: ===========================================================================
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput:
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: IPv4-Routentabelle
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: ===========================================================================
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: Aktive Routen:
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: Netzwerkziel Netzwerkmaske Gateway Schnittstelle Metrik
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 0.0.0.0 0.0.0.0 192.168.80.98 192.168.80.13 261
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 127.0.0.0 255.0.0.0 Auf Verbindung 127.0.0.1 306
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 127.0.0.1 255.255.255.255 Auf Verbindung 127.0.0.1 306
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 127.255.255.255 255.255.255.255 Auf Verbindung 127.0.0.1 306
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 192.168.80.0 255.255.255.0 Auf Verbindung 192.168.80.13 261
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 192.168.80.13 255.255.255.255 Auf Verbindung 192.168.80.13 261
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 192.168.80.255 255.255.255.255 Auf Verbindung 192.168.80.13 261
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 224.0.0.0 240.0.0.0 Auf Verbindung 127.0.0.1 306
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 224.0.0.0 240.0.0.0 Auf Verbindung 192.168.80.13 261
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 255.255.255.255 255.255.255.255 Auf Verbindung 127.0.0.1 306
[6040] 160620.165423.8188: ClientSetup: Standard Ouptput: 255.255.255.255 255.255.255.255 Auf Verbindung 192.168.80.13 261
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: ===========================================================================
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: St„ndige Routen:
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: Netzwerkadresse Netzmaske Gatewayadresse Metrik
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: 0.0.0.0 0.0.0.0 192.168.80.98 Standard
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: 0.0.0.0 0.0.0.0 192.168.80.98 Standard
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: 0.0.0.0 0.0.0.0 192.168.80.98 Standard
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: ===========================================================================
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput:
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: IPv6-Routentabelle
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: ===========================================================================
[6040] 160620.165423.8266: ClientSetup: Standard Ouptput: Aktive Routen:
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput: If Metrik Netzwerkziel Gateway
[2196] 160620.165423.8344: ClientSetup: Standard Error:
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput: 1 306 ::1/128 Auf Verbindung
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput: 1 306 ff00::/8 Auf Verbindung
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput: ===========================================================================
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput: St„ndige Routen:
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput: Keine
[4876] 160620.165423.8344: ClientSetup: The exit code of the process (C:\Windows\system32\route.exe) is: 0
[4244] 160620.165423.8344: ClientSetup: Standard Ouptput:
[4876] 160620.165423.8344: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\Windows\system32\nslookup.exe" W2012R2-DC
[4244] 160620.165423.8969: ClientSetup: Standard Error: *** W2012R2-DC wurde von w2012r2-dc.mamac.local nicht gefunden: Server failed.
[4244] 160620.165423.8969: ClientSetup: Standard Error:
[2196] 160620.165423.8969: ClientSetup: Standard Ouptput: Server: w2012r2-dc.mamac.local
[2196] 160620.165423.8969: ClientSetup: Standard Ouptput: Address: 192.168.80.210
[2196] 160620.165423.8969: ClientSetup: Standard Ouptput:
[4244] 160620.165423.9047: ClientSetup: Standard Error:
[2196] 160620.165423.9047: ClientSetup: Standard Ouptput:
[4876] 160620.165423.9047: ClientSetup: The exit code of the process (C:\Windows\system32\nslookup.exe) is: 0
[4876] 160620.165423.9047: ClientSetup: Set CD Fail reason 10 for SQM in ClientDeployment.exe
[4876] 160620.165423.9203: ClientSetup: RecordClientDeploymentFailReason: Save registry failed in ClientDeployment.exe : System.UnauthorizedAccessException: Cannot write to the registry key.
at System.ThrowHelper.ThrowUnauthorizedAccessException(ExceptionResource resource)
at Microsoft.Win32.RegistryKey.EnsureWriteable()
at Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.Helper.RecordClientDeploymentFailReason(UInt32 failReason)
[4876] 160620.165423.9203: ClientSetup: Exiting ValidateUserTask.Run
[4876] 160620.165423.9203: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Failed
[4876] 160620.165423.9203: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
[4876] 160620.165423.9203: ClientSetup: Exting ConnectorWizardForm.RunTasks
[1340] 160620.171457.5829: ClientSetup: Back from the Client Deployment Wizard
[1340] 160620.171457.5985: ServerDiscovery:HostsFileUpdater: Removing hosts file entry: W2012R2-DC
[1340] 160620.171457.6376: ClientSetup: Saving Wizard Data
[1340] 160620.171457.6454: ClientSetup: End of ClientDeploy: ErrorCode=1603
Mfg Friedrich