The entity backup_msg_log stores all monitoring items when message log on is used and file log option is set. The entity backup_msg_log is used for recorded information It describes the values from errorlog.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_id | byte(16) | not null | Unique identifier |
| msg_log_id | byte varying(16) | not null | Unique identifier |
| error_type | integer | with null | Message types for email log to display: 1 = info (0x01) 2 = warning (0x02) 3 = critical (0x04) |
| error_date | integer | with null | Date/time |
| source | nvarchar(56) | with null | Component that announces the message |
| description | nvarchar(100) | with null | Message text |
| extended_description | nvarchar(1024) | with null | Extended message text |
| creation_user | nvarchar(64) | with null | User who creates the object |
| object_id | byte(16) | not null | Unique identifier from entity backup_user or entity backup_job |
| creation_date | integer | with null | Time object is being created |
| object_type | smallint | with null | Type flag to access to object id: 0 = object id not used 1 = user id 2 = job id |
| job_start_date | integer | with null | Start date/time for recurrent jobs |
| job_end_date | integer | with null | End date/time for recurrent jobs |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table