One PC cannot get get connector to install - unexpected error has occurred.

I am working on a deployment of Essentials 2012 r2, and have run into one windows 7 client I can't get the connector to install on.  I have been able to connect other Windows 7 and Win 8.1 clients to this server on the same network. 
Here is the client log:
[340] 140909.214751.7354: ClientSetup: Start of ClientDeploy
[340] 140909.214754.9464: General: Initializing...C:\windows\system32\Essentials\ClientDeploy.exe
[340] 140909.214755.0064: ClientSetup: Create client deployment registry subkey if necessary
[340] 140909.214755.0864: ClientSetup: The initial launching way:
[340] 140909.214755.0864: ClientSetup: The initial state is set
[340] 140909.214755.0864: ClientSetup: The initial serverName:
[340] 140909.214755.0864: ClientSetup: Loading Wizard Data
[340] 140909.214755.0964: ClientSetup: Saving Wizard Data
[340] 140909.214755.1064: ClientSetup: Current DeploymentStatus=Start
[340] 140909.214758.6264: ClientSetup: Showing the Client Deployment Wizard
[340] 140909.214759.5274: ClientSetup: Machine name:CLIENT, length:5
[340] 140909.214759.6174: ClientSetup: InitWizard, The currrent stage is ConnectingToServer
[340] 140909.214759.6274: ClientSetup: Set the Deployment Sync Event
[6732] 140909.214809.5694: ClientSetup: Finish server discovery
[340] 140909.214818.6015: ClientSetup: The selected server name is SERVER
[340] 140909.214818.7915: ClientSetup: The server info: SERVER, System.Collections.Generic.List`1[System.Net.IPAddress]
[6724] 140909.214818.9715: ClientSetup: Entering ConnectorWizardForm.RunTasks
[6724] 140909.214818.9715: ClientSetup: Running Task with Id=ClientDeploy.PreConfiguration
[6724] 140909.214819.0015: ClientSetup: The configuration cab will be downloaded from 192.168.1.200
[6724] 140909.214819.0915: ClientSetup: Download file Setup.cab from server
[6724] 140909.214819.2115: ClientSetup: Making web request: https://192.168.1.200//connect/default.aspx?Get=Setup.cab&LanguageId=1033&64bit=1
[6724] 140909.214820.4315: 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.StartSendBlob(Byte[] incoming, Int32 count, 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.StartSendBlob(Byte[] incoming, Int32 count, 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.StartSendBlob(Byte[] incoming, Int32 count, 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.StartSendBlob(Byte[] incoming, Int32 count, 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.PooledStream.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)
[6724] 140909.214820.4315: ClientSetup: Cannot get configuration file with https, will try http...
[6724] 140909.214820.4515: ClientSetup: Download file Setup.cab from server
[6724] 140909.214820.4515: ClientSetup: Making web request: http://192.168.1.200//connect/default.aspx?Get=Setup.cab&LanguageId=1033&64bit=1
[6724] 140909.214821.0715: ClientSetup: Downloaded file C:\windows\Temp\ClientDeploymentTempFiles\Setup.cab
[6724] 140909.214821.0715: ClientSetup: The configuration cab is downloaded to C:\windows\Temp\ClientDeploymentTempFiles\Setup.cab
[6724] 140909.214821.2515: ClientSetup: The configuration cab is incomplete or corrupted, exception: Microsoft.Deployment.Compression.Cab.CabException: Cabinet file does not have the correct format.
   at Microsoft.Deployment.Compression.Cab.CabWorker.CheckError(Boolean extracting)
   at Microsoft.Deployment.Compression.Cab.CabUnpacker.GetFileInfo(IUnpackStreamContext streamContext, Predicate`1 fileFilter)
   at Microsoft.Deployment.Compression.Cab.CabUnpacker.Unpack(IUnpackStreamContext streamContext, Predicate`1 fileFilter)
   at Microsoft.Deployment.Compression.ArchiveInfo.Unpack(String destDirectory, EventHandler`1 progressHandler)
   at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.PreConfigTask.Run(WizData data).
