Veeam Office365 Backups failing JetError -1022, JET_errDiskIO, Disk IO error Error 0 Duration 0:00:00 Data transferred 0 B Details

Hi team;

 

The only solution to this error that I have found for no is “restart Veeam services or either restart the server itself”

 

You can use the following power shell script for that:

 

 
Get-process | where {($_.Name -like "Veeam*")} | stop-process -Force
Get-Service | where {($_.Name -like "Veeam*")-and ($_.Status -eq "Running")} | Stop-service -Force
Get-Service | where {($_.Name -like "Veeam*")-and ($_.Status -eq "Stopped")} | Start-service

Regards

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.