ImportControlMessage
Messages generated by the scanner.
erDiagram
ImportControl ||--o{ ImportControlMessage : "ImportControlID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the ImportControlMessage entity (Primary Key) |
| ImportControlID |
numeric |
Internal ID that references the ImportControl entity (Foreign Key) |
| Message |
string |
Message generated by the scanner |
| MessageID |
numeric |
Unique message id defined by the scanner |
| SequenceNumber |
numeric |
Order in which the messages were read from the .scan file. |
| Severity |
string |
E for Error, W for Warning |
References
| Column Name |
Referenced Table |
Description |
| ImportControlID |
ImportControl |
Holds the GUIDs of all imported .scan files. This helps to eliminate duplicate imports of the same data, which could influence, for example, the usage metering information. The table can also be used to collect information about active scanner versions and history. |