The Insight system uses Windows authentication to verify user logins for its applications. You can use Insight to set up and manage these users. However, before you can use Insight to manage other users, you must have at least one valid user in the Insight database for the initial installation.
To set up the initial Insight user:
- Using Microsoft SQL Server Management Studio, expand Databases.
- Expand the Insight database and Tables.
- Point to dbo.UserList, right-click, and select Edit Top 200 Rows.
-
Add at least one user. The format should match the format shown in the following figure; that is, the usrLogin field should contain the DOMAIN\username for the Windows login that you are currently using.
NOTE: The value in the usrID column is automatically generated for you.
- While still in the Tables list, point to dbo.UserGroupUserList, right-click, and select Edit Top 200 Rows.
- Add the usrID from step 4.
- Set the ugrID to 6, which is the Administrators group.
NEXT TOPIC: Step 4: Configure Application Workstation(s)