Previous Topic: How to Setup the Data PartitionNext Topic: Surveys


Configure Knowledge Management Data Partition Constraints for Role-Based Permissions

Knowledge Management data partitions are enabled to let you use group and role permissions by default in CA SDM. If you are upgrading from a previous release, the migration tool updates your data partition constraints.

If you used custom data partition constraints to manage knowledge permissions in a previous release, update the constraints manually for the O_INDEXES and SKELETONS tables. You can view the default data partition constraints and apply the changes, as appropriate to your environment.

Follow these steps:

  1. Select Security and Role Management, Data Partitions, Data Partition Constraints on the Administration tab.

    The Data Partition Constraints List page opens.

  2. Click Show Filter and search use the following search criteria:
  3. Edit the View constraint type by modifying the Constraint tab to replace "READ_PGROUP in @root.pgroups" as follows:
    READ_PGROUP in @root.pgroups OR
    
    READ_PGROUP.[pgroup]contained_roles.role IN @root.id
    
  4. Save the constraint.
  5. Edit the Delete and Pre-Update constraint types by modifying the Constraint tab to replace "WRITE_PGROUP in @root.pgroups" as follows:
    WRITE_PGROUP in @root.pgroups OR WRITE_PGROUP.[pgroup]contained_roles.role IN @root.role
    
  6. Save the constraints.
  7. Repeat the steps to update the View, Delete, and Pre-Update constraints in the SKELETONS table in your data partition.

    The data partition constraints are updated.