This table is typically used by Unicenter Asset Management. It is used for linking Modules to Assets. This table identifies which Assets have to run various Modules (hardware Inventory,software invenory,Software Usage,Templates. Used in Unicenter Asset Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| object_uuid | byte(16) | not null | Object Uuid. Foreign key to either ca_discovered_hardware or ca_discovered_user depending on object_type (1=ca_discovered_hardware,2=ca_discovered_user) |
| mdomid | integer | not null | Module domain ID. Foreign key to NCMODCFG.DOMAINID. |
| moid | integer | not null | Module ID. Foreign Key to NCMODCFG.MOID |
| modtype | integer | with null | Module Type. Foreign key to NCMODCFG. |
| mostatus | integer | with null | Module Enabled=0,Disabled=1 |
| auto_rep_version | date | with null | Modification Date. Automatically maintained by Rule. Used for replication. |
| object_type | integer | with null | Object Type. 1=ca_discovered_hardware,2=ca_discovered_user |
| object_domain_uuid | byte(16) | with null | Object domain uuid Foreign Key to ca_n_tier. Used for replication purposes. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table