Remote Agent Service stuck in Stopping Status

Problem

Remote Agent Service stuck in Stopping Status:


Solution

  1. Query the service

Commands:

 sc queryex servicename

 <Enter>

 Replace 'servicename' with the services registry name.

         Example:  sc queryex DBRemoteClient



2. Identify the PID

After running the query you will want to located the PID

  


3. Kill the task

Commands:

taskkill /f /pid [PID]

<Enter>

Example: taskkill /f /pid 3464

This will kill the hung service

4. Start the DBRemoteClient Service


2024 DATABASICS, Inc