Start AppSense EM Agent

AppSense.EM.10.Agent.StartService.Task (Task)

Agent task to start the AppSense EM Agent Service

Knowledge Base article:

Summary

Start AppSense EM Agent

Agent task to start the AppSense EM Agent Service

Causes

Resolutions

Element properties:

TargetAppSense.EM.10.Agent
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout301

Member Modules:

ID Module Type TypeId RunAs 
PA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="AppSense.EM.10.Agent.StartService.Task" Accessibility="Public" Enabled="true" Target="AppSense.EM.10.Agent" Timeout="301" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="PA" TypeID="System!System.CommandExecuter">
<ApplicationName>c:\windows\system32\net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>START "AppSense EmCoreService"</CommandLine>
<TimeoutSeconds>301</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>