SoftwareLicenseExemptionReason Table

The collection of types exemption reasons that may be associated with software license allocations.

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

Database Column

Details

SoftwareLicense ExemptionReasonID

Type: integer. Key. Generated ID

A unique identifier for each SoftwareLicenseExemptionReason. Possible values and the corresponding default strings are:

  • 1 = Alpha, beta, early support program
  • 2 = Backup, disaster recovery
  • 3 = Component of a non-PVU licensed offering
  • 4 = Component is not compatible with the server or agent system
  • 5 = Development
  • 6 = Evaluation, trial
  • 7 = Fail-over
  • 8 = Not eligible for PVU licensing
  • 9 = Other
  • 10 = Second use
  • 11 = Test
  • 12 = Covered by related product
  • 13 = Covered by virtual application access
  • 14 = No usage for virtual application within specified time limit
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an exemption reason. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.