Used to store infromation which component is installed on a specific manager
| Column Name | Column Datatype | Column Null Option | Column Comment |
| manager_comp_uuid | byte(16) | not null | Primary key |
| manager_uuid | byte(16) | not null | Foreign key to the manager table. |
| domain_uuid | byte(16) | with null | Reference to a domain instance |
| manager_comp_id | integer | with null | Component plugin id, currently not specified, maybe 0=Common component, 1=USD, 2=UAM etc... |
| manager_comp_version | nvarchar(64) | with null | Component version string |
| creation_user | nvarchar(255) | with null | Database user or component/process that created the record |
| creation_date | integer | with null | Creation date/Time |
| last_update_user | nvarchar(255) | with null | Database user or component/process that updated the record |
| last_update_date | integer | with null | Last Change Date/Time |
| version_number | integer | with null | Last version number |
| auto_rep_version | date | with null | Replication version information |
| disabled | integer | with null | 0 if the component is enabled 1 if the component is disabled |
Product Name: Unicenter Desktop and Server Management
Table Type: Table