arg_reconcile_msg_queue

Contains information about messages created by the reconciliation engine. When the Reconciliation engine processes actions for a task, it writes records to the message queue in the database. These messages can be viewed through the View Message Queue pane.

Column Name Column Datatype Column Null Option Column Comment
task_uuid byte(16) not null Task UUID. Primary key.
reconcile_msg_id integer not null Message ID. Second part of the primary key.
msg_creation_date date with null Message creation date.
debug_level smallint with null Debug level.
error_num integer with null Error number.
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.
msg_text nvarchar(3800) with null Message text.

Product Name: Unicenter Asset Portfolio Management

Table Type: Table


Copyright © 2006 CA. All rights reserved.