DistributionServer Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The DistributionServer table stores all of the distribution servers and distribution locations in the FlexNet Manager Suite distribution hierarchy.

Table 1. Database columns for DistributionServer table

Database Column

Details

ServerUID

Type: binary (max 16 bytes). Key

A unique identifier for the distribution server or distribution location. The core distribution server has a value of all zeroes.

DNSName

Type: text (max 128 characters). Nullable

DNS name of the server

ServerType

Type: small integer

The server type. The possible values are:

  • 0 for distribution location
  • 1 for distribution server
ServerName

Type: text (max 64 characters)

The name of the distribution server or distribution location.

PrimaryParentUID

Type: binary (max 16 bytes). Key. Nullable

The parent of the distribution server or distribution location. For the core distribution server, the PrimaryParentUID is NULL.

ConfigState

Type: text (max 20 characters). Nullable

The state of configuration of the distribution server. This is only set for distribution servers (ServerType is 1).This can be one of the following values:

  • configure
  • failed
  • pending
  • NULL
LastConfigStart

Type: datetime. Nullable

The date and time of the last configuration message sent to the distribution server. This is only set for distribution servers (ServerType is 1).

LastConfigJobId

Type: text (max 40 characters). Nullable

The job identifier for the last configuration message sent to the distribution server. This is only set for distribution servers (ServerType is 1).

ConfigFailReason

Type: text. Nullable

The reason for a configuration failure for the distribution server.

PolicyQuarantined

Type: boolean

Boolean value indicating whether this distribution location is quarantined from receiving policy distributions.

TenantID

Type: small integer

The Tenant ID this Distribution Server has been assigned to.

FlexNet Manager Suite (On-Premises)

2020 R1