Skip to main content

31. Juli 2025

Using Multiple UNC Paths

The profileArchivePath, profileArchiveBackupPath, and logFilePath configuration elements can occur multiple times in a configuration file.

<config>
  <profileArchivePath>
    \\sldfs01\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchivePath>
    \\sldfs02\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>

  <profileArchiveBackupPath>
    \\sldfs01\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <profileArchiveBackupPath>
    \\sldfs02\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>

  <logFilePath>
    \\sldfs01\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
  <logFilePath>
    \\sldfs02\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
</config>

War diese Seite hilfreich?

Feedback zu diesem Thema geben

War dieses Thema hilfreich?

Bitte geben Sie keine personenbezogenen oder vertraulichen Daten an.

Link wird erstellt…