Skip to main content

21 de agosto de 2025

Using Multiple Labels

To support multiple sets of configuration elements, add a label attribute to the elements in the XML configuration.

Note: If you add a label attribute to a configuration element, you must do so for all configuration elements. You cannot have a mix of labeled and unlabeled elements.

<config>
  <profileArchivePath label="APAC">
    \\fs-21\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchiveBackupPath label="APAC">
    \\fs-21\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <logFilePath label="APAC">
    \\fs-21\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>

  <profileArchivePath label="EMEA">
    \\fs-03\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchiveBackupPath label="EMEA">
    \\fs-03\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <logFilePath label="EMEA">
    \\fs-03\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
</config>

¿Le resultó útil esta página?

Enviar comentarios sobre este tema

¿Le resultó útil este tema?

No incluya información personal ni confidencial.

Generando el enlace…