Import solution via command prompt
Use this option to import a solution from
Kofax Analytics for Capture,
Kofax Analytics for TotalAgility, or
other Kofax Analytics product. A solution contains a project file (ZIP file)
from
Insight
Studio
and
Admin Console
settings (XML file) packed into a single ZIP file.
- Open a Command Prompt window.
- Navigate to the ImportExport directory: C:\Program Files\Kofax\Insight 6.X.X\ImportExport.
-
Open Help where all the commands are listed:
Altosoft.Insight.ImportExport.EntryPoint.exe -h -
Execute the following:
-
Import the bundle to a new project (it will be created during
import execution):
Altosoft.Insight.ImportExport.EntryPoint.exe -import -projectName="TestBundle1" -bundlePath="C:\temp\ImportExports\TestBundle.zip" -metaConnection="Data Source=<server name>;Initial Catalog= TestBundle1_meta; User Id=<User ID>;Password=<password>;" -metaProvider="sql" -metaDbType="MS SQL Server" -dataConnection="Data Source=<server name>;Initial Catalog= TestBundle1_data; User Id=<user ID>;Password=<password>;" -dataProvider="sql" -dataDbType="MS SQL Server"Change the file name and path, and also specify data and meta database names, along with the server name and associated connection strings.
-
Import the solution to an existing project (already created in
Insight, see
Create a new project ):
Altosoft.Insight.ImportExport.EntryPoint.exe -import -projectName="TestBundle" -bundlePath="C:\temp\ImportExports\TestBundle.zip"Change the file name and path for the bundle.
-
Import the bundle to a new project (it will be created during
import execution):
- After the import is complete, check your project data in Admin Console or Studio.