Atlanta .NET Regular Guys

Community Blog for two guys in Atlanta that focus on Microsoft and Community.

Quick About

This is the community blog for Brendon Schwartz and Matt Ranlett.  If you want to see their technical posts visit http://www.sharepointguys.com

Back To DevCow

Recent Posts

Tags

Email Notifications

    Archives

    Failure when installing Cisco VPN client on Windows 7

    I was trying to install the Cisco VPN client in order to connect to some client systems when I ran into an ominous installer error message.  Boatloads of bad advice on the Internet later, I believe I’ve located the solution.

    Error message:

    Error 27850. Unable to manage networking component.  Operating system corruption may be preventing installation.

    Error cause:

    Windows limits the number of services which may be installed on any single network adapter.  Attempting to exceed this limit gives you an intelligible and understandable error message when working through the control panel but apparently gives you the above ominous error message.

    In my personal case, I’ve got all the normal Windows 7 stuff installed, the HyperV Windows stuff, VMWare Workstation, and Oracle VirtualBox installed.  Apparently this is one too many virtualization tools and is the root cause of my issue.

    Resolution steps:

    1. Open the Control Panel –> Network and Internet –> Network and Sharing Center
    2. Click the active connection’s network adapter (mine was the Wireless Network Connection) to open the Connection Status dialog
    3. Click the Properties button
    4. <begin test for maximum services> Click the Install button
    5. Select Service and click Add
    6. Expected error message: Filters currently installed on the system have reached the limit
    7. Click OK to return to the Properties window </end test for maximum services>
    8. Remove a service by selecting a service and clicking Uninstall (I removed the VirtualBox Bridged Networking Driver)
    9. Click OK to commit changes and retry the Cisco installation

    Credit where credit is due:

    I found the solution (reposted here to not pirate bandwidth) inside of the comments on this Cisco support forums posting:

    https://supportforums.cisco.com/thread/2015629

    I just figured this one out.  The issue is that you cannot add new services, likely you are running multiple virtual machine products and/or multiple VPN solutions.  I am not exactly sure why, but Windows is only allowing a certain number of services/filters.  See if you are able to recreate the following for a specific network adapter.  Once I removed one of the VM filters (Microsoft VM in my case, the install was able to proceed successfully).

    filters.jpg

    Posted: 06-30-2010 2:27 PM by Matt Ranlett
    Filed under: