Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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


  • No labels