So more work folders, you lucky people.
After all the stuff I did in my last post, I kept getting this:
The Windows Sync Share service detected that an error occured that requires the database to be recreated. Database path: \\?\H:\userfiles\workfolders_root\Robby.De; Error code: (0x80c80209) The root directory of the sync share does not exist or could not be opened.
Basically the work folder on the server was creating itself so it wouldnt sync…..
So to fix, either:
1) Backup the users documents, then bin their profile from the computer, reboot. Should re-create itself.
2) As the user, go to the sync share on the server and create a folder with the name of the username.
Both seem to work and if its for loads of users, you could create a logon script to create it.
New-Item -ItemType directory -path "\\Fileserver\userfiles\$env:username"
Leave a Reply