This table stores the distribution containers used to distribute and carry out orders from an enterprise manager to a domain manager. The containers are always grouped in a container group (usd_contfold). The container will contain one or more orders.
| 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 |
| creation_user | nvarchar(255) | with null | Used to store the identifier of the entity creator. The string must be a URI of a valid ca_discovered_user entity. |
| name | nvarchar(129) | not null | This is the name of the container. |
| overallstatus | integer | not null | This is the over all status of the container. |
| sendid | byte(16) | not null | Same as objectid, used to identify the transfer. |
| containerpath | nvarchar(255) | not null | This is the path on the file system, at the enterprise manager, to the container. |
| distlistpath | nvarchar(255) | not null | This is the list path. |
| distlisttype | integer | not null | This is the list type. |
| distdate | integer | not null | Distribution date of the container. |
| disttime | integer | not null | Distribution time of the container |
| credate | integer | not null | Creation date of the container. |
| cretime | integer | not null | Creation time of the container. |
| ahdinfo | nvarchar(128) | not null | Help desk integration information. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| objectid | usd_order | cont |
| objectid | usd_link_cfold_cont | cont |
| objectid | usd_cc | cont |