DSM Template Services Manual
TEMPL Errors
DSM Template Services Manual—427187-004
B-14
TEMPL Errors and Warnings
You indexed a field that is not an array. The field does not have an OCCURS attribute.
Consider x.y.z as a general field reference (any number of levels greater than one is
sufficient to make the point here). If x and y are arrays, they need subscripts. Only z,
the lowest-level component, can correctly occur unsubscripted in a field reference. For
example, in this case z refers to the entire array z: x(1).y(2).z.
GET^STRUCT^FIELD^INFO is the name of a procedure. A 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.
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.
The space the Template Compiler reserved for the DDL representation of an object—
500,000 bytes—was not large enough for an object referred to by the indicated
statement. Any comment text attached to the item must fit in the 500,000 bytes. If you
have extremely large comments, try reducing them.
An unexpected problem occurred on a file operation. If the error number does not
provide enough information for you to resolve the problem, contact your HP
representative.
Because the DDL dictionary usually uses TMF auditing, dictionary access usually
starts a TMF transaction. The error occurred while trying to start the transaction. Check
the explanation of BEGINTRANSACTION error codes to determine and correct the
error. Alternatively, if you do not require TMF auditing, try removing AUDIT from the
dictionary files. For more information, see the
Data Definition Language Reference
Manual
.
*** ERROR 86 -- name cannot have a subscript.
*** ERROR 87 -- name needs a subscript.
*** ERROR 88 -- Internal error in GET^STRUCT^FIELD^INFO.
*** ERROR 89 -- Internal check failed (internal error).
*** ERROR 90 -- There is not enough room to process this
item.
*** ERROR 91 -- File error number on file filename.
*** ERROR 92 -- Error number from BEGINTRANSACTION.