ImportedFNMEAProduct Table

The ImportedFNMEAProduct table is used by the importer to import FlexNet Manager for Engineering Applications products.

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

Database Column

Details

ComplianceConnectionID

Type: integer. Key

The identifier of a data source connection in the ComplianceConnection table.

ExternalID

Type: text (max 256 characters). Key

The identifier of the product from the external data source. This is the product number in FlexNet Manager for Engineering Applications.

FeatureID

Type: integer. Key

The identifier (from the external data source) of the feature this product is associated with.

Name

Type: text (max 256 characters)

The name for this product.

Version

Type: text (max 32 characters). Key

The version of this product.

VendorDaemon

Type: text (max 256 characters). Key

The vendor daemon of the products feature.

Publisher

Type: text (max 256 characters)

The publisher of the product.

PurchasedQuantity

Type: integer

The count of the products purchased.

OutOfComplianceQuantity

Type: integer

The count of out-of-compliance product installs, as calculated by FlexNet Manager for Engineering Applications.

ComplianceStatus

Type: text (max 32 characters)

The compliance status of this feature, as calculated by FlexNet Manager for Engineering Applications.

FeatureQuantity

Type: integer

The count of the features available per product purchased.

SoftwareLicenseID

Type: integer. Nullable

The identifier of the software license in the SoftwareLicense table that this imported FlexNet Manager for Engineering Applications product links to. This is populated by the import process and does not need to be provided by the source connections.