Author name: Managecast Technologies

Troubleshooting, Veeam

“VM disk size changed since last sync, deleting all restore points.” – Veeam Backup & Replication 

Backup or replication jobs in Veeam Backup & Replication may sometimes report the following message:  “VM disk size changed since last sync, deleting all restore points.”  At first glance, this can look like a serious problem — losing all restore points sounds alarming. However, this behavior is intentional and protective. Veeam is designed to maintain data consistency and will automatically reset a replication or backup chain if it detects a change that could make incremental data unsafe to use.  During every backup or replication cycle, Veeam compares source VM’s current virtual disk configuration to the metadata stored from the last successful job.  If it detects any differences, it assumes the disk layout has changed and that existing restore points are no longer valid for incremental synchronization.  When this happens, Veeam takes a cautious approach to preserve data integrity:  This ensures the next restore point reflects the VM’s current, correct disk configuration, preventing corruption or restore failures in the future.  Best Practices  When Veeam detects that a VM’s virtual disk configuration has changed, it intentionally resets the backup or replication chain to prevent inconsistencies and ensure that all future restore points are reliable.  By planning disk modifications around full backups and maintaining awareness of storage-related changes, you can avoid unnecessary fulls while keeping your replication and backup data consistent and trustworthy.  For more information, please contact support@managecast.com. 

Office 365 Backup, Troubleshooting, Veeam

“Cannot Protect a Group Mailbox Because the Group Doesn’t Have an Owner” in Veeam for Microsoft 365 

When protecting Microsoft 365 data with Veeam Backup for Microsoft 365, you may encounter the following error while attempting to back up a Microsoft 365 Group mailbox:  Error: Cannot protect a group mailbox because the group doesn’t have an owner.  This issue typically appears during a job session that includes Microsoft 365 Groups, and it prevents Veeam from processing the group mailbox successfully.  How to Resolve  To resolve the issue, simply assign at least one owner to the affected group:  1. Sign in to the Microsoft 365 portal with an account that has administrator privileges. Choose Teams & Groups from the navigation pane on the left, and then Active Teams & Groups from the drop-down menu.  2. Find the group that you need to assign a new owner to and click on it.  3. Under Membership tab, choose Owners and click Add Owners. 4. Search or select desired owner(s) and click Add. Once ownership is properly assigned, Veeam will be able to back up the group mailbox successfully. For additional information or assistance please contact support@managecast.com.

General Cloud Backup, Troubleshooting, Veeam

“No Host Is Compatible with the Virtual Machine” Error in SureBackup Jobs – Veeam Backup & Replication 

Symptoms After starting a SureBackup job, it stops almost immediately with the following error: Error: No host is compatible with the virtual machine. When a host leaves Maintenance Mode, is patched, or experiences a temporary issue (i.e., outages, hiccups), the powered off virtual lab can lose its “home” host. From vCenter’s point of view, the VM now sits inside the vApp folder but is orphaned—no ESXi host currently owns it. The moment Veeam asks vCenter to start the appliance, the placement engine evaluates every host in the cluster, finds no valid target, and throws the “No host is compatible” fault. Quick Fix  In your vCenter:  SureBackup’s “No host is compatible”, in most cases, is simply an orphaned lab appliance. A quick migration—even to the same host—will help associate the virtual lab with the host and fix this error. For further assistance, contact our support team at support@managecast.com. 

General Cloud Backup

“Failed to Synchronize Item Changes in Folder” While Processing Public Folders in Veeam for Microsoft 365

When backing up public folders in Veeam Backup for Microsoft 365, you might encounter the frustrating error: Processing mailbox PublicFolderMailbox@xxxxxxxx.onmicrosoft.com failed with error:Failed to synchronize item changes in folder: FOLDERNAME..Access is denied. Check credentials and try again., ICS synchronization failed. This issue can cause public folder backups to complete with warnings or fail altogether, jeopardizing backup consistency for shared organizational data. Possible causes include the following: Solution Check the Location of Public Folders Veeam backs up only the IPM_SUBTREE branch. If public folders are located outside IPM_SUBTREE, Veeam will return the warning. Assign Service Account Permissions to Public Folders You can run the following PowerShell script to assign ownership to the Veeam service account for all public folders. (If you are unsure what service account is used for backups, please contact our support team.) *Please note that the script will not work if the service account has a Shared mailbox. Shared mailboxes are not supported for public folder ownership. The “Failed to synchronize item changes in folder” error during public folder processing in Veeam typically points to issues with permissions or connectivity. By verifying the service account’s access rights and public folders’ location, you can resolve this error and maintain reliable backups. For any additional information or assistance, please contact our support team at support@managecast.com

General Cloud Backup, Replication, Troubleshooting, Veeam

Veeam Backup & Replication “Unhandled Exception Was Thrown During Licensing Process” Warning

