com.teneo.esa.esacase.CaseManagerException: [#201009] Configured backup directory path "caseBackups" must be absolute when sharing the directory
In a clustered environment, either Distributed Architecture or Legacy, it is best practice to configure a single, shared destination directory for case backups. To avoid multiple copies of the same backup from appearing on the All Cases or All Processing tabs, the property esa.case.backupDir is set to true to eliminate the duplicates.
When the esa.case.sharedBackupDir property is set to true, then esa.case.backupDir cannot be set to a relative or mapped path (like the default "caseBackups" or G:\CaseBackup).
To resolve this issue, set esa.case.backupDir to an absolute path.
An example absolute path is \\
All nodes in the cluster must have access to the same esa.case.backupDir location.