How to Run Process Runner DB through Command prompt

How to Run Process Runner DB through Command prompt

Process Runner DB can be executed from command prompt with different parameters to suffix different functionalities.

For the purpose of testing from command prompt, you have to be in Process Runner DB folder (C:\Program files\Innowera\Process Runner DB)

Syntax: (items in Bold are mandatory)

>”<Process Runner DB EXE = ProRDB>” “<Process Runner DB File Path>” [“<|Autorun=True/False>”] [“<|LogonFile=Logon Shortcut file name>”] Example:

C:\Program files\Innowera\Process Runner DB >ProR DB "C:\Documents and Settings\TestUser\My Documents\Innowera\ProcessFiles DB\MM02_Change Material.itd" "|AutoRun=true" "|LogonFile=TestUser.ilf"

Description:

ProRDB: Name of the Process Runner DB executable file in installation folder.

Additional Parameters:

Following are the parameters you can use in command line with Process Runner DB:

** Second parameter is the path of Process Runner DB file that you want to run.

|AutoRun: Specifies whether you want to auto run file on opening. This would require you to also assign Logon file (explained next) as an additional parameter.

|LogonFile: name of the Logon file to be used.

1. >ProRDB: This command line parameter will start Process Runner DB.

CMD_1

2. >ProRDB “C:\Documents and Settings\TestUser\My Documents\Innowera\ProcessFiles DB\MM02_Change Material.itd”: This parameter starts Process Runner DB & automatically opens the Process File specified in the second argument (which in our case is MM02_Change Material.itd  in C:\Documents and Settings\TestUser\My Documents\Innowera\ProcessFiles DB\).

CMD_2

 

CMD_3

 

CMD_4

3. C:\Program Files\Innowera\Process Runner DB>ProRDB "C:\Program Files\Innowera\Process Runner DB\Samples\Transaction\MM02_Change Material.itd" "|AutoRun=true" "|LogonFile=TestUser.ilf"

You can also specify two different parameters i.e. AutoRun & LogonFile. Specifying this you can automatically run a specific file from the command prompt.

CMD-5

 

CMD_6

 

Next:
How to pass ABAP Filter in Process runner DB through Command prompt