Issue
Site may be migrating from I/NET to another access control system and would like to import the data.
Product Line
TAC I/NET
Environment
- I/NET Seven
- SQL Management Studio
Cause
The site is migrating from I/Net to Continuum or another access control system.
Resolution
- Open SQL Management Studio and create a New Query by clicking on the "New Query" button
- Run the script below:
SELECT * FROM InetDb.dbo.IdWorksView
Note: This view only shows the Primary Group associated with each individual.
- Select File>Save Results As...
- Save the file as a .csv to a location of your choosing