Configure the rule attribute for the Group
In addition to the repository configuration, define the rule attribute as a new attribute for the entity type Group.
- Edit the file wimxmlextension.xml in the directory PortalServer_root/config/cell_name/wim/model/. If the file does not exist yet, create it.
- Add the following attribute definitions:
<?xml version="1.0" encoding="UTF-8"?> <sdo:datagraph xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdo="commonj.sdo" xmlns:wim="http://www.ibm.com/websphere/wim"> <wim:schema> ... <wim:propertySchema nsURI="http://www.ibm.com/websphere/wim" dataType="String" multiValued="false" propertyName="rule"> <wim:applicableEntityTypeNames>Group</wim:applicableEntityTypeNames> </wim:propertySchema> ... </wim:schema> </sdo:datagraph>See the related links section for information about adding attributes.
- Restart the portal server for the VMM configuration changes to become effective. In a portal cluster environment, synchronize the changes and restart the complete cluster, including deployment manager and node agents.
Parent topic: Configure the VMM rule-based groups repository
References: