I have some jobs with this Synchronization Failed message, and as far as I remember, we need to force a new run with full mode to solve that, but for some reason it is not working.
Am I doing something wrong?
Ticket open: Case #07248515
Am I doing something wrong?
Code:
PS C:\Windows\system32> Get-VBOJob -Name "test_Exchange"Organization Repository Name IsEnabled LastStatus Description------------ ---------- ---- --------- ---------- -----------test.onmi... test_Exch... test_Exch... True Stopped Mail JobPS C:\Windows\system32> $job = Get-VBOJob -Name "test_Exchange"PS C:\Windows\system32> Start-VBOJob -Job $job -RunAsync -Full:$trueStart-VBOJob : Synchronization failed. See logs for more details.At line:1 char:1+ Start-VBOJob -Job $job -RunAsync -Full:$true+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Start-VBOJob], FaultException + FullyQualifiedErrorId : System.ServiceModel.FaultException,Veeam.Archiver.PowerShell.Cmdlets.Jobs.StartVBOJobPS C:\Windows\system32> Start-VBOJob -Job $job -RunAsync -Full:$trueStart-VBOJob : Synchronization failed. See logs for more details.At line:1 char:1+ Start-VBOJob -Job $job -RunAsync -Full:$true+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Start-VBOJob], FaultException + FullyQualifiedErrorId : System.ServiceModel.FaultException,Veeam.Archiver.PowerShell.Cmdlets.Jobs.StartVBOJobPS C:\Windows\system32>
Statistics: Posted by flavio.santos — May 03, 2024 5:38 pm