LicenseManagerServerObserverLog
This table is used to record the activity of the LM observer service.
erDiagram
LicenseManagerServer ||--o{ LicenseManagerServerObserverLog : "LicenseManagerServerID"
LicenseManagerServerFeature ||--o{ LicenseManagerServerObserverLog : "LicenseManagerServerFeatureID"
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 manager 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) |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerFeatureID |
LicenseManagerServerFeature |
Defines a feature within a license manager server |
| LicenseManagerServerID |
LicenseManagerServer |
Defines a license manager server for use by the OctoSAM Monitor module |