Configuration information for e.g. Software Metering and other modules. Used by the Unicenter Asset Management system. This table holds the default configurations for the system.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| unitid | integer | not null | UnitID. Typically foreign key to ca_agent.unit_id |
| conftype | integer | not null | Configuration type |
| domainid | integer | not null | DomainID. Typically foreign key to ca_agent.domain_id |
| confver | integer | not null | Number. Typically used if more rows are used to represent one configuration because the size of configuration is larger than contents can contain. |
| auto_rep_version | date | with null | Replication version |
| contents | nvarchar(15000) | with null | Configuration contents. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table