Importing processes from content packages

The Process Importer tool can be used to import processes from content packages.

Note: The topic demonstrates code examples of how to use the Process Importer tool. You must adjust the code examples to your special needs.

To import processes from content packages:

  1. To import .app_processes files, use the -c option: C:\>Infor.BI.Applications.ProcessImporter.exe -f ApplicationEngineFarmConnectionProfile -v -j ImportTest -u Admin -p a -c "Demo Base Processes.app_processes"
  2. To import more than one content package, list them all after the -c option: C:\>Infor.BI.Applications.ProcessImporter.exe -f ApplicationEngineFarmConnectionProfile -j ImportTest -u Admin -p a -c "Demo Base Processes.app_processes" "Demo Processes.app_processes"