When using Veeam Backup & Replication, you may encounter the error:“Unhandled exception was thrown during licensing process.” This error is often caused by a failure in authentication between Veeam and the vCenter Server, typically due to outdated or incorrect credentials. Steps to Resolve the Licensing Exception 1. Rescan the vCenter Server in Veeam Start by rescanning the vCenter Server from within the Veeam console. If the scan fails with a login or authentication error, this confirms the credentials being used are no longer valid or accepted. 2. Verify Credentials Manually Use a web browser to log in to the vCenter Server using the same account and password configured in Veeam. 3. Update or Reset the Password If the credentials are invalid: 4. Confirm Browser Access After updating or resetting the password, test logging in to the vCenter Server via web browser to ensure the account is working properly. 5. Re-scan the vCenter Server in Veeam Finally, return to Veeam and perform another rescan of the vCenter Server. The “Unhandled exception was thrown during licensing process” error usually stems from credential issues. By verifying access manually and updating stored credentials in Veeam’s Credential Manager, you can quickly resolve the error and restore proper licensing and inventory operations. Please feel free to reach out to our support team at support@managecast.com for assistance.

General Cloud Backup, Office 365 Backup, Troubleshooting, Veeam

Fix VBO unindexed repository by editing PostgreSQL with PGAdmin

Fixing an Unindexed Backup Repository in Veeam Backup for Microsoft 365 v8.x (PostgreSQL) Overview When a Veeam Backup for Microsoft 365 (VB365) backup repository becomes stuck in an Unindexed state, new backups and restores can stall. The root cause is usually an interrupted or failed repository indexing session. This guide walks you through safely resetting the indexing_state flag in the VB365 PostgreSQL database and restarting the indexing session so the repository returns to a healthy state. Important — Read First Prerequisites Step 1 — Identify the Repository GUID Open an elevated PowerShell on the VB365 server and run: Import-Module Veeam.Archiver.PowerShell $repository = Get-VBORepository -Name “<Repository Name>” $repository | Select-Object Name, Id, IsIndexed Example output: Name Id IsIndexed—- — ———Unindexed Repo f7bf9987-6221-4f70-b8f6-ca6654e7d567 False Record the Id (GUID) for later. Tip IsIndexed should be False when the repository is unindexed. Step 2 – Install pgAdmin (if needed) Step 3 — Connect to the Veeam PostgreSQL Server Step 4 — Open the VB365 Database in Query Tool Step 5 — Verify Repository State Run, by pasting this into the query tool and clicking on the PLAY button to run the query: SELECT id, name, indexing_state FROM   public.repositories ORDER  BY id ASC; Step 6 — Reset the Indexing State In the same Query Tool window: UPDATE repositories SET indexing_state = 0 WHERE id = ‘f7bf9987-6221-4f70-b8f6-ca6654e7d567’; Step 7 — Restart the Indexing Session Back in elevated PowerShell: Import-Module Veeam.Archiver.PowerShell $repository = Get-VBORepository -Name “Unindexed Repo” Start-VBORepositoryIndexingSession -Repository $repository Step 8 — Monitor Progress Step 9 — Resume Jobs Once indexing reaches 100 % and the repository state is Ready: Rollback Procedure (If Needed) If the repository fails to index or other errors occur: Troubleshooting Tips Conclusion Resetting the indexing_state flag to 0 and re‑triggering an indexing session is an effective way to recover a repository stuck in an Unindexed state. Always follow best practices—back up first, perform changes during maintenance windows, and validate success before placing the repository back into production rotation. Document version: 2025‑04‑11

General Cloud Backup, Troubleshooting, Veeam

Veeam CDP Initial Sync Error: Restore point creation completed with errors. (Failed to create the initial long-term restore point at ) Error: Disks traffic is not clean

Introduction When using CDP and attempting to complete the initial sync for a virtual machine, the initial sync may complete with the following error: The initial sync process for CDP is when it copies all of the data for a virtual machine from the client side to the target side, creating a working replica of the VM as an initial “restore point”.  This restore point is basically a working VM replica on the target size that can be used in a failover situation to boot the VM.  Once the initial sync has completed, the status for that VM should then go to “syncing”, which means CDP is now synchronizing incremental changes in the VM. The Issue Sometimes after the initial sync completes, the VM synchronization process may go into a failed state with the following error: The most common issue with this is a backup or replication job that has taken place during the CDP initial sync process that took a snapshot of the VM.  During the CDP initial sync process, no snapshots of the VM can exist or be taken from any source, this includes any Veeam or VMware tasks that take snapshots or any pre-existing snapshot of the VM. Per Veeam’s documentation: https://helpcenter.veeam.com/docs/backup/vsphere/cdp_requirements.html?ver=120 “VMs that you plan to protect must not have snapshots at the moment the CDP policy starts for the first time.” If a snapshot is taken while the CDP initial sync is taking place, CDP doesn’t just fail (even though it’s not going to work anyway), CDP continues to try to complete the process, but now it’s in a perpetual behind state because of the snapshot and the sync process runs much slower.  Then each time the backups with snapshots runs again and again, which has a cumulative slowness effect on CDP, so it just gets slower and slower to a crawl, then when it finally copies everything at the end, it is so far behind it can never catch up, so it then has a perpetual disk traffic not clean. Solution Verify no snapshots exist when the VM’s initial sync process is taking place and confirm that no other jobs or policies will run that may create a snapshot of that VM.  If a VM was replicated and is now in a failed state, that replica must be deleted from the “Replicas” section before attempting to start the CDP sync again. Conclusion As part of the initial sync process, CDP attempts to make a replica of the VM on the target side, which is basically a one-to-one copy of the existing VM.  When a snapshot is taken on the source side, the VM’s disk is placed in a read-only state and a delta file is created to record all of the changes.  This changes the disk’s state, thus the I/O flow that CDP is monitoring is disrupted, and CDP cannot continue to accurately track and replicate the changes since the I/O flow has now changed.  Furthermore, the target replica doesn’t detect these changes immediately, resulting in a mismatch between the source and destination size.  Veeam now tries to restart the process but ends up in basically a failed loop state.

