LicenseManagerServerObserverLog¶
This table is used to record the activity of the LM observer service.
Fields¶
Field | Type | Description |
---|---|---|
ID | bigint | Internal ID for the LicenseManagerServerObserverLog entity (Primary Key) |
LastActionMilliSeconds | bigint | Can be used for statistical analyses of some areas of license manger server scanning |
LicenseManagerServerFeatureID | bigint | Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
LicenseManagerServerID | bigint | Internal ID that references the LicenseManagerServer entity (Foreign Key) |
Message | nvarchar | Message text |
MessageID | bigint | Reserved for future use |
ScanDate | datetime2 | Date/Time of the scan |
Severity | nchar | Severity of the message (I= Info, W=Warning, E=Error, F=Fatal). |