This is a Unicenter Asset Management Report Extractor Table. Is contains information about the tree structure containing the report templates and scheduling
| Column Name | Column Datatype | Column Null Option | Column Comment |
| object_uuid | byte(16) | not null | Object uuid for the tree node |
| root | integer | not null | Root ID for the node |
| ownerid | integer | not null | Owner (parent) of the node |
| objid | integer | not null | Object ID |
| objname | nvarchar(64) | with null | Object Name |
| descript | nvarchar(15000) | with null | Description |
| status | integer | with null | Status flag |
| creation_date | integer | with null | Creation Timestamp |
| creation_user | nvarchar(64) | with null | Creation User |
| last_update_date | integer | with null | Last Update timestamp |
| last_update_user | nvarchar(64) | with null | Last Update User |
| type | integer | with null | Type of tree node |
Product Name: Unicenter Desktop and Server Management
Table Type: Table