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