Environment Variables for System Commands

The agent sets environment variables that can be accessed by System Command tasks. These environment variables are specific to each System Command task that is run.

Environment Variable

Description

AEO_AGENTID

The definition ID of the agent.

AEO_AGENTNAME

The name of the agent.

AEO_AGENTUID

A unique identifier for the agent that stays the same, even if the name changes.

AEO_PROCESSID

The run ID of the process. The first column in Operations  Processes.

AEO_PROCESSNAME

The process name from the definition.

AEO_PRODUCTIONDATE

The production date, in dot notation. (i.e., 2006.12.05 = the 5th of December 2006 [YYYY.MM.DD]).

AEO_RUNCOUNT

The run number.

  • 1 - The first run.
  • 2- The first rerun, etc.

AEO_SERVERNAME

A unique identifier for the Scheduler cluster. This relates to an instance of the database.

AEO_TASKID

The ID of the task within the process.

AEO_TASKNAME

The name of the task from the definition.

AEO_UNIQUETASKID

An identifier created by combining server ID, task ID, process ID, and run count. It can be used to create a unique temporary file or tag.