Not much to go on, might check the domain health, also check the event logs for clues.
FSMOcheck sometimes failes

How can I determine what is the cause why FSMOCheck sometimes fails?
3 answers
Sort by: Most helpful
-
-
SChalakov 9,781 Reputation points MVP
2022-11-10T16:18:07.027+00:00 Hi @Janus Bariñan ,
adding my 2 cents:
I suppose @Dave Patrick meant "dcdiag /v", which you can run at the exact same time when the issue occurs. You can redirect the output to a file, is just easier to read:dcdiag /v > dcdiag.txt
If the issues are intermittent, they could be related to an underlying network issue for example. In this particular case you would see some RPC-related errors in the output (and most probably also in the event logs as DSPatrick mentioned).
Hope this helps!
Regards,
Stoyan -
Dave Patrick 354.1K Reputation points MVP
2022-11-10T22:06:17.123+00:00 If further assitance is needed then please run;
Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
(run on PDC emulator)
repadmin /showrepl >C:\repl.txt
(run on any domain controller)
ipconfig /all > C:\dc1.txt
(run on domain controller 1)
ipconfig /all > C:\dc2.txt
(run on domain controller 2 if exists)
ipconfig /all > C:\dc3.txt
(run on domain controller 3 if exists)Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found
then put
unzipped
text files up on OneDrive and share a link.