This table stores objects that represents the acknowledgement (ACK) of a container sent from enterprise manager to domain manager, the ACK is sent back up to the enterprise 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 refers to a enterprise manager, see view usd_v_csite. |
| status | integer | not null | This is the transfer status of an ACK. |
| transferid | nvarchar(32) | not null | This is the transfer id of an ACK. |
| transferdir | nvarchar(255) | not null | This is the transfer directory of an ACK. |
| destination | nvarchar(255) | not null | This is the transfer destination directory on enterprise manager of an ACK. |
| transfertime | integer | not null | This is the time when starting to send the ACK, may give up after some time. |
| containername | nvarchar(255) | not null | This ack belongs to a container, referred to by name. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table