[6724] 140909.214821.2515: ClientSetup: Exiting PreConfigTask.Run()
[6724] 140909.214821.2515: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has TaskStatus=Failed
[6724] 140909.214821.2515: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has RebootStatus=NoReboot
[6724] 140909.214821.2515: ClientSetup: Exting ConnectorWizardForm.RunTasks
[340] 140909.214822.8225: ClientSetup: Back from the Client Deployment Wizard
[340] 140909.214822.8625: ClientSetup: Saving Wizard Data
[340] 140909.214822.8625: ClientSetup: End of ClientDeploy: ErrorCode=1603
I have read through a few other threads, and have tried uninstalling and reinstalling .NET 4.5 and I have also checked the CA on the client, all seems to be OK. 
Other ideas anyone?

Hi,
àhave run into one windows 7 client I can't get the connector
to install on.
Would you please let me know the error message that you can get when type
https://server-name/connect in IE to download Connector software?
Just addition. In that problematic client computer, please run the
Configuration Troubleshooter tool that Robert created to test the connection to the Server. Meanwhile, please run the tool on the server to check
IIS and Certificates configurations.
For details of this tool, please refer to following article.
Windows Server Essentials – Configuration Troubleshooter
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
If any update, please feel free to let us know.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • When I try to update I get a message that says "an error has occurred" and I cannot update like I have been doing for several years

    When I attempt to upgrade I am now getting a message that says "an error has occurred" and I cannot activate the upgrades----there are two pending

    Disable anti virus software if installed
    Make sure the firewall is turned off in System Preferences > Security & Privacy > Firewall
    Make sure Gatekeeper is enabled
    Open System Preferences > Security & Privacy then select the General tab.
    Make sure either Mac App Store or Mac App Store and identified developers is selected.
    If that area is grayed out, click the padlock icon to proceed.
    OS X: About Gatekeeper

  • Cannot download apps to iPad since iOS 5.1 update.  Get error message "An unexpected error has occurred"

    cannot download apps to iPad since iOS 5.1 update.  Get error message "An unexpected error has occurred"

    Hi mike,
    Seems like a frustrating problem! Try restarting your device, and trying again. If that doesn't work, in settings, under store, tap your apple id at the bottom of the page, and then sign out. Sign back in again, and try again.
    Also, check you have enough remaining space on your iPad for the app you want to download, you can do this in settings, then general, then usage.
    I also reccomend buying the app in iTunes on your computer, and then syncing it to your device.
    Let me know how you get on, and I'll get back to you with further help if needed,
    Nathan

  • I transfered my iWork '09 to my new Mac Air. Now my Keynote won't open. I get message, "An unexpected error has occurred, please quit and reopen Keynote." This doesn't work.

    I transfered my iWork '09 to my new Mac Air. Now my Keynote won't open. I get message, "An unexpected error has occurred, please quit and reopen Keynote." This doesn't work.

    so Keynote still isnt working after installing, I thought you had it sorted from your last post.
    If you have not done so remove any files relating to iWork and Keynote and reinstall iWork
    files that must go are:
    the iWork ’09 folder from the main HD > Applications;
    the iWork ’09 folder in HD > Library > Application Support
    the individual iWork application plist files found in HD > Users > (your account) > Library >
    There are a number of free application removal tools  that will do this for you:
    trashme       webpage
    apptrap        webpage
    appcleaner   webpage

  • IN FB Mafia Wars getting this message Unexpected Error has occurred. Requested URL not found: 400 What do I do?

    These errors only appear on my laptops. Running FBMW Add Ons with grease money on 1 laptop , and the other laptop does not have these installed. The problem started 3 days ago.
    From Firefox Error Console:
    Warning: Error in parsing value for 'background-image'. Declaration dropped.
    Source File: https://support.mozilla.com/en-US/questions/new?product=beta&category=b2&search=IN+FB+Mafia+Wars+getting+this+message+++Unexpected+Error+has+occurred.+++Requested+URL+not+found%3A++400+++What+do+I+do%3F&showform=1
    Line: 0
    These types of errors appear whenever I try doing any new actions in Mafia Wars.

    Hello everyone with AVG, I have the simple solution. 1) Open your AVG Antivirus File 2) Under Tools, Open Advance Settings 3) On the left side, Click on LinkScanner 4) On the Box on the right-hand side... Unclick "ENABLE SURF-SHIELD" Click OK on the bottom of the page. PROBLEM FIXED

  • I cant open Photos om my mac. Just upgraded to Yosemite. The message I get is: An unexpected error has occurred. Please quit and restart the application. I have done this several times but nothing seems to work. iPhoto is gone. What do I do?

    I just upgraded to Yosemite on my mac from 2010. Everything seems to work, accept Photos. When I try to open it i push the "Get started" button, then the picture with "Preparing Library" comes up. Then a message appears with the text "An unexpected error has occurred. Please quit and restart the application." I have done this several times, but nothing happens. What do I do?

    I just upgraded to Yosemite on my mac from 2010. Everything seems to work, accept Photos. When I try to open it i push the "Get started" button, then the picture with "Preparing Library" comes up. Then a message appears with the text "An unexpected error has occurred. Please quit and restart the application." I have done this several times, but nothing happens. What do I do?

  • TS3377 My contact list just disappeared ? Says an unexpected error has occurred? How do I get my contacts back on my I pad.

    My contact list just disappeared? Says an unexpected error has occurred?  I can't add new contacts to my email, on my I pad.
    I don't know how to get my contacts back.

    petty0103 wrote:
    ... it says an unknown error has occurred.
    That Error message is important... what was the exact wording.?

  • Every time I try to log in to the Mac App Store, I get red words saying "An unknown error has occurred" How do I fix this?

    Every time I try to log in to the Mac App Store, I get red words saying "An unknown error has occurred" How do I fix this?

    Try deleting the cache associated wi the App Store.
    Quit the App Store if it's open.
    Now open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy/paste:   ~/Library/Caches/com.apple.appstore
    Click Go then move the Cache.db file from the com.apple.Safari folder to the Trash.
    Try the App Store.

  • When i open shared Document folder getting "An unexpected error has occurred. " error

    Hi,
    I am getting "An unexpected error has occurred. " error when i open Shared Document folder in Internet URL. But if i open the foder in newtab i can view the documents with out error also intranet URL also doesnt have any problem. I am using SharePoint
    2007. Kindly help me resove this issue

    @Manikandan,
    Can you check the ULS logs to find what is the error. The default location of log files will be C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS for MOSS 2007.
    If is allowed for you to change the callstack and customerrors mode setting in the web.config then change those values to see the error.
    Find: <SafeMode CallStack="false" />
    Replace with: <SafeMode CallStack="true" />
    Find: <customErrors mode="On" />
    Replace with: <customErrors mode="Off" />
    http://social.msdn.microsoft.com/Forums/en-US/4ffee924-8878-4443-85a9-1ac89f7fbbfb/debugging-a-web-part-an-unexpected-error-has-occurred-trace-log?forum=sharepointdevelopmentlegacy
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Getting 'an unexpected error has occurred' while editing report viewer webpart in Sharepoint webpart

    Hi All,
    I have added report viewer webpart in a page. On click of edit webpart link I am getting webpart edit toolbox. But after clicking on apply or save button, getting the following error.
    'an unexpected error has occurred' 
    If I refresh the page then report is working fine, but webpart edit settings are not getting saved.
    Please suggest.
    Thanks in advance !
    Soumya Das

    Hi  ,
    For troubleshooting your issue, please take steps as below:
    1. Open web.config file of current web application
    2. Find the node that begins
    <trust level=
    3. Change the trust level from WSS_Minimal to
    WSS_Medium
    4. Save the file
    5. Drop to command prompt and execute : 
    iisreset
    If your issue persists, please provide detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2010, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • TS3694 i have dropped my iphone4 . i cant get to the software update the error has occured  wt can i do

    i have dropped my iphone4 . i cant get to the software update the error has occured  wt can i do for software update

    What is the exact wording of the error message received?

  • I get "An unexpected error has occurred" whenever I try to create item in a list or view site permission page

    I am working a SharePoint site with a custom masterpage and css. Everything displays just fine and the site functions with several subsites, and so forth. I have double-checked to ensure that important content placeholders were on the new masterpage, even
    if they were "hidden" from view.
    However, a new issue came up this week: I was moved from a contributor to a designer list so that I could convert word files in a doc library in web pages. When that change happened, I lost the ability to select "add new items" to lists or add
    events to calendars. [not sure if causation, or just correlation] On a similar note, no one--not even those with higher permissions levels than me---can access the "site permissions" page in browser now (not sure if this coincides with my issue over
    the lists/calendars, but in both cases the notification "an unexpected error has occurred" comes up).
    I temporarily switched a subsite to the default masterpage, and lists and site permissions page functioned fine--no error. Therefore, it appears as though something in the custom masterpage (or embedded css?) is causing this error to come up. But what could
    it be? 
    I ran across a forum question that mentioned a bug related to alternative css:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/53151269-dd61-4c71-8263-c1880450a1bb/sharepoint-2010-unable-to-access-site-settings-site-permissions-from-a-site-created-from-a-template Solutions
    said to check the correlation ID and use powershell. The guy in my department who checked the correlation ID said that nothing useful came up, and I got the impression that the powershell solution didn't work out for him either (I don't work on that side of
    things; I am on the design side). 
    So, does anyone have any idea what the problem could be? Again, I have checked and double-checked those content placeholders in my custom masterpage - they are all there. I built the site using one of Randy Drisgill's masterpage templates.
    Up until this point, I haven't had any issues with the template, my custom code, etc. 

    I am having the same issue, was this ever resolved?

  • Itunes cannot connect to this iphone an unknown error has occured. Please help.

    Hi,
    I have just got an iphone 5c. However i'm having trouble with my itunes on my laptop.
    I'm getting 2 error messages:
    Error message 1 is ( an unknown error occured 42032 ) this happens every time i open itunes.
    Error message 2 is ( itunes cannot connect to this iphone, an unknown error has occured ) this happens every time i try to connect my new phone.
    I am running the latest itunes version on windows 7.
    So far i've tried uninstalling all components and reinstalling them to no avail.
    I've spent 3 hours today on the phone to both Apple and Microsoft with both blaming each other.
    Please someone help.
    Kind regards
    Dale

    Hi prolough,
    Here is a link that should help:
    http://support.apple.com/kb/TS3221
    Cheers,
    GB

  • HT202159 After clicking install, "an error has occurred" pops up. Tried it several times for several days already, the same happens.

    Just recently purchased Quartet for Keynote, downloaded it after clicking install, "an error has occurred" pops up. Tried it several times for several days already, the same happens.

    Try the developer's site FAQ;s ...
    http://graphicnode.com/support/faq/
    Their contact info here >  http://graphicnode.com/support/contact/
    Check GateKeeper
    Open System Preferences > Security & Privacy > General
    Make sure App Store and indentifed developers is selected.
    If not, click the padlock icon to make changes. You may be prompted for your admin password.
    Then try downloading the app.

  • TS1702 Has any one had trouble getting or giving lives in candy crush...I keep getting a message that says an error has occurred, please try later.  This has been going on for two days! Can't move cause I need to be unlocked, can't ask friends  because of

    Keep getting message"error has occurred, please try again later". When i try to send lives or ask friends for lives.  Can't play cause I need to be unlocked.  Help!

    Simple...
    http://www.apple.com/uk/support/mac/app-store/contact/

