ReconcileAccessedSoftwareData Table

FlexNet Manager Suite 2020 R1 (On-Premises)

A list of all the accesses of an application, or item of software (as defined in the SoftwareTitle table).

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 ReconcileAccessedSoftwareData table

Database Column

Details

AccessedSoftwareID

Type: big integer. Key

A unique identifier for an accessed software record.

ServerComputerID

Type: integer. Key

The server computer on which the software is available. Foreign key to the ComplianceComputer table.

AccessingUserID

Type: integer. Key. Nullable

The user who accessed the software. Foreign key to the AccessingUser table.

ComplianceUserID

Type: integer. Nullable

The compliance user who accessed the software. Foreign key to the ComplianceUser table.

AccessingDeviceID

Type: integer. Key. Nullable

The device from which the software is accessed. Foreign key to the AccessingDevice table.

ComplianceComputerID

Type: integer. Nullable

The compliance computer from which the software is accessed. Foreign key to the ComplianceComputer table.

SoftwareTitleID

Type: integer. Key

The software that is accessed. Foreign key to the SoftwareTitle table.

IsUsed

Type: boolean

Set this field to True if the software title is accessed according to usage thresholds in the SoftwareTitle table.

SoftwareLicenseID

Type: integer. Key. Nullable

The link to the license this access has been counted against. Foreign key to the SoftwareLicense table.

SoftwareLicense AllocationID

Type: integer. Key. Nullable

The link to the license allocation this access has consumed. Foreign key to the SoftwareLicenseAllocation table.

IsLicensed

Type: boolean

Set this field to True when this access is licensed.

PointsUsed

Type: integer. Nullable

The number of this accesses consumed on license.

LastUsedDate

Type: datetime. Nullable

The last used date of the application by client.

PointsCalculated

Type: integer

The number of calculated points this installation consumes.

FlexNet Manager Suite (On-Premises)

2020 R1