arg_reconcile_rule

Contains information about matching criteria. While defining the tasks a matching criteria is specified. Reconciliation engine attempts to match the owned and discovered assets based on these matching rules. Matching rules are defined by selecting the Asset Matching Rules node under a task in the Hardware Reconciliation window.

Column Name Column Datatype Column Null Option Column Comment
task_uuid byte(16) not null Task uuid. First part of the primary key. Foreign key to the arg_reconcile_task table.
rule_id smallint not null Rule ID. Second part of the primary key.
own_resource_field_name smallint with null Foreign key to the slentry field of the arg_strlst table for the ownership field to be matched.
discovery_field_name smallint with null Foreign key to the slentry field of the arg_strlst table for the discovery field to be matched.
translation_list_id integer with null Foreign key to the ldid field of the arg_listdef table for the translation list to be used in matching the ownership and discovery fields.
operator_type_indicator smallint with null Flag representing the operator involved in the matching. 0=None, 1=AND, 2=OR, 3=(AND), 4=(OR)
creation_user nvarchar(64) with null User or process that created the record.
creation_date integer with null Date the record was created.
last_update_user nvarchar(64) with null User or process that last updated the record.
last_update_date integer with null Date the record was last updated.
version_number integer with null Version number for transaction integrity.

Product Name: Unicenter Asset Portfolio Management

Table Type: Table


Copyright © 2006 CA. All rights reserved.