The entity backup_msg_log_config describes the configuration of monitoring item. The monitoring item displays the categories of monitoring information, which includes the clients whose data is currently being processed, the clients that are currently connected, the amount of free space available on the server drive, and any errors encountered while transferring data or attempted security breaches. This entity describes the values from error.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| msg_log_config_id | byte varying(16) | not null | Unique identifier of a message log entity, could be NULL, if option doesn't exists. |
| email_log_option | integer | with null | Message types for email log: 0x01 = info 0x02 = warning 0x04 = critical |
| email_address | nvarchar(76) | with null | Message receiver Email address |
| use_mapi | smallint | with null | Flag to describe email processing: 0 = smtp 1 = mapi |
| smtp_server | nvarchar(76) | with null | SMTP server for message receiver |
| smtp_server_port | integer | with null | Port number for message receiver when SMTP is used |
| file_log_option | integer | with null | Message types for logs to show: 0x01 = info 0x02 = warning 0x04 = critical |
| max_log_file_size | integer | with null | Max number of log entries to show |
| nt_event_log_option | integer | with null | Message types for NT event log: 0x01 = info 0x02 = warning 0x04 = critical |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(64) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
| max_show_log_days | integer | with null | Max days of log entries to show |
| purge_log_option | integer | with null | Message types for logs to store: 0x01 = info 0x02 = warning 0x04 = critical |
| max_purge_log_number | integer | with null | Max number of log entries to store |
| max_purge_log_days | integer | with null | Max days of log entries to store |
| purge_archive | varchar(1) | with null | Flag to describe before removing the obsolete logs, archive them or not: 0 = not archive 1 = archive |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table