This started off simple enough as an issue where we couldn't save changes to existing GPOs. In digging into it, what i have found is that i cannot create or modify any files within the SYSVOL folder.
The error received varies by which application tries to do it, but if i browse to \server\sysvol\domain.com\scripts and right click to create a new text file, the error is "Error 0x8007003A: The specified server cannot perform the requested operation".
I've ruled out and isolated many things so far, but at this point i have no idea.
I went as far as to run Procmon, but nothing obvious was there. The Explorer.EXE entry is for operation CreateFile, and the result is NAME NOT FOUND. After that entry are some SYSTEM entries, the most telling one probably being operation CreateFile, result 0x8000002D. I have been unable to determine what this result means.
Edit: Thanks to Harry's comment i scrutinized the link a bit more, and it seems that it can be on any share on the system (not just SYSVOL), and only occurs when trying to work within a junction. I'll be digging into this further to see what i can find.
Ok, finally figured it out! This is caused by FSRM (File Server Resource Manager) and seems to only affect Server 2019, and is most definitely a bug. To fix, you don't have to uninstall FSRM, but you do have to make sure there are no screens setup on the volume containing the junction (C: in cases for SYSVOL), and then reboot the server
FSRM is something that i had ruled out early on, because i deleted the file screen for C: and the issue persisted. What i found out however is that after deleting the file screen you must reboot the server for it to work. There is no part of FSRM (aside from the uninstall process) that prompts/warns for reboot, and you can otherwise make changes to file screens live, so this is definitely a bug.
A few pedantic notes:
User contributions licensed under CC BY-SA 3.0