Asked by:
Can't complete client wizard on Windows 7 for WHS 2011

Question
-
I'm not able to complete client connect wizard.
---------------------------------------------------------
[2788] 120501.212658.1960: ClientSetup: Start of ClientDeploy
[2788] 120501.212658.5236: General: Initializing...C:\Windows\Temp\Client Deployment Files\ClientDeploy.exe
[2788] 120501.212658.5392: ClientSetup: Loading Wizard Data
[2788] 120501.212659.2724: ClientSetup: Current DeploymentStatus=Running
[2788] 120501.212700.2084: ClientSetup: Showing the Client Deployment Wizard
[2788] 120501.212700.4112: ClientSetup: Adding Server Info data in the Product Registry
[2788] 120501.212700.5204: ClientSetup: Set the Deployment Sync Event
[600] 120501.212705.4032: ClientSetup: Running ValidateUser Tasks at WizardPage HomeServerCred
[600] 120501.212705.4032: ClientSetup: Entering ConnectorWizardForm.RunTasks
[600] 120501.212705.4032: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
[600] 120501.212705.4500: ClientSetup: Entering ValidateUserTask.Run
[600] 120501.212705.4500: ClientSetup: Install root cert to local trusted store
[600] 120501.212705.4656: ClientSetup: Validating User
[600] 120501.212705.4656: ClientSetup: Call MachineIdentityManager.GetMachineStatus
[600] 120501.212707.4780: ClientSetup: MachineIdentityManager.GetMachineStatus had errors: ErrorCatalog:ProviderNotAvailable ErrorCode:-1
BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetMachineStatus ---> System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://nas:65500/CertWebservice.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.1.66:65500
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
--- End of inner exception stack trace ---Server stack trace:
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
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)
[600] 120501.212707.4780: ClientSetup: Exiting ValidateUserTask.Run
[600] 120501.212707.4780: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Failed
[600] 120501.212707.4780: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
[600] 120501.212707.4780: ClientSetup: Exting ConnectorWizardForm.RunTasks
[2788] 120501.212707.4780: ClientSetup: JoinNetwork Tasks returned TaskStatus=Failed
[2788] 120501.212714.4512: ClientSetup: Back from the Client Deployment Wizard
[2788] 120501.212714.4512: ClientSetup: Saving Wizard Data
[2788] 120501.212714.4668: ClientSetup: End of ClientDeploy: ErrorCode=1603Wednesday, May 2, 2012 2:08 AM
All replies
-
You can temporarily disable firewall on the server and see if that works. If it works, you can add exception in firewall, port number 65500:
http://windows.microsoft.com/en-us/windows-vista/open-a-port-in-windows-firewall
Sean Zhu
TechNet Community Support
Thursday, May 3, 2012 8:13 AM -
Did it already. Firewalls are disabled both on client and server sidesThursday, May 3, 2012 1:25 PM