User Guide > Objects > Alphabetical Listing > Console

Console

The following tables list the attributes that apply to Console event objects and describes their functions, allowed values and ways of modification. Fields in tables are ordered as they are displayed in the UserInterface.

Predefined variables may be used in scripts, and script variables may be set to attributes retrieved via predefined variables.

Console Tab

Field

Attribute

Value

Access Via:

Host

HOST

The name of an agent,
limited to 32 characters.

GET_ATT,
:PUT_ATT,
Change Program,
predefined variable

Message type
(only OS/400)

MSG_TYPE

User-defined,
any value between "1" and "25".

GET_ATT,
:PUT_ATT

Severity
(only OS/400)

MSG_SEVERITY

User-defined,
any value between "0" and "99".

GET_ATT,
:PUT_ATT

Type
(only Windows)

EVENT_SUB_TYPE

Monitoring the event viewer of Windows

"SYSTEM" - System log
"SECURITY" - Security log
"APPLICATION" - Application log
"DIRECTORY_SERVICE" - Directory service log
"DNS_SERVER" - DNS Server log  
"FILE_REPLICATION_SERVER" - File replication service log

GET_ATT,
:PUT_ATT

Source
(only Windows)

EVENT_SOURCE

User-defined,
limited to 32 characters.

GET_ATT,
:PUT_ATT,
via script variable

Category
(only Windows)

EVENT_CATEGORY

User-defined,
any value between "0" and "99".

When reading the attribute, the system returns a 16-figure value with leading zeros.

GET_ATT,
:PUT_ATT

Event Tab

Field

Attribute

Value

Access Via:

Check

EVENT_REPEAT

"R" - Repeatedly
"F" - Until the first hit.

GET_ATT,
:PUT_ATT

 

See also:

Event
Attributes

GET_ATT function

:PUT_ATT statement

AE DB Change