Error 711 Remote access Connection Manager

f1y

Supreme [H]ardness
Joined
Dec 30, 2005
Messages
8,108
Cannot load the Remote Access Connection Manager service.

Error 711: The operation could not finish because it could not start the Remote Access Connection Manager Service in time. Please try the operation again.

is the error I get when trying to connect to a VPN setup through windows 7.

Also Sonicwall SSL-VPN Netextender has roughly the same error present.

Netextender failed to start because one of required windows services - Remote Access Connection Mangager (RasMan) service - was not running.

I try and start the service and it nets me:

Windows could not start the Remote Access Auto Connection Manager service on Local Computer

Error 1068: The dependency service or group failed to start.

Now here is where a rabbit hole of google search results start. I seperate out my services by startup type and see what automatic services are disabled.

The following are autmatic, and not started:
Routing and Remote Access
Task Scheduler
Windows Event Log
NTRU TSS v1.2.1.29 TCS
Windows Image Acquisition

Also, the secure socket Tunneling protocol service is off. Telephony is on.

A lot of of the services that are off net me the Error 1068. I can't seem to shake this problem.

I ran a sfc /scannow, chkdsk. PC Reimage (it's a tool that basically does a windows repair) and the error is still present.

Deleting the VPN and re-setting it up is a no-go.

The same thing happened on the same PC a couple months ago and a re-install was the eventual solution.

Has anyone ran into this VPN issue?
 
Last edited:
Got IT!

4 hours later. Not sure why, but I have a couple automation scripts, and getting the event log up and going fixed it.

I backuped up registry hive, and pasted the below information into notepad and saved it as "service.reg" and ran it.

On reboot, everything worked fine.

Windows Registry Editor Version 5.00

;Event Log Service Fix for Windows 7 & Vista
;Created by Ramesh Srinivasan for Winhelponline.com - Oct 6 2009

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
77,00,65,00,76,00,74,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00
"ServiceMain"="ServiceMain"
"PlugPlayServiceType"=dword:00000003
"ServiceDllUnloadOnStop"=dword:00000001
"DisplayName"="Windows Event Log"
"Group"="Event Log"
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,65,00,72,00,76,00,69,00,63,\
00,65,00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,52,00,65,00,73,00,74,00,\
72,00,69,00,63,00,74,00,65,00,64,00,00,00
"Description"="@%SystemRoot%\\system32\\wevtsvc.dll,-201"
"ObjectName"="NT AUTHORITY\\LocalService"
"ErrorControl"=dword:00000001
"Start"=dword:00000002
"Type"=dword:00000020
"ServiceSidType"=dword:00000001
"RequiredPrivileges"=hex(7):53,00,65,00,43,00,68,00,61,00,6e,00,67,00,65,00,4e,\
00,6f,00,74,00,69,00,66,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,\
67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,65,00,72,00,73,00,6f,00,6e,\
00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,\
00,00,00,00
"FailureActionsOnNonCrashFailures"=dword:00000001
"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,c0,d4,01,00,00,00,00,00,00,00,00,00
 
Back
Top