The UI does not currently display the date on which a project completed scanning in an easy to find location. This information can be useful to iQuate support staff.
Step-by-step guide
- Connect to the iQSonar SE database in Microsoft SQL Management Console
- Browse to the tableĀ [iQSonarSE].[config].[t_Project]
- Select "View top 1000 rows"
- For each project, the date/time the scan of the project finsihed will be in the column "LastScannedAt"
...
Code Block |
---|
|
Select * from config.t_Project |
Image Added
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1fb5c7 |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "kb-how-to-article" and type = "page" and space = "CSKB" |
---|
labels | kb-how-to-article |
---|
|
...