To clear stuck jobs, do the following:
- Run the following commands:
DELETE FROM managerjobs WHERE CompletedDate is null;
DELETE FROM discoveryjobs; - Restart both SQL service and DSM service.
To clear stuck jobs, do the following:
DELETE FROM managerjobs WHERE CompletedDate is null;
DELETE FROM discoveryjobs;
Deep Security20.0
DSM is utilizing the CPU/memory causing the console to be inaccessible. This performance issue may be caused by significantly large discovery jobs, or those running for a very wide range of IP addresses.
To clear stuck jobs, do the following:
DELETE FROM managerjobs WHERE CompletedDate is null;
DELETE FROM discoveryjobs;