How do you recreate a folder under an FSA volume that is has gone missing?
EV 10.04
Just tried to do a bulk restore from an old archive using FSAUtility -t -s "\\OldServer\Dept\Acct\path1" -d "\\NewServer\Dept\Acct\path1" and receive the folllowing error:
Error: The path \\OldServer\Dept\Acct\path1 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
I checked, and sure enough, while the archive volume "Dept" still exists, the folder "Acct" has disappeared. All the other folders under "Dept" are still there. The Archive Point "Acct" still exists and the File Placeholder Service on "OldServer" still still works recalling files from the folder in question. I just can't do any FSAUtility commands.
How do I recover the folder?
Fixed my problem. I did some digging and realized that even though I ran an archiving task, nothing was really happening. At some point in the past since this is an old system, I unchecked the "Archive this volume" checkbox on the volume. Discovering this, I re-checked the box, added the folder that was missing and then ran an archiving task. Checking the log, I could see where it processed the folder in question. Once it completed, I was able to run FSAUtility commands again against the folder successfully. I think not having the volume in archiving mode meant that the task didn't correct the database initially.
Thanks for the help!