User Guide > Objects > Alphabetical Listing > Agent Variables

 Agent Variables

Agent information and settings are mostly stored in agent variables. These variables are either available as Variable objects in the system client 0000 or directly stored in the databaseA database is an organized collection of data including relevant data structures.. If they are stored in the database, they are referred to as virtual agent variables. They can be read with the script element GET_VAR, but they cannot be set with the statement :PUT_VAR.

The correct syntax is: GET_VAR (Agent variable,Agent name)

For example: :SET &jobreport# = GET_VAR('UC_EX_PATH_JOBREPORT','WIN01')

The administrator can specify all agent variables in the agent's INI file (section [VARIABLES]). In doing so, values can be set in accordance with your environment.

For example:

[VARIABLES]
UC_HOST_CODE=UC_CODE
UC_HOST_JCL_VAR=NSK
UC_EX_PATH_BIN=$data01.uc4

UC_EX_PATH_CACHE=c:\AE11\agents\windows\CACHE\0100\
UC_EX_PATH_JOBREPORT=$data01.
UC_EX_JOB_MD=$data01.uc4.ucxjns1r

 

Agent Variables in the System Client 0000

Agent Variable

Description

UC_EX_ERP_CONNECT

Contains connection specifications for the particular Enterprise Business Solution.

UC_EX_HOSTCHAR

Contains particular settings for one or several agents.

Virtual Agent Variables

Virtual agent variables are usually defined in the agent's INI file in the [VARIABLES] section. The values of some agent variables are automatically retrieved by the agent. In this case, there is no need to define them in the INI file (see the table below).
When the agent starts, all virtual variables will be passed on to the Automation Engine.

Note that you cannot define variables that are not listed below. Although you can create user-defined variables, they cannot be read.

Agent Variable

Description

Definition in INI file

UC_EX_DAYLIGHT

This variable checks whether the current time is Daylight Savings Time.

The agent retrieves this information from the system time and passes it on to the Automation Engine.

Allowed values: "Y" and "N"
"Y" - Daylight Savings Time
"N" - Standard Time

The value of this variable is automatically set and cannot be defined in the INI file.

No

UC_EX_HOST_ROLE

The agent's role.

Any name that can be used as a filter in agent groups. Several role names must be separated with a ";" character. This parameter is limited to 256 characters.

Roles are converted to uppercase letters.

This definition does not affect the agent itself.

Yes

UC_EX_IP_ADDR

The IP address or the host name.

When the agent starts, it retrieves the IP address of the computer on which it is running automatically. It passes this information on to the Automation Engine where it is stored in this variable.

The Automation Engine uses the agent's IP address and port number (variable UC_EX_IP_PORT) in the Header and Trailer Includes and passes this information on to the Job Messenger. The Job Messenger uses this data to connect to the agent.

The agent itself usually uses these values only for the Sysplex configurations of a z/OS mainframe system (z/OS agent).

If the agent runs in a cluster, you can enter this cluster's virtual IP address here.

No

UC_EX_IP_PORT

The port number of the agent.

For further information, see also the description of UC_EX_IP_ADDR.

No

UC_EX_JOB_MD

The path and file name of the Job Messenger.

This variable must be defined. When the agent starts, it checks this value and terminates when the path is not valid.

This value is used in the Header and Trailer objects which include the messenger calls for the job start and job end.

Required

UC_EX_LICENCE_CLASS

The license class according to the acquired license as well as the hardware and software that is used.

When the license class is set to "S", the agent passes the value "127.0.0.1" on when it starts instead of the host's actual IP address.

Yes

UC_EX_MIB_INFO

Additional information about the agent for the MIB (7.1.1.16).

No

UC_EX_MIB_MONITORING

This variable indicates whether the agent's availability is monitored.

Allowed values: "0" and "1"
"0" - The agent's availability is not monitored.
"1" - The agent's availability is monitored.

No
UC_EX_PATH_BACKUP

The directory in which the backup files of the File Rollback of jobs and file transfers are stored.

Only affects Windows and UNIX agents.

Default value:
"..\BACKUP" (Windows) or "../backup" (UNIX)

If the directory does not yet exist, it will be created when the agent starts.

Within the backup folder, the files are stored in the following structure /<Client>/<Date>/<RunID>/

The backup directory for the filebased rollback is automatically created when you start the agent. This directory is available for jobs and file transfers. You can define the path for the backup directory in the agent variable UC_EX_PATH_BACKUP. Note that for using the filebased rollback, you need the OS user under which the related jobs and file transfers are started, and write access to the backup directory.

Yes

UC_EX_PATH_BIN

The directory in which the agent is installed.

This variable must be defined. When the agent starts, it checks this value and terminates when the path is not valid.

Please note that the path to the working directory may be defined either as a relative or an absolute path. If all agent variables have been defined, you can use one of the two path definition variants.

Required
UC_EX_PATH_CACHE

This directory is used to store client-wide resources.

In the client-wide resource directory you should clean up unused files yourself.
The job specific cache will be cleaned up by the Automation Engine system, since its resources will be used by the respective job only.

Yes

UC_EX_PATH_JOBREPORT

The directory in which the agent stores job reports.

This variable must be defined. When the agent starts, it checks this value and terminates when the path is not valid.

The SAP agent stores the restart file also in this directory.

Required

UC_EX_PATH_TEMP

The directory in which the agent stores generated jobs on a temporary basis.

This variable must be defined. When the agent starts, it checks this value and terminates when the path is not valid.

Required
UC_EX_PATH_TEMP_IFS

The IFS directory in which the StatusStore files of file transfers should be stored.

Only relevant for OS/400 agents, and only when the value "IFS" is set in the INI-file parameter store_type=.

Yes

UC_EX_SIM_IDENT

The name of the $ IDENT statement.

Only relevant for the GCOS agent.

Yes

UC_EX_VERSION

The version of the agent.

The agent retrieves this value automatically.

No

UC_HOST_CODE

The name of the code table of the system client 0000.

Default value: "UC_CODE"

The character version that is defined here is used for transporting jobs to the host and for the automatic file transfer of the job report.

Yes
UC_HOST_CONN_ABAP Connection object for the ABAP basis that should be used in the Agent object. Yes
UC_HOST_CONN_JAVA The Connection object for the Java basis that should beused in the Agent object. Yes
UC_HOST_CONN_PI The Connection object for the Process Integration that should be used in the Agent object. Yes
UC_HOST_CONN_SLD The Connection object for the Landscape Directory which should be used in the Agent object Yes

UC_HOST_HW

The hardware information of the computer (such as the system type, the number of processors or the processor type).

The agent retrieves this value automatically.

No

UC_HOST_JCL_VAR

The reference to Includes that are used when the job is generated.

These are generally the Includes HEADER.*, TRAILER.* and RESTART.* of the system client 0000. User-defined Includes can also be used.

Yes

UC_HOST_SW

The operating system of the computer.

The agent retrieves this value automatically.

No

UC_HOST_SW_VERS

The OS version.

The agent retrieves this value automatically.

No

UC_SIEBEL_LOGPATH

The directory in which the Siebel log files are stored.

Yes

UC_SIEBEL_SRVRMGR

The directory in which the Siebel Server Manager (srvrmgr.exe) is stored.

Yes

 

See also:

Agent