Versions Compared

Key

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

From the SSMS open a new query from the systems iQSonarSE database


Code Block
languagesql

SELECT * FROM jOBS.t_Queue, Note the JobStatusID is set to -3

...


Code Block
UPDATE  jOBS.t_Queue SET JobStatusID = 1

...


once complete you will recieve SQL message confirming the amount of the rows affected

Image Added

You will now be able to set a rescan of the targets of an active project or set up a new Project and scan new targets.