Windows Server 2016 Essentials client backup fails with OutOfMemoryException

Gregory Phillips 1 Reputation point
2022-08-11T02:49:55.577+00:00

Client backup fails for one (large) disk. (Backup of this disk worked fine until recently.) Event log on the client shows a ServerEssentials\Admin log error:

Backup job 5 on <server> did not succeed.
Reason: ClientException, OutOfMemoryException; Array dimensions exceeded supported range.; at System.Collections.Hashtable.rehash(Int32 newsize, Boolean forceNewHashCode)
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupOp.BackupOperation.ProcessFileRecord(Int64 index, FileRecord fr)
at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupOp.BackupOperation.DoFileRecordPass()
at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupOp.BackupOperation.RunWithoutCatch()
at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupOp.BackupOperation.Run()
at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupOp.BackupSetOperation.RunWithoutCatch()
at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupOp.BackupSetOperation.Run()

On the server, I've tried to "Customize backup for the computer" for this client (with "Add or remove backup items"), but this hangs when I try to expand the folder list for the problem disk. (On the client, the "Windows Server Essentials Client Service Host" stops running at this point.)

How can I fix or work around this to get a successful backup?

Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2022-08-11T15:33:47.797+00:00

    Hi,

    I resolved a similar issue by deleting C:\Users\<username>\AppData\Local\Microsoft\PCBackup

    I hope this answers your question.


    --If the reply is helpful, please Upvote and Accept as answer--


  2. Gregory Phillips 1 Reputation point
    2022-08-14T23:36:45.807+00:00

    I found the problem. When I ran WinDirStat on the disk that was failing backup, WinDirStat failed with "This application has requested the Runtime to terminate it in an unusual way". As an alternative to WinDirStat, I installed and ran WizTree. Ultimately I found that in %APPDATA%\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1, some Adobe software had created an enormous number of empty directories. When I deleted all these (via command line "rmdir /S"), backup of the disk began succeeding again.

    A Google search of "com.adobe.dunamis" shows that this problem (i.e., huge number of empty directories created in Adobe com.adobe.dunamis subfolder) has been reported multiple times on the Adobe Support Community forum since at least September 2021, wreaking various kinds of system havoc and wasting many hours of users' time. Once my backups were working again, I followed up by cancelling my Adobe Creative Cloud subscription and removing all Adobe software and files.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.