Enabling the execution server
The execution server is enabled by default. You only need to perform the following procedure if you have manually disabled the server.
1 Open C:\inetpub\wwwroot\SPSSMR\ExecutionService\web.config.
2 Set the ServiceEnabled value to true:
<!-- Set "true" to enable Execution Service and "false" to disable Execution Service -->
<add key="ServiceEnabled" value="true"/>
See also