Create location-based groups by editing groups.xml

Note: This can be applied within a Hosted environment, but only within a test server.

To support location-based groups, a new optional element <locations> should be added as a child to the <group> element in the groups.xml file. The <locations> element contains the list of locations that are mapped to a group.

To create location-based groups through the groups.xml file:

  1. Open the TEXTML Administration perspective by clicking the TEXTML Administration shortcut on the tool bar. If the shortcut is not displayed, follow these steps:
    1. Select Window > Perspective > Open Perspective > Other
    2. Click TEXTML Administration.
    3. Click Open.
  2. In the TEXTML Administration view, double-click the server. If your server is not displayed in the view, you must add it to the view.
  3. When the Connect as dialog opens, type your username and password and click OK.
  4. Double-click the name of your Content Store to open a connection to it.
  5. Expand the Content Store's Repository node and browse to /system/conf/ to locate the groups.xml file.
  6. Right-click groups.xml and select Check Out.
  7. Open the file in an XML editor.
  8. Under <groups>, enter the <locations> element, along with a list of location names to any group of your preference. For example:
    <groups>
    	<group name="System Administrators"/>
    	<group name="Guests"/>
    	<group name="Everyone"/>
    	<group name="Content Reviewers">
    	<locations>
    		<location name="IXIASOFT Montreal">
    		<location name="IXIASOFT Toronto">
    	</locations>
    	</group>
    </groups>

    The above example shows that all users in IXIASOFT Montreal and IXIASOFT Toronto have access to the role of Content Reviewers.

  9. Save, close, and check in the groups.xml file.
  10. Inform users of the changes.
    The changes will be applied automatically once users close and then reopen their CCMS Desktop. Users can also apply the changes without restarting their CCMS Desktop by clicking IXIASOFT CCMS > Synchronize Configuration. Additionally, have an administrator refresh IXIASOFT CCMS Web so that users will see the change reflected there.