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

« Previous Version 2 Current »

Problem

Clearing all queue Jobs

Solution

 

Follow these steps to clear all queued scanning jobs :

  • Stop all running services
  • execute the following SQL on your production DB.

DELETE FROM FoundDeviceActiveJob;

DELETE FROM DeviceActiveJob;

UPDATE FoundDeviceScanHistory
SET Nextscandate = NULL;

UPDATE DeviceScanHistory
SET Nextscandate = NULL;

DELETE FROM FoundApplicationActiveJob;

DELETE FROM ApplicationActiveJob;

UPDATE FoundApplicationScanHistory
SET Nextscandate = NULL;

UPDATE ApplicationScanHistory
SET Nextscandate = NULL;

Filter by label

There are no items with the selected labels at this time.

 

 

  • No labels