The message section includes two tables; the first shows held messages and the second shows log messages. The message is displayed with the designated color and display attributes.
The quick filter in the message section applies to both held message and log message. The filter is defined on message severity and search criteria can be defined on message and node.
The messages are grouped page by page. By using the vertical scrollbar, the user can navigate in the page. The user can use navigation buttons to browse pages, the first, the last, the next and the previous. Current/total message is displayed in the middle of navigation buttons.
Note: Since event log supports sorting on creation time only by returning the messages in the order of their creation time, the event console does not support sorting on other properties.
The console will be updated periodically to reflect the latest changes on the events.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| text | nvarchar(1000) | not null | The message section includes two tables; the first shows
held messages and the second shows log messages. The message
is displayed with the designated color and display
attributes.
The quick filter in the message section applies to both held message and log message. The filter is defined on message severity and search criteria can be defined on message and node. The messages are grouped page by page. By using the vertical scrollbar, the user can navigate in the page. The user can use navigation buttons to browse pages, the first, the last, the next and the previous. Current/total message is displayed in the middle of navigation buttons. |
| msgid | integer | not null | Message id |
| groupid | integer | not null | Group id |
| severity | nchar(1) | not null | Severity level of the event |
| time | date | not null | When the event is created |
| cat | nvarchar(256) | with null | Event category |
| linkurl | nvarchar(100) | with null | Link for further action |
| isdelete | nchar(1) | with null | Is deleted or changed |
| uuid | nvarchar(32) | with null | Universally unique identifier |
Product Name: Unicenter Management Portal
Table Type: Table