SoftwareLicenseConnection Table

FlexNet Manager Suite 2020 R1 (On-Premises)

SoftwareLicenseConnection stores a link between software licenses in SoftwareLicense which have been reported in inventory, and external IDs which can be used to identify them in their inventory sources.

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

Database Column

Details

SoftwareLicenseID

Type: integer. Key

A unique identifier for the software license. Foreign key to the SoftwareLicense table.

ComplianceConnectionID

Type: integer. Key

The inventory source where the software license was reported. Foreign key to the ComplianceConnection table.

ExternalLicenseID

Type: big integer. Key

A (hopefully unique) identifier for the software license in the external inventory source.

FlexNet Manager Suite (On-Premises)

2020 R1