RPT_VENDOR_DAEMON Table
This table holds information about a vendor daemon instance that a report log file identified by the CATALOG_ID came from.
RPT_VENDOR_DAEMON Table.
Column Name | Data Type | Data Length | Description | Constraints |
---|---|---|---|---|
CATALOG_ID | Integer | 4 | The ID of the section in the imported report log from where this event was extracted. | Not nullable. Part of the table’s primary key. |
DAEMON | Nullable String | 200 | The name of the vendor daemon that provided a report log file identified by the CATALOG\_ID . | |
DAEMON_VERSION | Nullable String | 100 | The version of the vendor daemon that provided a report log file identified by the CATALOG\_ID . | |
SERVER_HOST | Nullable String | 200 | The name of the server that hosted the daemon instance that provided a report log file identified by the CATALOG\_ID . | |
SERVER_HOSTID | Nullable String | 200 | The HOSTID of the server that hosted the daemon instance that provided a report log file identified by the CATALOG\_ID . |