Ask a question

User

Connector wizard fails with error 1603, issue with VPN profile

Have 8 computers and a new server. 7 of the computers work just fine in connecting. One will not connect even though it connected previously, it had to be reset due to a software issue, and will not reconnect despite being removed from the server itself.  The full log is posted below. I see that there's an error with teh VPN profile and throwing an incorrect structure size. I've followed every solution I could find related to non-working connectors to no avail.


The server isn't in production yet and I'm almost ready to nuke it and start again.

---------------------------------------------------------
[9224] 180320.103847.4367: ClientSetup: Start of ClientDeploy
[9224] 180320.103847.5168: General: Initializing...C:\Program Files\Windows Server\Bin\ClientDeploy.exe
[9224] 180320.103847.5228: ClientSetup: Create client deployment registry subkey if necessary
[9224] 180320.103847.5288: ClientSetup: The initial launching way: -LaunchedFrom:installer
[9224] 180320.103847.5288: ClientSetup: The initial state is set
[9224] 180320.103847.5288: ClientSetup: The initial serverName: 192.168.1.155
[9224] 180320.103847.5298: ClientSetup: Loading Wizard Data
[9224] 180320.103847.5348: ClientSetup: Saving Wizard Data
[9224] 180320.103847.5378: ClientSetup: Current DeploymentStatus=Start
[9224] 180320.103847.8442: ClientSetup: Showing the Client Deployment Wizard
[9224] 180320.103848.0870: ClientSetup: The input server name is 192.168.1.155
[3352] 180320.103848.0940: ClientSetup: Entering ConnectorWizardForm.RunTasks
[3352] 180320.103848.0940: ClientSetup: Running Task with Id=ClientDeploy.PreConfiguration
[9224] 180320.103848.1079: ClientSetup: InitWizard, The currrent stage is ConnectingToServer
[9224] 180320.103848.1089: ClientSetup: Set the Deployment Sync Event
[3352] 180320.103848.1439: ClientSetup: The configuration cab will be downloaded from 192.168.1.155
[3352] 180320.103848.1469: ClientSetup: Download file Setup.cab from server
[3352] 180320.103848.1549: ClientSetup: Making web request: https://192.168.1.155//connect/default.aspx?Get=Setup.cab&LanguageId=1033&64bit=1
[3352] 180320.103848.1738: 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.ProcessReceivedBlob(Byte[] buffer, Int32 count, 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.ProcessReceivedBlob(Byte[] buffer, Int32 count, 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.ProcessReceivedBlob(Byte[] buffer, Int32 count, 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.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
   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.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)
[3352] 180320.103848.1738: ClientSetup: Cannot get configuration file with https, will try http...
[3352] 180320.103848.1758: ClientSetup: Download file Setup.cab from server
[3352] 180320.103848.1758: ClientSetup: Making web request: http://192.168.1.155//connect/default.aspx?Get=Setup.cab&LanguageId=1033&64bit=1
[3352] 180320.103848.1998: ClientSetup: Downloaded file C:\WINDOWS\Temp\ClientDeploymentTempFiles\Setup.cab
[3352] 180320.103848.1998: ClientSetup: The configuration cab is downloaded to C:\WINDOWS\Temp\ClientDeploymentTempFiles\Setup.cab
[3352] 180320.103848.2638: ClientSetup: Adding Server Info data in the Product Registry
[3352] 180320.103849.2947: Networking:DnsEnvironmentDetector: Dns.GetHostAddresses threw exception: System.Net.Sockets.SocketException (0x80004005): No such host is known
   at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
   at Microsoft.WindowsServerSolutions.Networking.ServerDiscovery.DnsEnvironmentDetector.GetAddressesFromDns(String machine)
[3352] 180320.103849.2947: DnsEnvironmentDetector: No result from GetHostAddresses(), normal environment
[3352] 180320.103849.2967: ClientSetup: Exiting PreConfigTask.Run()
[3352] 180320.103849.2967: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has TaskStatus=Success
[3352] 180320.103849.2967: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has RebootStatus=NoReboot
[3352] 180320.103849.2967: ClientSetup: Exiting ConnectorWizardForm.RunTasks
[1760] 180320.103906.8137: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
[1760] 180320.103906.8147: ClientSetup: Entering ConnectorWizardForm.RunTasks
[1760] 180320.103906.8147: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
[1760] 180320.103906.8297: ClientSetup: Entering InstallRootCertTask.Run
[1760] 180320.103906.8307: ClientSetup: Install root cert to local trusted store
[1760] 180320.103906.8337: ClientSetup: Exiting InstallRootCertTask.Run
[1760] 180320.103906.8337: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
[1760] 180320.103906.8337: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
[1760] 180320.103906.8337: ClientSetup: Exiting ConnectorWizardForm.RunTasks
[1760] 180320.103906.8337: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
[1760] 180320.103906.8337: ClientSetup: Entering ConnectorWizardForm.RunTasks
[1760] 180320.103906.8347: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
[1760] 180320.103906.8617: ClientSetup: Entering SetupVpnAndDATask.Run
[1760] 180320.103906.8686: ClientSetup: Deploy VPN profile
[1760] 180320.103906.8717: VPN Client Utils: Error 632 returned from RasSetEntryProperties.
[1760] 180320.103906.8736: ClientSetup: RAS exception: An incorrect structure size was detected.
[1760] 180320.103906.8736: ClientSetup: Exting SetupVpnAndDATask.Run
[1760] 180320.103906.8736: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Failed
[1760] 180320.103906.8736: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
[1760] 180320.103906.8736: ClientSetup: Exiting ConnectorWizardForm.RunTasks
[9224] 180320.103906.8776: ClientSetup: JoinNetwork Tasks returned TaskStatus=Failed
[9224] 180320.103908.5073: ClientSetup: Back from the Client Deployment Wizard
[9224] 180320.103908.5093: ClientSetup: Saving Wizard Data
[9224] 180320.103908.5103: ClientSetup: End of ClientDeploy: ErrorCode=1603
---------------------------------------------------------


asked03/20/2018 15:31
2618 views
Add Comment
Last Activity 03/20/2018 15:31

No answers found

Add an Answer