Good morning, recently we modified our backup script, replacing a backup job with a backupcopy job
The powershell syntax to start the job is (as i understand) the same: Get-VBRJob -name "jobname"|Start-VBRJob -RunAsync
But now when we start the job from poweshell, almost immediately, the job fails.
In the job history I don't have the failed run, but I receive the mail notification with the error: "Root element is missing"
Translated from the italian:
Backup completed with errors Error: Elemento radice mancante.
Job has been stopped with failures. Error: Elemento radice mancante.
if we start the job from the console, it runs fine
can you please provide me some help?
MAX
The powershell syntax to start the job is (as i understand) the same: Get-VBRJob -name "jobname"|Start-VBRJob -RunAsync
But now when we start the job from poweshell, almost immediately, the job fails.
In the job history I don't have the failed run, but I receive the mail notification with the error: "Root element is missing"
Translated from the italian:
Backup completed with errors Error: Elemento radice mancante.
Job has been stopped with failures. Error: Elemento radice mancante.
if we start the job from the console, it runs fine
can you please provide me some help?
MAX
Statistics: Posted by Dotmax — Dec 02, 2023 6:37 pm