The windows home server 2011 connector has encountered an unexpected error on Windows 7 Ultimate x86
-
Tuesday, April 26, 2011 6:43 AM
Ok, i'm at my wits end almost with this problem. Just upgraded my HP EX495 to WHS2011 and I was able to connect my HTPC Win7 x64 to it, and my Mac OSX to it as well. However, my laptop I am typing on (which is the most important) is Win7 Ultimate x86 and for the life of me i can't get it to connect.
Here's what I've tried:
- I can ping and find the server just fine
- I have enabled Windows Media Center Services (both)
- I have disabled AV & Firewall
No luck, every single time it goes through like it's installing, and then rolls back and then says the unexpected error.
I checked Event Viewer and this was the only thing I found:
Windows Installer installed the product. Product Name: Windows Home Server 2011 Connector. Product Version: 6.1.8800.16385. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
Any ideas?
All Replies
-
Friday, April 29, 2011 3:31 AM
Hi Shadymg,
I am having the same issue, here is my link to our troubleshooting attempts.
http://social.microsoft.com/Forums/en-US/whsvailbeta/thread/039b38bd-7700-4d85-827c-38929f7d3806
Thanks,
SirStox
Sir Stox -
Monday, May 02, 2011 3:48 AM
Same problem here. I get an "Unexpected error has occurred" trying to install Connector for WHS 2011 on a new Dell PC, 64 bit, Windows Home Premium. The error comes after prompted for the server password. I have tried multiple times with the same result. Alternating between reboots, disabled virus software (MSE) etc. Nothing noted in the event log. Are there logs I can check for some clues about what might be wrong?
Thanks!
Paul
-
Tuesday, May 03, 2011 8:21 PM
See if this helps http://www.dotnetindia.com/2011/05/home-server-2011-connector-and-problems-with-net-framework.html...
Regards, Anand Mukundan http://www.dotnetindia.com -
Sunday, May 15, 2011 1:52 AM
Anand, I finally got a change to try your suggestion. Alas, it was not the issue. However, I did find the issue!
Reading the help associated with this error message, I found the path to where the installer puts the trace files:
C:\ProgramData\Microsoft\Windows Server\Logs
I looked for errors in the logs and found this gem:
[3196] 110514.175538.2950: 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://server: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: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 82.98.86.171:65500
The interesting part is that the IP address is incorrect. My internal IP addresses all start with 192.168.1.xxx. I opened a command line and pinged 'SERVER'. Sure enough it mapped to the IP 82.98.86.171. Somehow the hostname SERVER is being resolved to the wrong IP address.
I entered http://82.98.86.171 and was diverted to sedoparking.com. Reverse DNS reveals the same. What I am not clear about is how a DNS lookup for 'SERVER' endedup with sedoparking's IP address.
To get around this problem, I updated the hosts file on the computer to map the name server to the correct address. Everything works correctly now!
Modifying the hosts file is obviously a temporary workaround. I will post more when I figure out why server is resolving to the wrong IP address.
-
Sunday, May 15, 2011 2:02 AM
Understanding the nature of my problem helped me find this excellent article.
http://social.microsoft.com/Forums/en-US/whsfaq/thread/15a9e657-54a3-453f-b0e7-1efa59b7feea
It turns out I had configured my router to have 'tidwell.net' in the 'Domain Name' field. This is not a domain I own, and I am not sure why I put it there. I assumed it was harmless.
All of the computers in my home network were trying 'server.tidwell.net' in the process of resolving the host name and getting an answer! The company 'sedoparking.com' has reserved tidwell.net (and will happily sell it to me I am sure). Reconfiguring my router (removing the bogus domain name) took care of the problem.
- Proposed As Answer by PDT Sunday, May 15, 2011 2:03 AM
-
Tuesday, January 10, 2012 8:29 PM
Anand, I finally got a change to try your suggestion. Alas, it was not the issue. However, I did find the issue!
Reading the help associated with this error message, I found the path to where the installer puts the trace files:
C:\ProgramData\Microsoft\Windows Server\Logs
I looked for errors in the logs and found this gem:
[3196] 110514.175538.2950: 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://server: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: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 82.98.86.171:65500
The interesting part is that the IP address is incorrect. My internal IP addresses all start with 192.168.1.xxx. I opened a command line and pinged 'SERVER'. Sure enough it mapped to the IP 82.98.86.171. Somehow the hostname SERVER is being resolved to the wrong IP address.
I entered http://82.98.86.171 and was diverted to sedoparking.com. Reverse DNS reveals the same. What I am not clear about is how a DNS lookup for 'SERVER' endedup with sedoparking's IP address.
To get around this problem, I updated the hosts file on the computer to map the name server to the correct address. Everything works correctly now!
Modifying the hosts file is obviously a temporary workaround. I will post more when I figure out why server is resolving to the wrong IP address.
Thanks for this - added the Server IP address to each client PC's Hosts file fixed it - brilliant, thanks!