ScannerVision User Import Utility


The ScannerVisionUserImporter.exe is a console application that is installed in your ScannerVision installation folder. The utility is responsible for the importing of user data into the staging area as well as saving that data to the User table. The utility takes several command line parameters. If it is executed without any command line parameters all enabled import sources are executed and user data is saved to the User table.

Command line parameters are:

-c Keeps the console window open when the import is complete.
-s Imports user data into the staging area only.
-i Saved user data that is in the staging area to the User table.
Instance name The instance name you want to execute. If your instance name contains spaces put it in quotation marks.


Examples

Import instance “DB” into the staging area only:

ScannerVisionUserImporter.exe BD -s


Import all instances into the User table:

ScannerVisionUserImporter.exe -i


Perform complete import and keep the console open:

ScannerVisionUserImporter.exe -c