TrackSoftwareLicenseUsage Table

FlexNet Manager Suite 2020 R1 (On-Premises)

TrackSoftwareLicenseUsage keeps track of usage for each license.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for TrackSoftwareLicenseUsage table

Database Column

Details

TrackSoftwareLicense UsageID

Type: integer. Key. Generated ID

Unique identifier for each record.

SoftwareLicenseID

Type: integer. Key

Identifies a license. This field is a foreign key to the SoftwareLicense table.

TrackGroupID

Type: integer. Key. Nullable

Identifies the track group associated with the license. This field is a foreign key to the TrackGroup table.

SampleSize

Type: integer. Nullable

Number of computers in sample group.

UsedPercentage

Type: decimal. Nullable

Percentage of computers within the tracking group that reported use of applications associated with this license.

LastUpdated

Type: datetime

Date and time when software license usage was updated.

FlexNet Manager Suite (On-Premises)

2020 R1