Setting Active Preferences

Each user'sWeb Analysis preference file is located under /Users/username/Profiles and is invisible to all users. An administrator can copy, paste and maintain all user preference files. In addition, the /Users/{Profiles} folder is the common profiles directory, from which users can select any preference file to use as their active preference.

To set active preferences for a user during ARU import, the repository location of the file must be specified.

To set active preferences for a user, use this syntax:

<?xml version="1.0" encoding="UTF-8"?>
  <AnalyzerAdmin>
    <ModifyUsers>
      <User LoginID="PersParamEditor1">
        <SetGroupPrefs Name="/Users/&lt;Profiles&gt;/GlobalAdmin2Prefs4" />
      </User>
      <User LoginID="Analyst3">
        <SetGroupPrefs Name="/Users/&lt;Profiles&gt;/GlobalAdmin2Prefs4" />
      </User>
      <User LoginID="DataEditor1">
        <SetGroupPrefs Name="/Users/&lt;Profiles&gt;/GlobalAdmin2Prefs4" />
      </User>
      <User LoginID="DataSourcePublisher1">
        <SetGroupPrefs Name="/Users/&lt;Profiles&gt;/GlobalAdmin2Prefs4" />
      </User>
    </ModifyUsers>
  </AnalyzerAdmin>
<SetGroupPrefs Name="\Users\<Profiles>\group_prefs1"/>

Notes

  1. In XML files, you must use &lt; instead of < and &gt; instead of >.

  2. If more than one SetGroupPrefs element is specified for a user, the last preference file specified is established for that user.