Importing processes from source files

The Process Importer tool can be used to import processes from source files.

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 source files:

  1. To import a single process, specify this command in the command line: C:\>Infor.BI.Applications.ProcessImporter.exe -f ApplicationEngineFarmConnectionProfile -j ImportTest -u Admin -p a -s DemoProcess.bs
    The command does not output any messages.
  2. To output messages about the import process, use the previous command and add the -v option: C:\>Infor.BI.Applications.ProcessImporter.exe -f ApplicationEngineFarmConnectionProfile -v -j ImportTest -u Admin -p a -s DemoProcess.bs
  3. To import more than one process, list them all after the -s option: C:\>Infor.BI.Applications.ProcessImporter.exe -f ApplicationEngineFarmConnectionProfile -v -j ImportTest -u Admin -p a -s DemoProcess.bs DemoProcess2.bs