BS2000 Jobs

Use BS2000 Jobs to run scripts on BS2000 platforms and to define how runtime options, reports and protocols must be processed. BS2000 Jobs can run independently or they can be added to a Job Group (JOBG) or to a Workflow. For more information about the integration between the Automation Engine and BS2000, see Java EE/JMX Agent.

This page includes the following:

Defining BS2000 Jobs

A BS2000 Job definition is made up of the following pages:

Runtime Options Section

Job Report Section

For information on the Job Report section, see Job Reports.

Freely Defined Port Numbers

Free port number are usually supplied in the DCSOF with the Freeport parameter. By default, the first free port number is 4096.

The BS2000 agent does not work with a fixed port number that is written in to its INI file, but it requests a free port number when it establishes a connection to the Automation Engine.

If the BS2000 agent is automatically loaded after a successful agent test start, make sure that its required free port number does not conflict with other settings.

Example

The test results in the following constellation:

  1. An application that uses the 4096 port number via /BCMAP command is already running.
  2. The BS2000 agent is started manually and obtains the next free port number (e.g. 4097).

In this case, both, the application and the agent work correctly.

After the tests, the BS2000 agent starts automatically and is loaded before the application. The BS2000 agent obtains the first free port number 4096.

As a result, the application to which this port number has been assigned on a fixed basis via a /BCMAP command cannot start.

See also:

Jobs (JOBS)