Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 5819

Veeam Backup for Microsoft 365 • Synchronization Failed

$
0
0
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?

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>
Ticket open: Case #07248515

Statistics: Posted by flavio.santos — May 03, 2024 5:38 pm



Viewing all articles
Browse latest Browse all 5819