HP Operations Manager for Windows

Table OV_RS_RoleAndMsgGroup


This table contains the available message groups for the roles.

Column Name Constraint Column Type Description
RoleId F wchar(100) Key field to identify the user role.
MessageGroupId   wchar(1024) ID of the message group. The message group ID F655A23E-5661-444b-B9E6-C9062B0B179A is the default message group.
AccessRights   integer Stores the access rights for this message group. This is a bit field with the following values:
RAM_NONE ( 0 )
No rights available.
RAM_OWN ( 0x1 )
Own messages.
RAM_DISOWN ( 0x2 )
Disown messages.
RAM_ACKNOWLEDGE ( 0x4 )
Acknowledge messages.
RAM_UNACKNOWLEDGE ( 0x8 )
Unacknowledge messages.
RAM_CHANGESEVERITY ( 0x10 )
Change severity.
RAM_RELAUNCHAUTOCMD ( 0x20 )
Relaunch automatic commands.
RAM_LAUNCHOPERINITCMD ( 0x40 )
Launch operator-initiated commands.
RAM_CHANGETEXT ( 0x80 )
Change message text.
RAM_VIEW ( 0x100 )
Messages are visible.
RAM_ADMIN ( 0xffff )
All current and future rights.

P= Primary Key
I = Index
N = NULL values possible
F = Foreign Key