Class Definition Statement File; Select Statement Example; Fetch Statement Example; Keywords - IBM Enterprise Console Manual

Ibm enterprise console adapters guide
Table of Contents

Advertisement

JobDescription
LanguageID
ProcessExistingAlerts
ServerCCSID Specifies the coded character set identifier (CCSID) of the event

Class Definition Statement File

The CDS file defines how events are constructed from information sent by the
AS/400 alert adapter. It is described in detail in "Class Definition Statement File"
on page 18.

SELECT Statement Example

Here, $ALERT_CDPT is a custom keyword set by the adapter. These keywords can
be used to write shorthand notation for SELECT statements. The following is
equivalent to the previous example:

FETCH Statement Example

Keywords

To customize events, the AS/400 alert adapter supports the following keywords in
class definition statements. Evaluation of these keywords is faster because access of
them is direct. Event definition content and syntax are described in the IBM Tivoli
Enterprise Console Rule Builder's Guide.
$ACTIONS
$ACTION_CODE
$ADAPTER_CORREL
$ADAPTER_HOST
Specifies an AS/400 job description that is to be used when
starting the adapter. The default is QGPL/QDFTJOBD.
Specifies the AS/400 language ID in which alerts are to be sent to
the event server. If a value is specified for this keyword, the
AS/400 secondary language must be installed for that language ID.
The default value for this keyword is ENU.
Specifies whether to send existing alerts on the data queue defined
by the FilterDataQueue keyword. NO sends any new alerts sent to
the data queue. YES sends the next alert received on the data
queue. This can cause the adapter to resend previously sent alerts
and create duplicate events sent to the event server. The default is
NO.
server. This is in case the event server has a special code page or
graphic character set that needs to be supported. The default is
00819.
Recommended actions to be taken for the alert.
The legacy action code for non-generic alerts (alert subvector
x'91').
Unique alert identifier used to extract the alert from the alert
database on the AS/400 system.
The protocol address of the host where the adapter is running.
Chapter 2. AS/400 Alert Adapter
25

Advertisement

Table of Contents
loading

Table of Contents