EMS template Files erlauben eine systemkonforme Aufbereitung von Meldungen. Die Definition der SSID (Subsystem-ID) wird dadurch ermöglicht. Standardmäßig lautet diese "uc4.1.1"
Ablauf:
1.) Die DLL-Datei (uc4.ddl) muss zu einem Dictionary kompiliert werden.
In dem Dictionary sind $SYSTEM.ZSPIDEF.ZSPIDDL und $SYSTEM.ZSPIDEF.ZEMSDDL zuerst zu kompilieren.
2.) Die TMPL-Datei (uc4.tmpl) muss auf das erzeugte Dictionary verweisen.
Inhalt der uc4.ddl
CONSTANT zspi-val-uc4 VALUE IS "UC4 ".
* Defines subsystem no. part of UC4 subsystem ID
CONSTANT zspi-ssn-uc4 VALUE IS 1.
* Defines version part of Pathway subsystem ID
CONSTANT zAE-val-version VALUE IS VERSION " 1".
* Defines the structure for the Pathway subsystem ID
* and initializes its parts
DEFINITION ZAE-VAL-SSID TACL SSID.
02 Z-FILLER TYPE CHARACTER 8 VALUE IS ZSPI-VAL-UC4.
02 Z-OWNER REDEFINES Z-FILLER TYPE ZSPI-DDL-CHAR8.
02 Z-NUMBER TYPE ZSPI-DDL-INT VALUE IS ZSPI-SSN-UC4.
02 Z-VERSION TYPE ZSPI-DDL-INT VALUE IS ZAE-VAL-VERSION.
END
Inhalt der uc4.tmpl
VERSION: "UC4 NSK agent Version 8.00A002 0040 AAD"
DICT: $DATA01.UC4DICT
SSID: ZAE-VAL-SSID
SSNAME: "UC4" , "UC4"
MSG: ZSPI-TKN,0
"DUMMY"
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |