Notify Table
The Notify Table (Notify_tb) contains a record for every set of notification parameters defined in the Notification subsystem.
The parameters that you can specify to invoke client notification include an audit message number and an action that the system performs.
| Field Name | Type | Size | Use |
|---|---|---|---|
| NotifyName | string | 35 | Unique name that identifies the notification definition. |
| NotifyEnabled | number (integer) | 2 | Indicates whether the Notification function is enabled. |
| SourceID | number (long) | 4 | Source ID of which the component is a part. |
| ComponentID | number (integer) | 2 | Functional area within the source that is generating the message. |
| MsgID | number (long) | 4 | Specific error generated by the Source/Component. In the range 1 – 65535. |
| Severity | number (integer) | 2 | Indicates the magnitude of the error. |
| IncludeErrorMsg | number (integer) | 2 | Indicates whether this error message is included in the notification. |
| AlphaNotifyText | string | 255 | Additional notification message to be sent to the operator. |
| NumPagerRespType | number (integer) | 2 | Indicates whether the notification is a numeric page or a text message. |
| NumNotifyText | string | 255 | Text of a message-based page. |