Skip to content

LicenseManagerServer

Defines a license manager server for use by the OctoSAM Monitor module.

Fields

Field Type Description
Address nvarchar Address of the remote server. Format of this value is specific to each LmType.
AnalysisData xml Reserved for future use
Created datetime2 Date/Time this entity got created in the database
CreatedBy nvarchar Client user that created this entity through the UI
DebugFlags nvarchar Reserved for debug and trace configuration
DenialScanEnabled bit True if the license server supports scan of license denials
DiagIntervalHours bigint Interval for diagnostics scans
DiagScanDue datetime2 Date/Time the next diagnostics scan should take place
DiagScanEnabled bit True if the license server supports diagnostic scans
DisplayName nvarchar Name of the LicenseManagerServer object that gets displayed in the UI
Enabled bit If True, the server gets scanned. Set this flag to false to temporarily disable scanning of this server.
ErrorFlag bit True if the last scan resulted in an error condition
ExtraData nvarchar Extra data for this object (JSON)
FeatureLicenseBorrowableIssuedEnabled bit True if the license server supports licenses available for borrowing configuration
FeatureLicenseBorrowEnabled bit True if the scan detects borrowed licenses
FeatureLicenseCheckOutEnabled bit True if the scan finds checked out vs reserved licenses
FeatureLicenseExpiryEnabled bit True if the license server supports scan of license expiry date
FeatureLicenseStartEnabled bit True if the license server supports scan of license start date
FirstScan datetime2 Date/Time this server was scanned first
Guid uniqueidentifier A unique ID that can be used to link to this object from external applications
HighUsageIntervalMinutes bigint Interval between scans during high usage periods
HighUsageThreshold float Highest usage factor on any feature that defines a period of high usage (between 0 and 1)
HintFeatureCount int Hint number of features to avoid join
HintFirstUsageDataAvailable datetime2 Date/Time of first usage date available in the database
HintHasSoftwareItems bit True if one or more software items exist for this license manager server
HintShowBorrowed bit Hint that at least some features of this server have borrowed licenses
HintShowCheckedOut bit Hint that at least some features of this server have reservations and checked out should be shown
HousekeepingDue datetime2 Date/Time next database housekeeping will be performed for this LicenseManagerServer. If this date is past, the service will begin housekeeping on next cycle.
ID bigint Internal ID for the LicenseManagerServer entity (Primary Key)
IntervalMinutes bigint Interval between scans during normal usage periods
KeepFeatureStatisticsDays bigint Number of days that statistics data should be kept
KeepUserStatisticsDays bigint Number of days that detailed user data should be kept
LastDiagScan datetime2 Date/Time of last diagnostics scan
LastError datetime2 Date/Time last scan resulted in an error condition
LastErrorMessage nvarchar Last error message generated from a scan of this server
LastModification datetime2 Date/Time this record was last modified through the UI. Modifications from the scanner do not update this value.
LastModifiedBy nvarchar Client user that modified this entry through the UI
LastScan datetime2 Date/Time this server was scanned last
LastScanDurationMillis bigint Duration of the last scan in milliseconds
LastSuccessfulDiagScan datetime2 Date/Time of last successful diagnostics scan
LastSuccessfulScan datetime2 Date/Time the last successful scan occured
LastUsageLevel int Usge level of last scan. -1 for low, 0 for normal, 1 for high usage.
LicenseFileName nvarchar License filename as reported by FlexLM
LmType nvarchar LicenseMangerServer type
LowUsageIntervalMinutes bigint Interval between scans during periods of low usage
LowUsageThreshold float Highest usage factor on any feature that defines a period of low usage (between 0 and 1)
Notes nvarchar Customers notes about this server
OrganizationID bigint Internal ID that references the Organization entity (Foreign Key)
Parameters nvarchar Reserved for future use
ScanDue datetime2 Date/Time the next statistics scan should take place
UserStatisticsEnabled bit True if detailed user statistics are enabled for this Server
WebShowDiagnosticsBuffer bit Show this server's diag buffer in web interface
WebShowServer bit Show this server in the web interface
WebShowStatisticsBuffer bit Show this server's statistics buffer in web interface