DistributedPackage Table
The DistributedPackage
table stores the status (both of current
and pending distributions) of package distributions to distribution servers
and distribution locations.
Database Column |
Details |
---|---|
DistributedPackageID
|
Type: integer. Key. Generated ID Auto-generated identity number |
ServerUID
|
Type: binary (max 16 bytes). Key The distribution server or distribution location related to the
status record. This is a foreign key into the |
RequestedVersionID
|
Type: integer. Key. Nullable The id for the Requested |
RequestState
|
Type: text (max 16 characters). Nullable The state of a package that is pending distribution. The possible values are:
If the |
RequestDate
|
Type: datetime. Nullable The date and time at which the package distribution began. Only used for distributions currently in progress. |
ConfirmedVersionID
|
Type: integer. Key. Nullable The id for the Existing |
ConfirmedState
|
Type: text (max 16 characters). Nullable The state of the package currently on the distribution server or distribution location. The possible values are:
If the |
ConfirmedDate
|
Type: datetime. Nullable The date and time that the current distribution status of a package was recorded. |
ConfirmedReason
|
Type: text. Nullable The reason that package distribution failed. This is only specified in the case of a failure. |
FlexNet Manager Suite (On-Premises)
2020 R1