DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-24
TEMPL Errors and Warnings
The abbreviation given in the SSNAME statement is not the same as the abbreviated
subsystem ID currently associated with the application. ssid-abbreviation is the
abbreviated subsystem ID that is currently associated with this application.
If you are intentionally changing the abbreviation of the application, you can avoid this
error by setting =_EMS_TEMPLATES DEFINE before executing TEMPL. Point
=_EMS_TEMPLATES DEFINE to an empty template file (or at least to a template file
that does not contain the subsystem name for this application). To set the DEFINE:
TACL> ADD DEFINE =_EMS_TEMPLATES, FILE file-name
file-name is the name of the template file.
The subsystem name given in the SSNAME statement is already associated with
another application. ssnum is the number of the other application.
If you must temporarily have the same name for two separate applications, you can
avoid this error by setting =_EMS_TEMPLATES DEFINE before executing TEMPL.
=_EMS_TEMPLATES DEFINE should point to an empty template file (or at least to a
template file that does not contain the subsystem name for this application). To set the
DEFINE at the TACL prompt:
TACL> ADD DEFINE =_EMS_TEMPLATES, FILE file-name
file-name is the name of the template file.
The abbreviation given in an SSNAME statement is already associated with another
application. ext-ssid is the full subsystem ID in external form. For example,
organization.ssname.version is a full subsystem ID.
If you are intentionally changing the abbreviation of the application, you can avoid this
error by setting =_EMS_TEMPLATES DEFINE before executing TEMPL.
=_EMS_TEMPLATES DEFINE should point to an empty template file (or at least to a
template file that does not contain the subsystem name for this application). To set the
DEFINE at the TACL> prompt:
TACL> ADD DEFINE =_EMS_TEMPLATES, FILE file-name
file-name is the name of the template file.
*** ERROR 158 -- This name differs from the current
abbreviated SSID for this subsystem:
ssid-abbreviation.
*** ERROR 159 -- Subsystem name is already used by subsystem
number: ssnum.
*** ERROR 160 -- Abbreviated SSID is already used by
subsystem: ext-ssid.