All Windows/AD(Active Directory) account(s)/group which use Inspect should have read/write permissions for Inspect database.


1 or more user(s) should have owner permission to run database migration script.

A database migration script will be executed when Inspect Desktop is executed the first time of each new version.

This means the user who has owner permission should execute Inspect Desktop to run database migration script just after a new version installed.


Additionally, all the database users should be granted to view server state to meet Inspect licencing strategy.

  • Script: GRANT VIEW SERVER STATE TO '{domain}\{account}'
    • ex) GRANT VIEW SERVER STATE TO '2cc\InspectGroup'