Maybe you are looking for

  • Office 2013 click-to-run does not honor deselecting 'Make Outlook the default program' checkbox

    We use an email client other than Microsoft Outlook (let's say Thunderbird) Thunderbird is set as the default mail client for the machine (HKLM\Software\Clients\Mail\(default) set appropriately) Occasionally, we launch Outlook (but absolutely do not

  • How can I save mail messages on iPad

    I (strictly, my wife) have just bought a WiFi-only iPad to replace an ageing MacBook, and I also have an iMac.  I have a need to store and organize a limited number of Mail messages in the iPad, such that they are available in the future when I do no

  • Error while creating user in OIM using Create User API

    Hi All, My Setup: OIM running on Jboss Server where as my custom application to create user using CreateUser API in Tomcat Server. Below is the code that im trying to run. try           System.out.println("Started ---");                ConfigurationC

  • Can you add a single app subscription to Existing Cloud for Teams for new team member?

    Is it possible to add single app subscriptions to an existing CC Team Acct? I have a team member that needs an Adobe Acrobat IX Pro subscription and would like to manage it from my CC Teams management tools.

  • BB Line Reset Question

    Hi - had issues with BB speed - ip profile was set to only 0.25mbps.  BT did a line reset on Monday lunchtime.  IP profile is still set ot 0.25mbps.  Contacted BT who said it would take 10 days for the line to stabilise and spped will vary in that ti