Hello,
I have been using V7 almost 1 year and I have never had any issues with the "File to tape backup", I have upgraded to version 8 and now some strange things is happening, maybe someone more than me has noticed this strange behavior.
I am using a powershell script that is starting my File to tape job
Code: Select all
Start-VBRJob -Job "FileToTape_Monthly" -FullBackup -runasync | Out-File C:\VeeamScript\Log\SyntheticFullCheck.txt -append
Here is the error that I receive
Code: Select all
Failed to continue tape backup session on the next tape medium
Object reference not set to an instance of an object.
And in V7 this tape job was on 3 tapes, now I notice that he needs 4 tapes even that tape 3 has 1 TB free data so something is going wrong here.
Version: 8.0.0.917
HP MSL G3 Series 6.10
I have now started the job manual from the gui (active full on the tape job) so i don't know yet how that turns out.
Should I start the job in another way with powershell in V8?