ConfigurationFile Table

The ConfigurationFile table stores configuration files generated from the master configuration files used by FlexNet Manager Suite.

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

Database Column

Details

ConfigurationFileID

Type: integer. Key. Generated ID

A unique identifier for a configuration file.

ConfigurationFileTypeID

Type: integer. Key

The configuration file type. Foreign key to the ConfigurationFileType table.

Name

Type: text (max 100 characters)

The name of the configuration file.

Revision

Type: integer

The revision of the configuration file.

XMLFile

Type: text

The content of the configuration file.