Quantcast
Channel: Windows Server 2012 Essentials forum
Viewing all articles
Browse latest Browse all 6303

Connector install fails with Network Error on Windows 8.1 Pro

$
0
0

I am out of ideas here. Server is Windows 2012 Essentials, very vanilla install. DNS and DHCP, single 192.168.0.x subnet. Clients can ping and resolve domainname.local fine. I have other computers running the Connector fine. I run the Connector Install, asks for credentials and then it fails "Server is not available ..."

Attached is my ClientDeploy.log

---------------------------------------------------------
[5860] 131121.181811.1587: ClientSetup: Start of ClientDeploy
[5860] 131121.181811.2368: General: Initializing...C:\WINDOWS\Temp\Client Deployment Files\ClientDeploy.exe
[5860] 131121.181811.2525: ClientSetup: Loading Wizard Data
[5860] 131121.181811.2994: ClientSetup: Current DeploymentStatus=Running
[5860] 131121.181811.5650: ClientSetup: Showing the Client Deployment Wizard
[5860] 131121.181811.6744: ClientSetup: Adding Server Info data in the Product Registry
[5860] 131121.181811.6900: ClientSetup: Set the Deployment Sync Event
[5804] 131121.181818.1901: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
[5804] 131121.181818.2057: ClientSetup: Entering ConnectorWizardForm.RunTasks
[5804] 131121.181818.2057: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
[5804] 131121.181818.2057: ClientSetup: Entering InstallRootCertTask.Run
[5804] 131121.181818.2057: ClientSetup: Install root cert to local trusted store
[5804] 131121.181818.2057: ClientSetup: Exiting InstallRootCertTask.Run
[5804] 131121.181818.2057: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
[5804] 131121.181818.2057: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
[5804] 131121.181818.2057: ClientSetup: Exting ConnectorWizardForm.RunTasks
[5804] 131121.181818.2057: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
[5804] 131121.181818.2057: ClientSetup: Entering ConnectorWizardForm.RunTasks
[5804] 131121.181818.2057: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
[5804] 131121.181818.2994: ClientSetup: Entering SetupVpnAndDATask.Run
[5804] 131121.181818.3463: ClientSetup: Deploy VPN profile
[5804] 131121.181818.3776: ClientSetup: Exting SetupVpnAndDATask.Run
[5804] 131121.181818.3776: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Success
[5804] 131121.181818.3776: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
[5804] 131121.181818.3776: ClientSetup: Exting ConnectorWizardForm.RunTasks
[5804] 131121.181818.3776: ClientSetup: Running ValidateUser Tasks at WizardPage DomainUserCred
[5804] 131121.181818.3776: ClientSetup: Entering ConnectorWizardForm.RunTasks
[5804] 131121.181818.3776: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
[5804] 131121.181818.3776: ClientSetup: Entering ValidateUserTask.Run
[5804] 131121.181818.3776: ClientSetup: Validating User
[5804] 131121.181818.3776: ClientSetup: Call MachineIdentityManager.GetMachineStatus
[5804] 131121.181818.7057: ClientSetup: MachineIdentityManager.GetMachineStatus had errors: ErrorCatalog:NetworkError ErrorCode:-1
BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetMachineStatus ---> System.ServiceModel.FaultException: The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.

Server stack trace:
   at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.WindowsServerSolutions.Devices.Identity.ICertService.GetMachineStatus(MachineStatus& status, Boolean& isAdmin, Int32& maxClientNum, Int32& currentClientNum, String userName, String password, String machineName)
   at Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityManager.GetMachineStatus(String serverName, String userName, String password, String machineName, Boolean& isAdmin)
   --- End of inner exception stack trace ---
   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)
[5804] 131121.181818.7057: ClientSetup: Exiting ValidateUserTask.Run
[5804] 131121.181818.7057: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Failed
[5804] 131121.181818.7057: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
[5804] 131121.181818.7057: ClientSetup: Exting ConnectorWizardForm.RunTasks
[5860] 131121.181818.7213: ClientSetup: JoinNetwork Tasks returned TaskStatus=Failed
[5860] 131121.181821.6432: ClientSetup: Back from the Client Deployment Wizard
[5860] 131121.181821.6432: ClientSetup: Saving Wizard Data
[5860] 131121.181821.6432: ClientSetup: End of ClientDeploy: ErrorCode=1603


Michael Maxwell


Viewing all articles
Browse latest Browse all 6303

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>