HP Operations Manager for Windows

Table OV_RS_RoleAndCategory


This table contains the available policy categories for the roles.

Column Name Constraint Column Type Description
RoleId F wchar(100) Key field to identify the user role.
CategoryId   wchar(1024) ID of the policy category.
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.
RAC_READ ( 0x1 )
Read policies.
RAC_DEPLOY ( 0x2 )
Deploy policies.
RAC_EDIT ( 0x10 )
Edit policies.
RAC_DELETE ( 0x20 )
Delete policies.
RAM_ADMIN ( 0xffff )
All current and future rights.

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