This table contains Job status. Hold status text above 127 characters.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| jobid | integer | not null | Job ID. Foreign key to NCJOBCFG.JOBID |
| statpart | integer | not null | Part number of Status Text |
| 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) |
| stattext | nvarchar(15000) | with null | Status text |
| 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