I just did a new install windows OS install for a Windows 7 machine that was previously connected to my Windows server 2012. I am now trying to connect it again to the server using the connector. I am able to download the connector to the PC. Right after being prompted at the screen for the user ID and password I get "the the server is not available" message.
I have tried having the PC wired to the network and wireless (not at the same time)
I can ping the server by name and by IP address
I have disabled IPv6 on both the PC and the server.
I have configured the PCs to use the Windows server as it's DNS server. Also set it to my router...neither makes a difference.
I have rebooted the PC many times and have also rebooted the server. I have 2 other PCs that are successfully connected (guess I won't rebuild them anytime soon)
The ClientDeploy.log...
--------------------------------------------------------
[2768] 150604.191328.8632: ClientSetup: Start of ClientDeploy
[2768] 150604.191328.9697: General: Initializing...C:\Windows\Temp\Client Deployment Files\ClientDeploy.exe
[2768] 150604.191328.9843: ClientSetup: Loading Wizard Data
[2768] 150604.191329.0498: ClientSetup: Current DeploymentStatus=Running
[2768] 150604.191329.3906: ClientSetup: Showing the Client Deployment Wizard
[2768] 150604.191329.5214: ClientSetup: Adding Server Info data in the Product Registry
[2768] 150604.191329.5371: ClientSetup: Set the Deployment Sync Event
[4936] 150604.191340.0947: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
[4936] 150604.191340.1044: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4936] 150604.191340.1054: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
[4936] 150604.191340.1113: ClientSetup: Entering InstallRootCertTask.Run
[4936] 150604.191340.1152: ClientSetup: Install root cert to local trusted store
[4936] 150604.191340.1210: ClientSetup: Exiting InstallRootCertTask.Run
[4936] 150604.191340.1220: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
[4936] 150604.191340.1220: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
[4936] 150604.191340.1220: ClientSetup: Exting ConnectorWizardForm.RunTasks
[4936] 150604.191340.1220: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
[4936] 150604.191340.1230: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4936] 150604.191340.1230: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
[4936] 150604.191340.1337: ClientSetup: Entering SetupVpnAndDATask.Run
[4936] 150604.191340.1542: ClientSetup: Exting SetupVpnAndDATask.Run
[4936] 150604.191340.1542: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Success
[4936] 150604.191340.1542: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
[4936] 150604.191340.1542: ClientSetup: Exting ConnectorWizardForm.RunTasks
[4936] 150604.191340.1542: ClientSetup: Running ValidateUser Tasks at WizardPage DomainUserCred
[4936] 150604.191340.1552: ClientSetup: Entering ConnectorWizardForm.RunTasks
[4936] 150604.191340.1552: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
[4936] 150604.191340.1601: ClientSetup: Entering ValidateUserTask.Run
[4936] 150604.191340.1601: ClientSetup: Validating User
[4936] 150604.191340.1601: ClientSetup: Call MachineIdentityManager.GetMachineStatus
[4936] 150604.191340.2753: ClientSetup: MachineIdentityManager.GetMachineStatus had errors: ErrorCatalog:NetworkError ErrorCode:-1
BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetMachineStatus ---> System.ServiceModel.ProtocolException: The content type text/html of the response message does not match the content type
of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>500 - Internal server error.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}
-->
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
'. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.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)
[4936] 150604.191340.2753: ClientSetup: Exiting ValidateUserTask.Run
[4936] 150604.191340.2753: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Failed
[4936] 150604.191340.2753: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
[4936] 150604.191340.2753: ClientSetup: Exting ConnectorWizardForm.RunTasks
[2768] 150604.191340.2822: ClientSetup: JoinNetwork Tasks returned TaskStatus=Failed
[2768] 150604.191342.3193: ClientSetup: Back from the Client Deployment Wizard
[2768] 150604.191342.3271: ClientSetup: Saving Wizard Data
[2768] 150604.191342.3369: ClientSetup: End of ClientDeploy: ErrorCode=1603