This table is typically used by Unicenter Asset Management. It is used to Link Jobs to Assets. This table identifies which Assets have to run various jobs. Used in Unicenter Asset Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| jobid | integer | not null | Job ID. Foreign key to NCJOBCFG.JOBID |
| jdomid | integer | not null | Job domain ID. Foreign key to NCJOBCFG.DOMAINID |
| 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) |
| jostatus | integer | with null | Status.0=Enabled,1=Disabled |
| 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
Relationships:
| Primary Key | Related Table | Related Column |
| jobid jdomid object_uuid |
statjobm | jobid jdomid object_uuid |