DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-11
TEMPL Errors and Warnings
This warning indicates that the template is too long (476 bytes or longer) to fit in one
template record file. To let the template function despite exceeding the maximum
length, the compiler puts the remaining template text into continuation records. For
more information on calculating the template length, see Error 63.
The template compiler limit is based on this calculation not exceeding 476 bytes:
1. Find the length, in bytes, of all the actual text.
2. Add 24 bytes for every edit marker.
3. Add four bytes for every edit descriptor with MSG format.
4. Add 10 bytes for each qualified token.
This message occurs when no object in the dictionary has name X, or an object with
name X but of the wrong type is in the dictionary. For example, this error appears for
name X if the context requires a subsystem ID, but the dictionary shows that X is a
CONSTANT rather than a DEF.
The name indicated by the circumflex is not a valid DDL name.
The name is not a valid DDL name.
The object at the circumflex does not have the form prescribed for a subsystem-ID
structure. For more information, see the
Distributed Systems Management
Programming (DSM) Manual
.
This logic error occurred within the Template Compiler. Check the template and DDL
source statements to determine whether a source error contributed to this problem.
Report the problem to your HP representative.
*** WARNING 63 -- This template is too big to fit in one
template record so it will be split into several template
records.
*** ERROR 65 -- This name was not found in the dictionary.
*** ERROR 66 -- This name contains an illegal character or
is too long.
*** ERROR 67 -- name contains an illegal character
or is too long.
*** ERROR 68 -- This object does not have the proper form
for a subsystem ID.
*** ERROR 69 -- Unexpected condition with subsystem ID
(internal error).