Using the Process Importer tool

This section describes the Process Importer tool.

The Application Engine Process Editor offers functions for importing processes to a repository, but these functions enable only a manual import. The Process Importer is a command line tool that can be used to automatically import processes.

Note: The Process Importer tool requires a farm with at least Configuration Service, Repository Service and Application Engine Service running.

The executable file of the Process Executor tool, Infor.BI.Applications.ProcessImporter.exe, is installed with Application Studio.

This table shows the command line options that can be used with the tool:

Options Description
-f Farm: Required name of the Application Engine farm connection profile.
-j Project: Required name of the repository project.
-u User: Required name of the repository user.
-p Password: Required password of the repository user.
-c Package: Path to Application Engine package files to be imported (.app_processes). You can specify the required file names by listing them after this option.
-s Source: Path to processes to be imported. You can specify the required file names by listing them after this option.
-g Glob: A list of file name patterns that specify the processes and packages to be imported.
-o Overwrite: Specify this option to overwrite existing processes in case of naming conflicts. Otherwise, the import is rejected. This option is not allowed in a cloud environment.
-d Delete: Use this option to delete all processes from the target repository before importing new ones. This option is not allowed in a cloud environment.
-v Verbose: By default, the Process Importer outputs only error messages. If you activate this option, it outputs detailed information about the import process.
-help Help: Displays the help screen.