Update security settings in isolated region configuration

If the destination environment does not use the same LDAP provider as the source environment, you must edit the security settings in the exported isolated region configuration data before you import the data.

To edit user and group information:

  1. In a text editor, open the XML file containing the exported isolated region configuration data.
  2. Search for the following tags:
  3. For each security tag, replace the values with the short names of the users or groups appropriate for the destination environment.

Example:

Assume that write access to a queue in the source environment is set as follows:

<WriteSecurity>
   <Value>intgpeadmin</Value>
</WriteSecurity>

In the destination environment, the sysadmin is to have write access to this queue. Therefore, you would edit the setting in the XML file as follows:

<WriteSecurity>
   <Value>sysadmin</Value>
</WriteSecurity>