Error: The path \\Fileserver.ev.local\archive\Test_folder is not associated with an archived volume. If you migrated placeholders to this location, let the File System Archiving task process the volume, then stop the task and re-run this command
The issue is typically caused by a missing reference for the Volume to Archive association. This could occur if the -pm option was used to migrate archives and the archiving task was not run against the target file server.
This can also occur if a Volume target is removed and re-added to the Vault Administration Console.
1. For FSAUtility -pm operations ensure to run the File System Archiving task against the target file server as this will automatically add the new Volume to Archive association to the table.
2. For issues not involving FSAUtility -pm perform the following:
Validate that the Archive ID, which is found on the Advanced tab of the Archive Properties, exists in the FileServerVolumeArchiveEntry table in SQL.
USE EnterpriseVaultDirectory
SELECT * FROM FileServerVolumeArchiveEntry
WHERE ArchiveVEID = 'ARCHIVE_ID_FROM_ADVANCED_TAB'
If the ArchiveVEID is missing from this table, the FSAUtility command will fail. Please contact Support for assistance to add the reference back to the table.