This table is typically used by Unicenter Asset Management.Templates are user-defined questionnaires that can be modified by the Agents and returned to the database as regular inventory data. The complete template (Inventory MIF File) is stored in the table in the TPCONT field. A maximum size of 16Kb is enforced, so many records will contain the full template. The template format itself is a very close relative to the DMI .MIF file specification.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| tpid | integer | not null | Template ID. Foreign Key to NCTPLDEF |
| tpver | integer | not null | Version. A full template is stored in 16 KB chuncks. |
| domainid | integer | not null | Domain ID. Foreign Key to NCTPLDEF |
| tpcont | nvarchar(15000) | with null | Contents (the 16 KB Chunck) |
| auto_rep_version | date | with null | Replication version |
Product Name: Unicenter Desktop and Server Management
Table Type: Table