This table stores objects that represents the status of a container that is sent to one domain manager.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectid | byte(16) | not null | Primary key, it is a uuid. |
| version | integer | not null | Version number is used to maintain cache and an optimistic transaction policy |
| boundto | byte(16) | with null | This is a link to the domain manager object, where the container is sent, see usd_v_localsite. |
| diststatus | integer | not null | This is the status of the distribution of a container. |
| overalljobstatus | integer | not null | This is the over all order status |
| numberofparameters | integer | not null | Used with Failure number of parameters specified in Failure. |
| failure | byte(129) | not null | Failure parameters |
| creationdate | integer | not null | Creation date of the proecdure. |
| creationtime | integer | not null | Creation time of the procedure. |
| cont | byte(16) | with null | This is the container that this container carrier is attached to, FK to usd_cont. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table