LicenseSimulationResults Table

LicenseSimulationResults stores points consumed by each item in a simulation scenario against each license included in the simulation scenario.

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

Database Column

Details

LicenseSimulationHW DetailsID

Type: integer. Key

The hardware item for this license simulation result. Foreign key to the LicenseSimulationHWDetails table.

LicenseSimulation ScenarioID

Type: integer. Key

The scenario for this license simulation result. Foreign key to the LicenseSimulationScenario table.

SoftwareLicenseID

Type: integer. Key

The software license for this license simulation result. Foreign key to the SoftwareLicense table.

InstalledCount

Type: decimal

The number of processors/cores on which a software title licensed by the license is installed.

UsedCount

Type: decimal

The number of processors/cores on which a software title licensed by the license is used.

CapacityCount

Type: decimal

The number of processors/cores that apply to a software license under full capacity counting rules.

IsCapped

Type: boolean

Does this layer implement hard partitioning for this license?

PointsFactor

Type: decimal

The number of points consumed per processor/core on this computer for this license.

PointsConsumed

Type: decimal. Nullable

The number of processor/core points required to cover the above InstalledCount.

PointsUsed

Type: decimal. Nullable

The number of processor/core points required to cover the above UsedCount.

CapacityPointsConsumed

Type: decimal. Nullable

The number of processor/core points required to cover the above CapacityCount.

PointsCalculated

Type: decimal

The number of calculated points this installation consumes.

Overridden

Type: boolean

Is this simulation result derived from an overridden consumption via allocation.