Work Folders User Getting Server Busy Messages

NOAARick 1 Reputation point
2020-08-25T21:42:23.427+00:00

Greetings!

We have 3 Windows Server 2019 Machines running Work Folders. On 2 of those 3 machines, a few users are getting Server too Busy messages and are unable to sync. They had been previously syncing with no issues, then one day it just started failing. Everyone else on that server seems to work fine until the CPU gets pegged from all the file handles from the few users that are having issues. Once that happens, I have to reboot the server, or restart the syncshare service and it is fine again until the same few users peg out the CPU the next time they sync.

Here are the server details:

  • Hosted in VMWare
  • CPU: 2x10 Cores @ 2.3 Ghz
  • RAM: 64GB
  • Storage: 100GB OS Drive, 10TB Drive for WorkFolders data
  • 1GB Ethernet

Database Details (Server 1) -- No Issues

  • Database Size: 10.2 8GB
  • Log Size: 91.13 MB

Database Details (Server 2) -- 1 user with this issue

  • Database Size: 6.62 GB
  • Log Size: 89.07 GB

Database Details (server 3) -- 2 Users with this issue

  • Database Size: 4.22 GB (recently defragmented)
  • Log Size: 122.32 MB

Steps taken to remediate:
On Server:

  • Rebooted Server
  • Stopped/Restarted SyncShareSvc
  • Defragmented Database
  • Repair-SyncShare for user
  • Cleaned user's metadata and sync temp data

On Client:

  • Stopped/Restarted Work Folders service
  • Cleaned user's metadata
  • Stopped and Started using Work Folders

Event Viewer indicates this message for the users having the issue: Http request failed. User: someone@keyman ; Device: SomeComputerName; DeviceOS: Windows 10.0; Request: Put-Session; Error code: (0x80c80003) There was a problem syncing because the server is currently busy. Sync will retry later.

None of these attempts seemed to resolve the issue. We also noted that long file names (256 chars +) seems to completely break Work Folders for users that have them so we also checked for that as well, and ensured that users did not have files that were 10+ GB in their local Work Folders.

Any suggestions would be appreciated, my next call is reaching out to Microsoft :(

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,926 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Gloria Gu 3,896 Reputation points
    2020-08-26T09:07:37.007+00:00

    Hi,

    In regards to your issue, here're my suggestions:

    You can first check the user has an active sync session on another service. Then use the HTTPERR log to view if connections are rejected. If you see' error 503' in the log, you can follow the steps below to reduce the load on the server:

    (1)Run CMD command as administrator:
    Set-SyncServerSetting-MinimumChangeDetectionMins(The default value is 5. The minimum value that you can set is 1.)
    Then restart the workfolderssvc service.The default value is 5. The minimum value that you can set is 1.

    (2)Create a following registry under:
    20523-1.png

    For more details, you can refer to the following link:
    work-folders-sync-issues
    work-folders-the-never-ending-story

    -------If my answer is helpful to you, please remember to mark them as answer. Thank you!------

    Regards
    Gloria

    0 comments No comments

  2. NOAARick 1 Reputation point
    2020-08-26T19:41:28.94+00:00

    Hi Gloria,

    I had already set the MinimumChangeDetectionMins to 120 because we do not permit direct access to the workfolders share, but I had not seen the UseShortPolling one before. I have added it now and will monitor

    Thanks!
    ~Rick

    0 comments No comments

  3. NOAARick 1 Reputation point
    2020-08-27T00:21:37.147+00:00

    Hi Gloria, Unfortunately this did not seem to resolve the issue, so far one person is showing server busy errors agian (error 503's showing in the httperr log as well)

    Thanks
    ~Rick


  4. NOAARick 1 Reputation point
    2020-08-27T15:00:56.553+00:00

    normally, I would agree with that, however it is literally only 3 people on 2 servers that have this issue, that's the part that makes no sense to me.


  5. NOAARick 1 Reputation point
    2020-08-31T18:00:26.557+00:00

    Thanks, I have decided to submit a ticket to Customer Service


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.