ReconcileInstalledSoftwareData Table

A list of all the installations 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 ReconcileInstalledSoftwareData table

Database Column

Details

InstalledSoftwareID

Type: integer. Key. Nullable

A unique identifier for an installed software record. In case of allcation without installation, this would be negetive. For temporal installation, this would be NULL.

ComplianceComputerID

Type: integer. Key

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

SoftwareTitleID

Type: integer. Key

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

IsUsed

Type: boolean. Key

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

SoftwareLicenseID

Type: integer. Key. Nullable

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

SoftwareLicense AllocationID

Type: integer. Key. Nullable

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

IsLicensed

Type: boolean

Set this field to True when this installation is licensed.

PointsUsed

Type: integer. Nullable

The number of points this installation consumes on a points-based license.

RawPointsUsed

Type: integer. Nullable

The number of points this installation consumes on a points-based license before exemptions are considered.

AccessModeID

Type: integer. Key

The access mode that indicates why this computer was associated with this software title.

LastUsedDate

Type: datetime. Nullable

The date of the installed software was last used.

PointsCalculated

Type: integer

The number of calculated points this installation consumes.