General Cloud Backup, Troubleshooting, Veeam

Understanding and Preventing the “Job Aborted Due to Server Termination” Error in Veeam Backup and Replication 

The “Job aborted due to server termination” error in Veeam occurs when the backup job is unexpectedly interrupted due to the backup server shutting down or restarting. This can be caused by scheduled system updates, maintenance tasks, or resource constraints that force the server to reboot during an active backup operation.  Suggested Solution  To prevent this issue, review and adjust scheduled tasks and updates that may cause the server to restart during backup jobs:  By proactively managing scheduled tasks, updates, and system settings, you can prevent unexpected server terminations and ensure uninterrupted Veeam backup operations.   For more information, please contact our support team at support@managecast.com. 

General Cloud Backup, Managecast News

World Backup Day 2025: Is Your Business Ready?

March 31st is More Than Just a Reminder, it’s a Call to Action Every year, businesses across the globe suffer from cyberattacks, accidental deletions, hardware failures, and natural disasters, resulting in millions in lost revenue and reputational damage. Despite living in a data-driven world, too many companies still take a reactive approach to backup and disaster recovery. That’s why World Backup Day (March 31st) exists. It’s a chance to step back and ask a simple question: If disaster struck today, would your business be able to recover? The Importance of Backups in 2025 The way we create, store, and use data has changed dramatically. With the rise of AI driven automation, hybrid work environments, and increasingly sophisticated cyber threats like ransomware as a service, having a solid backup and disaster recovery strategy is not just good practice, it is business critical. Is Your Backup Strategy Strong Enough? Most businesses think they have backups covered, but assumptions don’t recover data. Ask yourself: Are you testing backups regularly? How long would it take to get back online after an incident? Are you following the 3-2-1-1-0 backup rule? (Three copies of your data, two different media types, one off-site, one immutable copy, and zero backup integrity issues) Could ransomware take out both your production environment and your backups? If you don’t have confident answers to these questions, now is the time to fix it. Best Practices for Data Resilience A solid backup strategy isn’t just about having a copy of your data. It’s about being able to recover quickly and with confidence. Here’s what that looks like: Why Businesses Trust Managecast for Backup and Disaster Recovery For 25 years, Managecast has been helping businesses proactively protect their data with cutting edge cloud backup and disaster recovery solutions. As a Platinum Veeam Cloud and Service Provider, we provide: Make This World Backup Day Count World Backup Day is the perfect time to assess your backup and recovery plan. Here’s how to start: Backup is Not a One-Time Task. It’s an Ongoing Commitment. This World Backup Day, make sure your business is covered. Let’s talk about how we can help you stay protected. Join the pledge here www.worldbackupday.com

General Cloud Backup, Troubleshooting, Veeam

“Failed To Publish Malware Detection Metadata To The Catalog” Warning in Veeam Backup & Replication 

Veeam’s malware detection feature scans backups for potential threats before they are restored or used in production. Once a scan completes, the metadata should be published to the Veeam Guest Catalog Service, which stores backup indexing and security scan results.  When this process fails, users may see the “Failed to publish malware detection metadata to the catalog” warning in their job logs.  This warning may occur due to:  Steps to Resolve the Issue  Restart the Veeam Guest Catalog Service  Simply restarting this service may help resolve the issue.  To restart it:  Check File Permissions on the Catalog Folder  Ensure that the Veeam Backup Service account has full control over:  C:\ProgramData\Veeam\Backup\Catalog  C:\Program Files\Veeam\Backup and Replication\Catalog  While this issue is not severe, it can still be a concern for administrators who prioritize security and rely on Veeam’s malware scanning. If the issue persists, please contact our support team at support@managecast.com for further investigation. 

Scroll to Top