Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4469

Backup or Backup Copy Job for SharePoint, OneDrive, or Teams Data Fails With: "Cannot find object"

$
0
0

Backup or Backup Copy Job for SharePoint, OneDrive, or Teams Data Fails With: "Cannot find object"

KB ID: 4678
Product: Veeam Backup for Microsoft 365 | 8
Published: 2025-01-23
Last Modified: 2025-01-23

Challenge

After upgrading Veeam Backup for Microsoft 365 to v8 (builds 8.0.2.159 or 8.0.2.200), an incremental backup or a backup copy job protecting SharePoint, OneDrive, or Teams data fails with the error:

Cannot find object ...

Cause

In Object Storage Repositories, the metadata saved for the protected SharePoint lists and webs has been mistakenly overwritten.

This issue only occurs under the following very specific conditions:

  • An Object Storage Repository was created in Veeam Backup for Microsoft Office 365 while running version 4.x or 5.x.

    and
  • That Object Storage Repository contains backup data for SharePoint, OneDrive, or Teams files.

    and
  • That Veeam Backup for Microsoft 365 deployment was upgraded from any version 7 build to either 8.0.2.159Released 2024-09-03 or 8.0.2.200Released 2024-09-11.
    Note: Upgrades from version 7.x to build 8.0.3.1044Released 2024-10-08 and higher were not affected by this issue.

Solution

  1. Identify potentially impacted repositories according to the conditions in the Cause section.
  2. Open an Administrative PowerShell terminal and use the following command to produce a list of impacted sites:
    Replace <repo_name> with the name of the potentially impacted Object Storage Repository.
$rep = Get-VBORepository -Name "<repo_name>"
Test-VBORepository -Repository $rep
  1. For each site listed in the output of the script from Step 2:
    1. Identify the backup job associated with the site.
    2. Run a full synchronization cycle for each job containing impacted objects.
      Use the following PowerShell cmdlet:
      Replace JobName with the name of the affected job.
Get-VBOJob -Name "JobName" | Start-VBOJob -RunAsync -Full
During the full backup run, Veeam Backup for Microsoft 365 will automatically repair the missing metadata for impacted site lists that are still present within the production Microsoft 365 environment.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Viewing all articles
Browse latest Browse all 4469

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>