文件复制服务错误

我们有一个Windows 2003 R2服务器,并且有几个用户报告他们无法将文件扫描到windwos服务器。 他们正在得到一个空间不足的错误。 我看了一下服务器,在那个分区上有600GB的可用磁盘空间。 但在查看事件日志时,我发现了很多错误,如(1355213555)

The File Replication Service is unable to add this computer to the following replica set: "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" This could be caused by a number of problems such as: -- an invalid root path, -- a missing directory, -- a missing disk volume, -- a file system on the volume that does not support NTFS 5.0 The information below may help to resolve the problem: Computer DNS name is "server.domain.local" Replica set member name is "server" Replica set root path is "c:\windows\sysvol\domain" Replica staging directory path is "c:\windows\sysvol\staging\domain" Replica working directory path is "c:\windows\ntfrs\jet" Windows error status code is FRS error status code is FrsErrorMismatchedJournalId Other event log messages may also help determine the problem. Correct the problem and the service will attempt to restart replication automatically at a later time. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. 

关键是行FRS error status code is FrsErrorMismatchedJournalID 。 您在NTFS更改日志和NTFRS JET数据库中有不匹配的USN。 微软推荐的解决方法是设置registry值(“BurFlags”)并退回NTFRS服务。