Scripts for Command Line Mode

The scripts for running iWay DQC in command line (batch) mode are located in the lib subfolder of the DQC installation directory. They depend on your operating system:

The runcif script takes as an argument the name of the .plan file to execute.

For instance, to execute a Plan file named example.plan, run:

runcif.sh example.plan

The behavior of iWay DQC can be further configured by specifying one or more optional parameters.

The following is an example of the command with optional parameters. Optional parameters are described in the table that follows the command.

runcif.sh -server -serverPort 4040 -runtimeConfig example.runtimeConfig example.plan

Parameter

Description

-v, --version

Displays version information.

-server

Starts a service connection on port 1913 (or the port given by -serverPort). The service connection can be used for monitoring the iWay DQC engine from the Graphical User Interface (GUI).

-serverPort portnumber

Changes the port of the service connection from 1913 to the number given in portnumber. This option has no effect unless -server is specified.

-runtimeConfig file.runtimeConfig

Configures the run-time variables and database connections as given in the run-time configuration file, file.runtimeConfig.

For more information about run-time configuration, see Configuring Run-Time Variables.

-license file.plf

Uses the license file file.plf instead of the file found in the default license search path.


iWay Software