The Windows Home Server 2011 Connector Has Encountered An Unexpected Error On Windows 7 Ultimate X86
Home › Forums › Home Theater Computers › The Windows Home Server 2011 Connector Has Encountered An Unexpected Error On Windows 7 Ultimate X86
- This topic has 11 replies, 5 voices, and was last updated 11 years, 7 months ago by mawftech.
-
AuthorPosts
-
April 27, 2011 at 12:15 am #25950
Is everyone tired yet of my WHS2011 issues? I know i am!! But alas, we continue…
As you know, I 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 of them)
- I have disabled AV & Firewall
- Uninstalled .NET 4 framework and profile and tried again
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.
April 27, 2011 at 12:59 am #29793swoonIs it possible you need to uninstall the old WHS connector before installing WHS 2011 version? Or is it not installed/uninstalled already?
April 27, 2011 at 1:28 am #29794swoonI started looking over some documentation. Is your computer name over 15 characters or does it contain an underscore?
April 27, 2011 at 1:35 am #29795skirge01It may be different for WHS 2011, but this may give you a direction to start looking for more info.
April 27, 2011 at 4:06 pm #29805Mike Garcenso, yes i had already uninstalled both WHS connectors that were previously installed on the system.
The computer name is 10 characters, and I even tried a short description for it as well, no joy.
George, will read through that thread, thanks.
April 27, 2011 at 4:44 pm #29807PAPutzbackI don’t think the error has anything to do with WHS. Most likely the installer. I’d focus my search on that. I’ve seen this happen a dozen times with all sorts of installations.
It could be the installer doesn’t have rights to the folder because of some registry error, something marked a folder read only, a service not running, service won’t start…
You might check the event viewer also to see if it gave a more detailed error.
April 27, 2011 at 5:28 pm #29808Mike Garcenwell, event viewer was how i got the error 1603 message. Unfortunately there’s no other details as far as i could find. Pretty frustrating. That thread George linked didn’t show much either.
*sigh*
April 27, 2011 at 5:31 pm #29809swoonDid you look everywhere in the event viewer? Sometimes messages are scattered around. I think there’s a spot for setup logs IIRC.
April 27, 2011 at 6:14 pm #29812skirge01[quote=Mike Garcen]
well, event viewer was how i got the error 1603 message. Unfortunately there’s no other details as far as i could find. Pretty frustrating. That thread George linked didn’t show much either.
*sigh*
[/quote]
You couldn’t find anything related to this part?
“You must analyse the %Temp%SCSMInstall0X.log (X – increased on each atempt to install) by yourself or provide additional information about error from this log file. “
I was hoping there would be a similar log file on your system.
April 27, 2011 at 6:19 pm #29813mcewinterNot sure if this is relative but I always had issues with V1 reinstalling the connector unless I wiped out the whs entries from the registry. Quite often removing whs connector from programs and features took two attemps as well.
April 27, 2011 at 8:16 pm #29817Mike Garcen[quote=skirge01]
[quote=Mike Garcen]
well, event viewer was how i got the error 1603 message. Unfortunately there’s no other details as far as i could find. Pretty frustrating. That thread George linked didn’t show much either.
*sigh*
[/quote]
You couldn’t find anything related to this part?
“You must analyse the %Temp%SCSMInstall0X.log (X – increased on each atempt to install) by yourself or provide additional information about error from this log file. “
I was hoping there would be a similar log file on your system.
[/quote]
That log file didn’t exist for me :-/
March 29, 2013 at 12:11 am #32917mawftechOk, had this exact same error connecting a new Windows 8 machine to a WHS 2011 with update rollup 4. All normal stuff tried, download connector via IPv4 address e.g. http://192.168.1.10/connector so that it tries to connect via IP rather than name to eliminate name resolution faking (DNS errrors) on the router. Everything tried simply barfs immediately after entering home server password with ‘unspecified error’.
So, looked closely at the server to see if I could figure out why. Turns out that I also was unable to remove an old machine from the server too using remote desktop onto server and firing up the dashboard, clicking computers and backups, picking an old defunct PC and trying to remove it. Got exactly the same useless ‘unspecified error’. Much digging, registry monitoring googling, scouring the near useless WHS logs, found out the the Active Directory Certificate Service was err’ing at startup. Now this service is especially important during connection or removal because it supplies the unique ID for a new PC which also must be revoked for removal – same system, same problem. So looking at why the service fails showed me that the certificate services database was corrupt. This is a file that resides by default in c:windowssystem32CertLog folder. The file called <servername>-CA.edb is a database that stores the certificate data for each machine and when corrupted due to e.g. unscheduled server shutdown (power cut, forced switch off or whatever) causes the certifcate service to fail. To see if you have this same problem, fire up a remote desktop session to your server and logon. Open the services snap-in (start, run, services.msc), and look at the first services ‘active directory certificate services’ then attempt to start it. It might start but then stop within a few seconds. If it’s stopped, you won’t be able to join new machines to the WHS and you’ll get the unspecified error message.
How do we fix this? Well, it’s not that difficult, MS provides the tools to fix it pre-installed on your WHS. All you need is the command prompt (right-click command prompt and ‘run as administrator’) and a database repair tool, esentutl. Fire up your command prompt, navigate to the CertLog folder (default is c:windowssystem32certlog) and first check the database using ‘esentutl /g <servername>-CA.edb’ (replace <server name> with the name of your server – check the file using ‘dir’ to see it first). You might get a warning here along the lines of ‘log files exist, you should apply these before repairing’. If you get that mesage, simply run ‘esentutl /r edb’. Hopefully this will succeed and if it does, you can the delete the ‘.log’ files. Once you have removed the log files, run ‘esentutl /p <servername>-CA.edb’ to defrag the database. All being well, you should now be able to start the certificate services. Now run the connector installer again and hopefully, no more error.
Enjoy!
Matt
-
AuthorPosts
- You must be logged in to reply to this topic.