DistributedPackage Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The DistributedPackage table stores the status (both of current and pending distributions) of package distributions to distribution servers and distribution locations.

Table 1. Database columns for DistributedPackage table

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 DistributionServer table.

RequestedVersionID

Type: integer. Key. Nullable

The id for the Requested PackageVersion.

RequestState

Type: text (max 16 characters). Nullable

The state of a package that is pending distribution. The possible values are:

  • empty (literal string)
  • pending
  • removing

If the RequestState field contains a value other than the literal string empty, the RequestState overrides the ConfirmedState of the package.

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 PackageVersion

ConfirmedState

Type: text (max 16 characters). Nullable

The state of the package currently on the distribution server or distribution location. The possible values are:

  • available
  • unavailable

If the RequestState field contains a value other than the literal string empty, then the RequestState overrides the ConfirmedState of the package.

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