Administration Guide > Configuration > Structure of the Configuration Files > Utility for the Console event (UCON connection)

Utility for the Console Event (UCON Connection)

Default values have been specified for most parameters. They can be changed if required. Parameters that must be adjusted to your system environment are written in red letters.

Structure of the INI File x.xxx.UCXEB2?U.INI

Section/Parameter

Description

(GLOBAL)

 

SYSTEM=

The name of the AE system.

This entry must be identical to the entry in the Automation Engine's INI file.

NAME=

The name of the utility.

Maximum 32 characters

WAITTIME=

The interval (seconds) in which the utility checks incoming messages.

POOLSIZE=

The size of the input buffer for messages (memory page).
1 memory page  = 4K

UCON=

The name of the operator console and the corresponding passwordA secret combination of characters for a Automation Engine user..

LOGGING=

The name of the log file.

User ID entry is possible here. If the User ID is not entered, however, the log file is written to the User ID under which the job has been executed.

The number signs serve as place holders for a series in numerical order. When starting the agent, the log files are renamed so that the most current log file is always the one with the number "00".

LOGCOUNT=

The number of stored log files

LANGUAGE=

The language in which the logging is executed. Entries for primary and secondary language.

Allowed values: "E", "D", "F"

Default: "E,D" (primary English, secondary German)

If there is no message in the primary language, a search is made for a message in the secondary language.

(TRACE)

 

FILE=

The name of the trace file.

User ID entry is possible here. If the User ID is not entered, however, the trace file is written to the User ID under which the job has been executed.

The number signs serve as place holders for a series in numerical order. When starting a trace, the trace files will be renamed so that the most current trace file is always the one with the number "00".

TRCCOUNT=

The number of stored trace files.

TCP/IP=

Trace flag for agent TCP/IP communication

Allowed values: "0" to "9"
Default: "0"

Trace flags must only be used in close cooperation with support and development staff.

Example of an INI File

(GLOBAL)
SYSTEM=AE
NAME=EVENTCON
WAITTIME=4
POOLSIZE=4
UCON=(CON?,???)
LOGGING=L.LOGG.UCXEB24U.##
LOGCOUNT=5
LANGUAGE=(E,D)


(TRACE)
FILE=L.TRACE.UCXEB24U.##
TRCCOUNT=5
TCP/IP=0

 

See also:

Notes for Adjusting Configuration Files