This table is typically used by Unicenter Asset Management. It is used to both configure policies and dynamic groups. They both depend on a query (dynamic group members are found by running the query against the database, and so is policies). An Engine also maintains them both. To distinguish between policies and dynamic groups in the POLICONF table, the POLTYPE field can have the following values: Dynamic Group = 1 Policy = 2 If the POLTYPE is 1, the PDOMID and POLID are references to a DOMAINID and UNITID in the UNIT table. The QDOMID and POLQID define the query the entry depends on. Queries are defined in the NCQRYDEF table. The EDOMID and POLENGID define the specific Asset Management Engine (if any) that maintains the entry.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| polid | integer | not null | Unique Policy ID or Group Unitid |
| poltype | integer | not null | Type: 1=Dynamic Group, 2=Policy |
| pdomid | integer | not null | Domain ID |
| qdomid | integer | with null | Query domain ID |
| polqid | integer | with null | Query ID for Policy/Dynamic Group |
| polinter | integer | with null | Interval for Engine Update. If =0 then it is Sector dependant |
| edomid | integer | with null | Engine domain ID |
| polengid | integer | with null | Engine ID if Interval >0 (Foreign key to UNIT) |
| auto_rep_version | date | with null | Modification Date. Automatically maintained by Rule. Used for replication. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table