Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 (Content by label)
showLabelsfalse
max5
spaces~Glen.Epperson
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "~Glen.Epperson"
labelskb-troubleshooting-article

Page Properties
hiddentrue


Related issues