DistributionServerStatus Table

The DistributionServerStatus table stores status information for the distribution servers in the FlexNet Manager Suite distribution hierarchy.

Table 1. Database columns for DistributionServerStatus table

Database Column

Details

ServerUID

Type: binary (max 16 bytes). Key

The distribution server related to the status record. This is a foreign key into the DistributionServer table.

ReportedDate

Type: datetime

The date and time at which the distribution server last reported status information for this parameter.

Type

Type: text (max 32 characters). Key

The type of the status parameter reported. Currently supported types are ‘job’ for jobs on the distribution server and ‘logs’ for log files awaiting upload from the distribution server.

Name

Type: text (max 64 characters). Key

The name of the status parameter reported. This is an internal name for the parameter and is not intended for display.

Count

Type: integer

The count of items for this status parameter currently awaiting processing by this distribution server.

DelayedCount

Type: integer

The count of items for this status parameter that are older than a configurable time period that are currently awaiting processing by this distribution server. This will not necessarily have meaning for each status parameter.