Maintain control of your Microsoft 365 data
FCU_JE
Enthusiast
Posts: 47
Liked: 19 times
Joined: Oct 09, 2024 6:17 pm
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by FCU_JE »

FrancWest wrote: Jul 25, 2026 6:02 pm According to support, it still does an incremental backup, not a full.
Support would disagree with the manual then:

https://helpcenter.veeam.com/docs/vbo36 ... parameters

"Defines that the backup job session is considered a full run."
FrancWest
Veteran
Posts: 568
Liked: 140 times
Joined: Sep 17, 2017 3:20 am
Full Name: Franc
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by FrancWest » 1 person likes this post

True, but after the jobs completed, I didn't see a huge increase in storage usage. Perhaps a full run is only scanning all files and not backing them up if they exist already.
nracinelogic
Service Provider
Posts: 1
Liked: never
Joined: May 20, 2025 5:11 pm
Full Name: Nicolas Racine
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by nracinelogic »

Can add to the pile of affected orgs.

A few of our customers are affected, with no growth in users affected in the past few days.
CurtisC
Service Provider
Posts: 4
Liked: 3 times
Joined: Nov 04, 2019 2:38 pm
Full Name: Curtis
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by CurtisC » 2 people like this post

create an extra Job for the affectedt sharepoint sites and run this job with:
Get-VBOJob -Name "Backup job name" | Start-VBOJob -RunAsync -Full

^I can confirm this works for two days then fails.

Unfortunately we have 30+ companies backing up that are failing with the OneDrive/Sharepoint errors. Companies outside of mine are reporting same failures.

Case 04043180

Hopefully a fix is in this works.

Curtis
spritchard81
Novice
Posts: 4
Liked: 4 times
Joined: Nov 07, 2022 8:10 pm
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by spritchard81 » 2 people like this post

Running the command above does seem to create a successful incremental backup. However seeing the same as others, subsequent scheduled backups still fail.
FCU_JE
Enthusiast
Posts: 47
Liked: 19 times
Joined: Oct 09, 2024 6:17 pm
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by FCU_JE »

Veeam has updated https://www.veeam.com/kb4793 today (2026-07-27) with the following:
Update - July 27, 2026
To remediate this situation, update the OneDriveChildPageSize value for each backup proxy or proxy pool that is running an affected backup using Set-VBOConfigurationParameter.

Code: Select all

$xpath = "/Veeam/Archiver/Source"
$key = "OneDriveChildPageSize"
$value = "150"
Note: Ensure that the Veeam.Archiver.Proxy service on the proxy(s) is restarted after the setting is changed by adding the -Restart switch to the Set-VBOConfigurationParameter command.

Example PowerShell scripts can be found in the PowerShell User Guide.
Anyone brave enough to guinea pig it? I'm keen to find out if this remediates the issues just for OneDrive "sites" or if it resolves issues in traditional SharePoint sites too.
AlexLeadingEdge
Service Provider
Posts: 528
Liked: 81 times
Joined: Dec 14, 2015 9:42 pm
Full Name: Alex Fogerty
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this acti

Post by AlexLeadingEdge »

FrancWest wrote: Jul 24, 2026 4:12 am It’s not fixed. At the very top of the article it says:
Yes, my mistake, I read the bottom line and it read like Veeam had taken care of it, but that was in reference to late 2025 / early 2026. I then opened a ticket with Veeam Support because it still wasn't working for me.
AlexLeadingEdge
Service Provider
Posts: 528
Liked: 81 times
Joined: Dec 14, 2015 9:42 pm
Full Name: Alex Fogerty
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by AlexLeadingEdge »

FCU_JE wrote: Jul 27, 2026 9:09 pm Anyone brave enough to guinea pig it? I'm keen to find out if this remediates the issues just for OneDrive "sites" or if it resolves issues in traditional SharePoint sites too.
I've just tried it and it has worked.

In PowerShell (!!! Update with your hostname !!!):

Code: Select all

$Proxy = Get-VBOProxy -Hostname "YOUR_HOSTNAME_GOES_HERE"
$Credential = Get-Credential

Set-VBOConfigurationParameter `
    -Proxy $Proxy `
    -WindowsCredential $Credential `
    -XPath "/Veeam/Archiver/Source" `
    -Key "OneDriveChildPageSize" `
    -Value "150" `
    -Restart
You can check that it has worked by using this PowerShell command:

Code: Select all

Get-ChildItem "$env:ProgramData\Veeam" -Recurse -Filter Proxy.xml -ErrorAction SilentlyContinue | Select-String -Pattern 'OneDriveChildPageSize'
AlexLeadingEdge
Service Provider
Posts: 528
Liked: 81 times
Joined: Dec 14, 2015 9:42 pm
Full Name: Alex Fogerty
Contact:

Re: Processing OneDrive finished with warning: Cannot complete this action

Post by AlexLeadingEdge »

I'm not sure if this is relevant, but I've just noticed that this won't work on Veeam Backup for Microsoft 365 version 7a as Set-VBOConfigurationParameter wasn't introduced until version 8.0.

I couldn't update this client as their backup server is still on Windows Server 2012 R2 and Veeam365 8.0 won't install on it.
Post Reply

Who is online

Users browsing this forum: ottl05 and 13 guests