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 Next »

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


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

Run the following sql to update the JobStatusID to Served/Complete
UPDATE  jOBS.t_Queue SET JobStatusID = 1


Following that you will be able to set a rescan of the targets or set up a new Project.


  • No labels