Case # 07570067
I have a home user who cannot backup. The backup starts and then fails with the below:
They were using an earlier version of Veeam Agent but I've upgraded it to Veeam Agent 6.3.0.177 but no change (I didn't expect this would fix it but I had hoped).15/01/2025 10:06:43 AM :: Initializing
15/01/2025 10:08:08 AM :: Error: Item [Backup Job REDACTED] is locked by running session Backup Job REDACTED [Agent Backup]
15/01/2025 10:09:58 AM :: Email notification was sent
15/01/2025 10:08:12 AM :: Processing finished with errors at 15/01/2025 10:08:12 AM
In the past I could use the below commands delete the locks, but this no longer works:
Any ideas on how to get this up and running again without having to start from scratch?sqlcmd -S (LocalDb)\VeeamEndPoint -d "VeeamBackup" -Q "delete from [Backup.TrackedActions.Leases]"
sqlcmd -S (LocalDb)\VeeamEndPoint -d "VeeamBackup" -Q "delete from [Backup.TrackedActions.LockItems]"
sqlcmd -S (LocalDb)\VeeamEndPoint -d "VeeamBackup" -Q "delete from [Backup.TrackedActions.Locks]"