This table stores on enterprise manager the software packages distributed to a 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 |
| distributiondate | integer | not null | Distribution date of the software package. |
| distributiontime | integer | not null | Distribution time of the software package. |
| numberofinstallations | integer | not null | Updated by asset info sent from a domain manager, this reflects the number of installations initiated from the enterprise manager. |
| numberofinstsfound | integer | not null | Updated by asset info sent from a domain manager, this reflects the number of detected installations on the domain manager. |
| numberofinstslocally | integer | not null | Updated by asset info sent from a domain manager, this reflects the number of installations initiated from the domain manager. |
| filedby | integer | not null | Type of administrator that registered the procedure, typically enterprise or domain or automatically during installation (autoreg). |
| rsw | byte(16) | with null | This is the link to the software package, FK to usd_rsw |
| localsite | byte(16) | with null | This is the link to the manager, to which this software package is distributed. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| objectid | usd_distap | distsw |