Questions tagged [service-control-manager]
20 questions
0
votes
1 answer
SC start command on Windows Server
I am new to the Scripting World of Windows. I have written a batch script which automates start/stop of services on multiple servers from one unique server where all the servers are in the same subnet. I have used the SC command to serve my purpose.…

user2928822
- 35
- 8
0
votes
1 answer
Unable to start/delete Windows Service created under Local System
As part of an MSDeploy post step I run
sc create MyService binPath= "C:\Services\MyService"
(Note that this command is run from the remote server)
Trying to start/delete the service using sc or via the UI results in an Access Denied error which…

The Muffin Man
- 19,585
- 30
- 119
- 191
0
votes
0 answers
ServiceControl Beta 7.15 RavenDB Error - Failed to execute indexing function on MessagesViewIndex
Helpful information to include
Product name:
Version:
Stacktrace:
Description:
I just upgraded ServiceControl from Beta6 to Beta7.15 and I am getting the following error (see at the bottom of the is post) when I start the service and it just seems…

user2812323
- 33
- 4
0
votes
0 answers
When running my service, the service receives the request SERVER_CONTROL_INTEGORATTE from service control manager for every one minute
When running my service in windows 2008 server machine, the service receives the request SERVER_CONTROL_INTEGORATTE from service control manager for every one minute so he actual functionality of services is not getting executed. In that particular…

user369287
- 692
- 8
- 28
0
votes
1 answer
What guarantees does the service control manager (SCM) make about the method calls on the service?
What guarantees does the service control manager (SCM) make about the method calls on a service?
Does it guarantee against cases like the following?
OnStart/OnPause/OnContinue while the service is stopped
OnStart/OnPause while the service is…

Redwood
- 66,744
- 41
- 126
- 187