ImportedFNMEAFeature Table

The ImportedFNMEAFeature table is used by the importer to import FlexNet Manager for Engineering Applications features.

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

Database Column

Details

ComplianceConnectionID

Type: integer

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

ExternalID

Type: integer. Key. Generated ID

The identifier of the feature from the external data source.

Name

Type: text (max 256 characters)

The name for this feature.

Version

Type: text (max 32 characters). Nullable

The version of this feature.

Publisher

Type: text (max 256 characters)

The publisher of the feature.

VendorDaemon

Type: text (max 256 characters)

The vendor daemon of the feature.

ConsumedQuantity

Type: integer

The count of the feature installs.

OutOfComplianceQuantity

Type: integer

The count of out-of-compliance feature 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.

FNMEAFeatureID

Type: integer. Nullable

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