VPN issue: SSTP Service service started and then stopped

2

2

When I was trying to set up a VPN connect on my laptop running Windows 7 Ultimate, I got this error:

Network Connections

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.

I traced through some service dependencies and discovered that Secure Socket Tunneling Protocol Service was set to Manual. However, when I try to manually start the service, I get:

Services

The Secure Socket Tunneling Protocol Service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.

Setting all the services involved to Automatic did not help. SSTP just showed Automatic and Stopped in the Services panel.

I found a solution that involved booting in Safe Mode and deleting the contents of C:\Windows\System32\LogFiles\WMI\RtBackup. This solution worked, and I could set up a vpn connection, but only until I rebooted again.

TL;DR I'm looking for a way to permanently enable Secure Socket Tunneling Protocol Service and other vpn-related services permanently so I don't have to reboot into safe mode and delete files every time I need to connect to a vpn.

Ampersand

Posted 2011-11-22T19:26:28.613

Reputation: 705

Answers

1

Although it is not listed as a dependency, the reason SSTP isn't working is caused by Event Viewer not running, usually because of a problem with one or more of the event logs. Deleting the files in \RtBackup permits the Event Viewer to run, which allows SSTP to start, but when you reboot the issue recurs, as \RtBackup is recreated.

If after removing the \RtBackup files you clear the various logs from the Event Viewer (after saving a back up, of course), this will remedy the issue preventing the Event Viewer from loading. This should permanently fix the issue with SSTP not starting.

Graham Penny

Posted 2011-11-22T19:26:28.613

Reputation: 26

2

If you're unable to change the name of RtBackup, remove the files from it and then change the name of the folder and copy the old files to the new folder.

Sushil

Posted 2011-11-22T19:26:28.613

Reputation: 21

1

you can solve all the problems with services by simply restoring them to default. you can do this with a registry file, just carefully choose your version of Windows from the list provided at BlackViper.

raul

Posted 2011-11-22T19:26:28.613

Reputation: 11

0

To solve this problem i just activated "Windows Event Log" service

Daniel Moreira

Posted 2011-11-22T19:26:28.613

Reputation: 111

1More details would be nice – SeanClt – 2016-02-26T16:09:05.487

Can you give one example? I don't know what else to explain about it. – Daniel Moreira – 2016-02-26T20:49:21.913