DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-16
TEMPL Errors and Warnings
This error reports that the name given in the SSNAME statement (ssname-2, for
example) is not the same as the name currently associated with the subsystem or
management application. ext-ssid is the subsystem ID in external form, which we
can represent as organization.ssname-1.version. The middle part of ext-ssid
(ssname-1) should match the SSNAME string (ssname-2) but does not.
If you are intentionally changing the name of the application, you can avoid this error
by setting up an =_EMS_TEMPLATES DEFINE before executing the Template
Compiler. =_EMS_TEMPLATES should point to an empty template file (or at least to a
template file that does not contain the subsystem name for this application). If you
intentionally change the name of the application, you might cause incompatibilities in
programs or command files that use this applications name.
If there was a DICT dict-subvol statement, the compiler searched dict-subvol.
Otherwise, it searched the default subvolume.
The subvolume name on the DICT statement is required. To specify the default
subvolume, omit the DICT statement altogether.
Because it cannot open a DDL dictionary, the compiler cannot process the remaining
statements and must terminate execution.
You can override the token values of certain tokens only. For a list of these tokens, see
Template Language on page 3-1.
The override value specified for the token is incompatible with the token data type.
You can assign a token only one override value for each event.
*** ERROR 98 -- This name differs from the current name for
this subsystem: ext-ssid
*** ERROR 99 -- There is no dictionary in subvol
*** ERROR 100 -- Expecting a subvolume name.
*** ERROR 101 -- Terminating execution because compilation
cannot proceed without a dictionary.
*** ERROR 102 -- This token code is not one that can be
overridden.
*** ERROR 103 -- This value is not valid for the token.
*** ERROR 104 -- This token code appears in an earlier
OVERRIDE in this template.