The Laserfiche Server queues up the documents that have been requested to be deleted and stores that in the database.
Does the file referenced in the error message exist?
\\ServerNameRedacted\LFVol1$\LFVols\CRELFVOLS12\e00\00\00\00000001.msg
If so, can you confirm that the account used by the Laserfiche Server service has rights to delete files at that location?
If the file doesn't actually exist, but the Laserfiche Server keeps trying to delete it, then what you can do is effectively clear out this list of "pending" documents to be deleted so the server will stop trying to delete the physical files from the volume, which will then stop that error from getting recorded.
- Stop the Laserfiche Server service
- Backup the repository database and volumes
- Run this SQL query on the repository database
delete from deletedelec
- Restart the Laserfiche Server service
Note that you may want to first see what entries exist in the deletedelec table before just deleting everything in that table. If there is more than one row of data, then you can modify the delete query if you want to delete the specific row for the referenced electronic document.
It's unclear why the Laserfiche Server would be trying to delete a file that may have already been deleted from disk, but more recent versions of the Laserfiche Server have been better about not running into this scenario so the customer may want to consider upgrading if they are on an older version.