Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1213 lines
47 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992-1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ntfrsres.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for File Replication Service Events.
  12. ;
  13. ;Author:
  14. ;
  15. ; FRS group 5-Oct-2000
  16. ;
  17. ;Revision History:
  18. ;
  19. ; This fie was generated by extracting FRS events from the netvent.mc file.
  20. ; Portable Systems Group 6-May-1992
  21. ;
  22. ;Notes:
  23. ;
  24. ; This file is generated by the MC tool from the ntfrsres.mc file.
  25. ;
  26. ;--*/
  27. ;
  28. ;#ifndef _NTFRSRES_
  29. ;#define _NTFRSRES_
  30. ;
  31. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  32. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  33. Warning=0x2:STATUS_SEVERITY_WARNING
  34. Error=0x3:STATUS_SEVERITY_ERROR
  35. )
  36. ;
  37. ;/////////////////////////////////////////////////////////////////////////
  38. ;//
  39. ;// File Replication Service (NtFrs) Events (13500-13999)
  40. ;//
  41. ;/////////////////////////////////////////////////////////////////////////
  42. ;
  43. MessageId=13500 Severity=Error SymbolicName=EVENT_FRS_ERROR
  44. Language=English
  45. File Replication Service
  46. .
  47. MessageId=13501 Severity=Informational SymbolicName=EVENT_FRS_STARTING
  48. Language=English
  49. The File Replication Service is starting.
  50. .
  51. MessageId=13502 Severity=Informational SymbolicName=EVENT_FRS_STOPPING
  52. Language=English
  53. The File Replication Service is stopping.
  54. .
  55. MessageId=13503 Severity=Informational SymbolicName=EVENT_FRS_STOPPED
  56. Language=English
  57. The File Replication Service has stopped.
  58. .
  59. MessageId=13504 Severity=Error SymbolicName=EVENT_FRS_STOPPED_FORCE
  60. Language=English
  61. The File Replication Service stopped without cleaning up.
  62. .
  63. MessageId=13505 Severity=Error SymbolicName=EVENT_FRS_STOPPED_ASSERT
  64. Language=English
  65. The File Replication Service has stopped after taking an assertion failure.
  66. .
  67. MessageId=13506 Severity=Error SymbolicName=EVENT_FRS_ASSERT
  68. Language=English
  69. The File Replication Service failed a consistency check
  70. %n (%3)
  71. %nin "%1" at line %2.
  72. %n
  73. %nThe File Replication Service will restart automatically at a later time.
  74. If this problem persists a subsequent entry in this event log describes the
  75. recovery procedure.
  76. %n
  77. For more information about the automatic restart right click on
  78. My Computer and then click on Manage, System Tools, Services,
  79. File Replication Service, and Recovery.
  80. .
  81. MessageId=13507 Severity=Error SymbolicName=EVENT_FRS_VOLUME_NOT_SUPPORTED
  82. Language=English
  83. The File Replication Service cannot start replica set %1 on computer %2
  84. for directory %3 because the type of volume %4 is not NTFS 5.0 or later.
  85. %n
  86. %nThe volume's type can be found by typing "chkdsk %4".
  87. %n
  88. %nThe volume can be upgraded to NTFS 5.0 or later by typing "chkntfs /E %4".
  89. .
  90. MessageId=13508 Severity=Warning SymbolicName=EVENT_FRS_LONG_JOIN
  91. Language=English
  92. The File Replication Service is having trouble enabling replication
  93. from %1 to %2 for %3 using the DNS name %4. FRS will keep retrying.
  94. %n Following are some of the reasons you would see this warning.
  95. %n
  96. %n [1] FRS can not correctly resolve the DNS name %4 from this computer.
  97. %n [2] FRS is not running on %4.
  98. %n [3] The topology information in the Active Directory for this replica has not
  99. yet replicated to all the Domain Controllers.
  100. %n
  101. %n This event log message will appear once per connection, After the problem
  102. is fixed you will see another event log message indicating that the connection
  103. has been established.
  104. .
  105. MessageId=13509 Severity=Warning SymbolicName=EVENT_FRS_LONG_JOIN_DONE
  106. Language=English
  107. The File Replication Service has enabled replication from %1 to %2 for %3
  108. after repeated retries.
  109. .
  110. MessageId=13510 Severity=Error SymbolicName=EVENT_FRS_CANNOT_COMMUNICATE
  111. Language=English
  112. The File Replication Service on the computer %1 cannot communicate with
  113. the File Replication Service on the computer %2.
  114. %n
  115. %nVerify that the computer %2 is up and running.
  116. %n
  117. %nVerify that the File Replication Service is running on %2 by
  118. typing "net start ntfrs" on %2.
  119. %n
  120. %nVerify that the network is functioning between %1 and %2 by
  121. typing "ping %1" on %2 and "ping %2" on %1.
  122. If the pings succeed then retry the failed operation.
  123. If the pings fail then there may be problems with the DNS server.
  124. %n
  125. %nThe DNS server is responsible for mapping computer names to IP addresses.
  126. The commands "ipconfig" and "nslookup" help diagnose problems with the
  127. DNS server.
  128. %n
  129. %nTyping "ipconfig /all" will list the computer's IP address and the IP
  130. address of the computer's DNS servers. Type "ping <DNS server's IP address>"
  131. to verify that a DNS server is available. The DNS mapping for %2 or %1
  132. can be verified by typing "nslookup" and then typing "%2" and then "%1"
  133. on %1 and %2. Be sure to check out the DNS server on both %1 and %2;
  134. a DNS problem on either computer will prevent proper communication.
  135. %n
  136. %nSome network problems between %1 and %2 can be cleared up by flushing
  137. the DNS Resolver Cache. Type "ipconfig /flushdns".
  138. %n
  139. %nSome network problems between %1 and %2 can be cleared up by renewing
  140. the IP address. Type "ipconfig /release" followed by "ipconfig /renew".
  141. %n
  142. %nSome network problems between %1 and %2 can be cleared up by resetting
  143. the computer's DNS entry. Type "net stop NetLogon" followed by
  144. "net start NetLogon".
  145. %n
  146. %nSome problems between %1 and %2 can be cleared up by restarting
  147. the File Replication Service. Type "net stop ntfrs" followed by
  148. "net start ntfrs".
  149. %n
  150. %nSome problems between %1 and %2 can be cleared up by restarting
  151. the computers %1 and %2 AFTER CLOSING RUNNING APPLIATIONS,
  152. especially dcpromo. Click on Start, Shutdown, select Restart, and
  153. click on OK.
  154. %n
  155. %nOther network and computer problems are beyond the scope of
  156. this event log message.
  157. .
  158. MessageId=13511 Severity=Error SymbolicName=EVENT_FRS_DATABASE_SPACE
  159. Language=English
  160. The File Replication Service is stopping on computer %1 because there is no free
  161. space on the volume containing %2.
  162. %n
  163. %nThe available space on the volume can be found by typing
  164. "dir %2".
  165. %n
  166. %nOnce free space is made available on the volume containing %2,
  167. the File Replication Service can be restarted immediately by typing
  168. "net start ntfrs". Otherwise, the File Replication Service will
  169. restart automatically at a later time.
  170. %n
  171. %nFor more information about the automatic restart right click on
  172. My Computer and then click on Manage, System Tools, Services, File
  173. Replication Service, and Recovery.
  174. %n
  175. %nFor more information about managing space on a volume type "copy /?",
  176. "rename /?", "del /?", "rmdir /?", and "dir /?".
  177. .
  178. MessageId=13512 Severity=Warning SymbolicName=EVENT_FRS_DISK_WRITE_CACHE_ENABLED
  179. Language=English
  180. The File Replication Service has detected an enabled disk write cache
  181. on the drive containing the directory %2 on the computer %1.
  182. The File Replication Service might not recover when power to the
  183. drive is interrupted and critical updates are lost.
  184. .
  185. MessageId=13513 Severity=Error SymbolicName=EVENT_FRS_JET_1414
  186. Language=English
  187. The File Replication Service on computer %1 is stopping because the
  188. database %2 is corrupted.
  189. %n
  190. %nThe database can be recovered by typing "esentutl /d %2".
  191. %n
  192. %nOnce the database has been successfully recovered the
  193. File Replication Service can be restarted by typing "net start ntfrs".
  194. .
  195. MessageId=13514 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY
  196. Language=English
  197. File Replication Service is initializing the system volume with data from another
  198. domain controller. Computer %1 cannot become a domain controller until this process
  199. is complete. The system volume will then be shared as SYSVOL.
  200. %n
  201. %nTo check for the SYSVOL share, at the command prompt, type:
  202. %nnet share
  203. %n
  204. %nWhen File Replication Service completes the initialization process, the SYSVOL
  205. share will appear.
  206. %n
  207. %nThe initialization of the system volume can take some time.
  208. The time is dependent on the amount of data in the system volume,
  209. the availability of other domain controllers, and the replication
  210. interval between domain controllers.
  211. .
  212. MessageId=13515 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY_PRIMARY
  213. Language=English
  214. The File Replication Service may be preventing the computer %1 from becoming a
  215. domain controller while the system volume is being initialized and then
  216. shared as SYSVOL.
  217. %n
  218. %nType "net share" to check for the SYSVOL share. The File Replication
  219. Service has stopped preventing the computer from becoming a domain
  220. controller once the SYSVOL share appears.
  221. %n
  222. %nThe initialization of the system volume can take some time.
  223. The time is dependent on the amount of data in the system volume.
  224. %n
  225. %nThe initialization of the system volume can be bypassed by first typing
  226. regedit and setting the value of SysvolReady to 1 and then restarting
  227. the Netlogon service.
  228. %n
  229. %nWARNING - BYPASSING THE SYSTEM VOLUME INITIALIZATION IS NOT RECOMMENDED.
  230. Applications may fail in unexpected ways.
  231. %n
  232. %nThe value SysvolReady is located by clicking on HKEY_LOCAL_MACHINE
  233. and then clicking on System, CurrentControlSet, Services, Netlogon,
  234. and Parameters.
  235. %n
  236. %nThe Netlogon service can be restarted by typing "net stop netlogon"
  237. followed by "net start netlogon".
  238. .
  239. MessageId=13516 Severity=Informational SymbolicName=EVENT_FRS_SYSVOL_READY
  240. Language=English
  241. The File Replication Service is no longer preventing the computer %1 from
  242. becoming a domain controller. The system volume has been successfully
  243. initialized and the Netlogon service has been notified that the system
  244. volume is now ready to be shared as SYSVOL.
  245. %n
  246. %nType "net share" to check for the SYSVOL share.
  247. .
  248. MessageId=13517 Severity=Warning SymbolicName=EVENT_FRS_ACCESS_CHECKS_DISABLED
  249. Language=English
  250. The File Replication Service will not check access to the API "%1".
  251. %n
  252. %nAccess checks can be enabled for "%1" by running regedit.
  253. %n
  254. %nClick on Start, Run, and type regedit.
  255. %n
  256. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  257. Access Checks, "%1", and "%2". Change the string to Enabled.
  258. %n
  259. %nPermissions can be changed by highlighting "%1" and then clicking on the
  260. toolbar option Security and then Permissions...
  261. .
  262. MessageId=13518 Severity=Warning SymbolicName=EVENT_FRS_ACCESS_CHECKS_FAILED_USER
  263. Language=English
  264. The File Replication Service did not grant the user "%3" access to the
  265. API "%1".
  266. %n
  267. %nPermissions for "%1" can be changed by running regedit.
  268. %n
  269. %nClick on Start, Run, and type regedit.
  270. %n
  271. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  272. Access Checks, and highlight "%1".
  273. Click on the toolbar option Security and then Permissions...
  274. %n
  275. %nAccess checks can be disabled for "%1". Double click on "%2" and
  276. change the string to Disabled.
  277. .
  278. MessageId=13519 Severity=Error SymbolicName=EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN
  279. Language=English
  280. The File Replication Service could not grant an unknown user access to the
  281. API "%1".
  282. %n
  283. %nAccess checks can be disabled for "%1" by running regedit.
  284. %n
  285. %nClick on Start, Run, and type regedit.
  286. %n
  287. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  288. Access Checks, "%1", and "%2". Change the string to Disabled.
  289. %n
  290. %nPermissions can be changed by highlighting "%1" and then clicking on the
  291. toolbar option Security and then Permissions...
  292. .
  293. MessageId=13520 Severity=Warning SymbolicName=EVENT_FRS_MOVED_PREEXISTING
  294. Language=English
  295. The File Replication Service moved the preexisting files in %1 to %2.
  296. %n
  297. %nThe File Replication Service may delete the files in %2 at any time.
  298. Files can be saved from deletion by copying them out of %2. Copying
  299. the files into %1 may lead to name conflicts if the files already exist
  300. on some other replicating partner.
  301. %n
  302. %nIn some cases, the File Replication Service may copy a file
  303. from %2 into %1 instead of replicating the file from some other
  304. replicating partner.
  305. %n
  306. %nSpace can be recovered at any time by deleting the files in %2.
  307. .
  308. MessageId=13521 Severity=Error SymbolicName=EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS
  309. Language=English
  310. The File Replication Service cannot enable replication on the comptuer %1
  311. until a backup/restore application completes.
  312. %n
  313. %nA backup/restore application has set a registry key that
  314. prevents the File Replication Service from starting until the registry
  315. key is deleted or the system is rebooted.
  316. %n
  317. %nThe backup/restore application may still be running. Check with your
  318. local administrator before proceeding further.
  319. %n
  320. %nThe computer can be rebooted by clicking on Start, Shutdown, and
  321. selecting Restart.
  322. %n
  323. %nWARNING - DELETING THE REGISTRY KEY IS NOT RECOMMENDED!
  324. Applications may fail in unexpected ways.
  325. %n
  326. %nThe registry key can be deleted by running regedit.
  327. %n
  328. %nClick on Start, Run, and type regedit.
  329. %n
  330. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  331. Backup/Restore,"Stop NtFrs from Starting". On the toolbar, click on Edit and select
  332. Delete. Be careful! Deleting a key other than "Stop NtFrs From Starting"
  333. can have unexpected sideeffects.
  334. .
  335. MessageId=13522 Severity=Warning SymbolicName=EVENT_FRS_STAGING_AREA_FULL
  336. Language=English
  337. The File Replication Service paused because the staging area is full. Staging files
  338. are used to replicate created, deleted or modified files between partners. FRS will
  339. automatically remove least recently used files from this staging area (in the order
  340. of the longest time since the last access) until the amount of space in use has
  341. dropped below 60% of the staging space-limit, after which replication will resume.
  342. %n
  343. %nIf this condition occurs frequently:
  344. %n
  345. %nConfirm that all direct outbound replication partners receiving updates from this
  346. member are online and receiving udpates.
  347. %n
  348. %nVerify that the replication schedule for receiving partners is open or "on" for a
  349. sufficient window of time to accomodate the number of files being replicated.
  350. %n
  351. %nConsider increasing the staging area to improve system performance.
  352. %n
  353. %n
  354. %nThe current value of the staging space limit is %1 KB. To change the staging
  355. space limit, run regedit:
  356. %n
  357. %nClick on Start -> Run and type REGEDT . Expand HKEY_LOCAL_MACHINE, SYSTEM,
  358. CurrentControlSet, Services, NtFrs, Parameters, and the value "Staging Space
  359. Limit in KB".
  360. .
  361. MessageId=13523 Severity=Warning SymbolicName=EVENT_FRS_HUGE_FILE
  362. Language=English
  363. The File Replication Service paused because the size of a file exceeds the
  364. staging space limit. Replication will resume only if the staging space limit
  365. is increased.
  366. %n
  367. %nThe staging space limit is %1 KB and the file size is %2 KB.
  368. %n
  369. %nTo change the staging space limit, run regedit.
  370. %n
  371. %nClick on Start, Run and type regedit.
  372. %n
  373. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  374. and the value "Staging Space Limit in KB".
  375. .
  376. MessageId=13524 Severity=Error SymbolicName=EVENT_FRS_CANNOT_CREATE_UUID
  377. Language=English
  378. The File Replication Service is stopping on the computer %1 because
  379. a universally unique ID (UUID) cannot be created.
  380. %n
  381. %nThe SDK function UuidCreate() returned the error "%2".
  382. %n
  383. %nThe problem may be the lack of an Ethernet address,
  384. token ring address, or network address. The lack of a network
  385. address implies an unsupported netcard.
  386. %n
  387. %nThe File Replication Service will restart automatically at a later time.
  388. For more information about the automatic restart right click on
  389. My Computer and then click on Manage, System Tools, Services,
  390. File Replication Service, and Recovery.
  391. .
  392. MessageId=13525 Severity=Warning SymbolicName=EVENT_FRS_NO_DNS_ATTRIBUTE
  393. Language=English
  394. The File Replication Service cannot find the DNS name for the computer %1
  395. because the "%2" attribute could not be read from the distinguished
  396. name "%3".
  397. %n
  398. %nThe File Replication Service will try using the name "%1" until the
  399. computer's DNS name appears.
  400. .
  401. MessageId=13526 Severity=Error SymbolicName=EVENT_FRS_NO_SID
  402. Language=English
  403. The File Replication Service cannot replicate %1 with the computer
  404. %2 because the computer's SID cannot be determined from the distinguished
  405. name "%3".
  406. %n
  407. %nThe File Replication Service will retry later.
  408. .
  409. MessageId=13527
  410. Severity=Error
  411. Facility=Application
  412. SymbolicName=NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET
  413. Language=English
  414. The RPC binding failed in the Open function of the FileReplicaSet Object. The
  415. counter data for this object will not be available. The FileReplicaSet object
  416. contains the performance counters of the Replica sets whose files are being
  417. replicated by the File Replication Service.
  418. .
  419. MessageId=13528
  420. Severity=Error
  421. Facility=Application
  422. SymbolicName=NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN
  423. Language=English
  424. The RPC binding failed in the Open function of the FileReplicaConn Object. The
  425. counter data for this object will not be available. The FileReplicaConn object
  426. contains the performance counters of the connections over which files are being
  427. replicated by the File Replication Service.
  428. .
  429. MessageId=13529
  430. Severity=Error
  431. Facility=Application
  432. SymbolicName=NTFRSPRF_OPEN_RPC_CALL_ERROR_SET
  433. Language=English
  434. The RPC call failed in the Open function of the FileReplicaSet Object. The
  435. counter data for this object will not be available. The FileReplicaSet object
  436. contains the performance counters of the Replica sets whose files are being
  437. replicated by the File Replication Service.
  438. .
  439. MessageId=13530
  440. Severity=Error
  441. Facility=Application
  442. SymbolicName=NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN
  443. Language=English
  444. The RPC call failed in the Open function of the FileReplicaConn Object. The
  445. counter data for this object will not be available. The FileReplicaConn object
  446. contains the performance counters of the connections over which files are being
  447. replicated by the File Replication Service.
  448. .
  449. MessageId=13531
  450. Severity=Error
  451. Facility=Application
  452. SymbolicName=NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET
  453. Language=English
  454. The RPC binding failed in the Collect function of the FileReplicaSet Object. The
  455. counter data for this object will not be available till the binding succeeds.
  456. The FileReplicaSet object contains the performance counters of the Replica sets
  457. whose files are being replicated by the File Replication Service.
  458. .
  459. MessageId=13532
  460. Severity=Error
  461. Facility=Application
  462. SymbolicName=NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN
  463. Language=English
  464. The RPC binding failed in the Collect function of the FileReplicaConn Object.
  465. The counter data for this object will not be available till the binding
  466. succeeds. The FileReplicaConn object contains the performance counters of the
  467. connections over which files are being replicated by the File Replication
  468. Service.
  469. .
  470. MessageId=13533
  471. Severity=Error
  472. Facility=Application
  473. SymbolicName=NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET
  474. Language=English
  475. The RPC call failed in the Collect function of the FileReplicaSet Object. The
  476. counter data for this object will not be available till the call succeeds. The
  477. FileReplicaSet object contains the performance counters of the Replica sets
  478. whose files are being replicated by the File Replication Service.
  479. .
  480. MessageId=13534
  481. Severity=Error
  482. Facility=Application
  483. SymbolicName=NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN
  484. Language=English
  485. The RPC call failed in the Collect function of the FileReplicaConn Object. The
  486. counter data for this object will not be available till the call succeeds. The
  487. FileReplicaConn object contains the performance counters of the connections over
  488. which files are being replicated by the File Replication Service.
  489. .
  490. MessageId=13535
  491. Severity=Error
  492. Facility=Application
  493. SymbolicName=NTFRSPRF_VIRTUALALLOC_ERROR_SET
  494. Language=English
  495. The call to VirtualAlloc failed in the Open function of the FileReplicaSet
  496. Object. The counter data for this object will not be available. The
  497. FileReplicaSet object contains the performance counters of the Replica sets
  498. whose files are being replicated by the File Replication Service.
  499. .
  500. MessageId=13536
  501. Severity=Error
  502. Facility=Application
  503. SymbolicName=NTFRSPRF_VIRTUALALLOC_ERROR_CONN
  504. Language=English
  505. The call to VirtualAlloc failed in the Open function of the FileReplicaConn
  506. Object. The counter data for this object will not be available. The
  507. FileReplicaConn object contains the performance counters of the connections over
  508. which files are being replicated by the File Replication Service.
  509. .
  510. MessageId=13537
  511. Severity=Error
  512. Facility=Application
  513. SymbolicName=NTFRSPRF_REGISTRY_ERROR_SET
  514. Language=English
  515. The call to the Registry failed in the Open function of the FileReplicaSet
  516. Object. The counter data for this object will not be available. The
  517. FileReplicaSet object contains the performance counters of the Replica sets
  518. whose files are being replicated by the File Replication Service.
  519. .
  520. MessageId=13538
  521. Severity=Error
  522. Facility=Application
  523. SymbolicName=NTFRSPRF_REGISTRY_ERROR_CONN
  524. Language=English
  525. The call to the Registry failed in the Open function of the FileReplicaConn
  526. Object. The counter data for this object will not be available. The
  527. FileReplicaConn object contains the performance counters of the connections over
  528. which files are being replicated by the File Replication Service.
  529. .
  530. MessageId=13539 Severity=Error SymbolicName=EVENT_FRS_ROOT_NOT_VALID
  531. Language=English
  532. The File Replication Service cannot replicate %1 because the
  533. pathname of the replicated directory is not the fully qualified
  534. pathname of an existing, accessible local directory.
  535. .
  536. MessageId=13540 Severity=Error SymbolicName=EVENT_FRS_STAGE_NOT_VALID
  537. Language=English
  538. The File Replication Service cannot replicate %1 because the pathname
  539. of the customer designated staging directory:
  540. %n %2
  541. %n is not the fully qualified pathname of an existing, accessible local directory.
  542. .
  543. MessageId=13541 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_LOGGING
  544. Language=English
  545. The File Replication Service cannot replicate %1 because it overlaps
  546. the File Replication Service's logging pathname %2.
  547. .
  548. MessageId=13542 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_WORKING
  549. Language=English
  550. The File Replication Service cannot replicate %1 because it overlaps
  551. the File Replication Service's working directory %2.
  552. .
  553. MessageId=13543 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_STAGE
  554. Language=English
  555. The File Replication Service cannot replicate %1 because it overlaps
  556. the staging directory %2.
  557. .
  558. MessageId=13544 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_ROOT
  559. Language=English
  560. The File Replication Service cannot replicate %1 because it overlaps
  561. the replicating directory %2.
  562. .
  563. MessageId=13545 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_OTHER_STAGE
  564. Language=English
  565. The File Replication Service cannot replicate %1 because it overlaps
  566. the staging directory %2 of the replicating directory %3.
  567. .
  568. MessageId=13546 Severity=Error SymbolicName=EVENT_FRS_PREPARE_ROOT_FAILED
  569. Language=English
  570. The File Replication Service could not prepare the root directory
  571. %1 for replication. This is likely due to a problem creating the
  572. root directory or a problem removing preexisting files in the root
  573. directory.
  574. %n
  575. %nCheck that the path leading up to the root directory exists and is
  576. accessible.
  577. .
  578. MessageId=13547 Severity=Warning SymbolicName=EVENT_FRS_BAD_REG_DATA
  579. Language=English
  580. The File Replication Service detected an invalid parameter value in the
  581. registry. %1.
  582. %n
  583. %nThe expected registry key name is "%2".
  584. %nThe expected value name is "%3".
  585. %nThe expected registry data type is %4.
  586. %nThe allowed range for this parameter is %5
  587. %nThe data units for this parameter value are %6.
  588. %nThe File Replication Service is using a default value of "%7".
  589. %n
  590. %nTo change this parameter, run regedit.
  591. %n
  592. %nClick on Start, Run and type regedit.
  593. %n
  594. %nExpand HKEY_LOCAL_MACHINE.
  595. %nClick down the key path: "%8"
  596. %nDouble click on the value name -
  597. %n "%9"
  598. %nand update the value.
  599. %nIf the value name is not present you may add it with the New function
  600. under the Edit Menu item. Type the value name exactly as shown above using the
  601. above registry data type. Make sure you observe the data units and allowed range
  602. when entering the value.
  603. .
  604. MessageId=13548 Severity=Error SymbolicName=EVENT_FRS_JOIN_FAIL_TIME_SKEW
  605. Language=English
  606. The File Replication Service is unable to replicate with its partner computer
  607. because the difference in clock times is outside the range of plus or minus
  608. %1 minutes.
  609. %n
  610. %nThe connection to the partner computer is:
  611. %n "%2"
  612. %nThe detected time difference is: %3 minutes.
  613. %n
  614. %nNote: If this time difference is close to a multiple of 60 minutes then it
  615. is likely that either this computer or its partner computer was set to the
  616. incorrect time zone when the computer time was initially set. Check that
  617. the time zone and the system time are correctly set on both computers.
  618. %n
  619. %nIf necessary, the default value used to test for computer time consistency
  620. may be changed in the registry on this computer. (Note: This is not recommended.)
  621. %n
  622. %nTo change this parameter, run regedit.
  623. %n
  624. %nClick on Start, Run and type regedit.
  625. %n
  626. %nExpand HKEY_LOCAL_MACHINE.
  627. %nClick down the key path:
  628. %n "System\CurrentControlSet\Services\NtFrs\Parameters"
  629. %nDouble click on the value name
  630. %n "Partner Clock Skew In Minutes"
  631. %nand update the value.
  632. %n
  633. %nIf the value name is not present you may add it with the New->DWORD Value function
  634. under the Edit Menu item. Type the value name exactly as shown above.
  635. .
  636. MessageId=13549 Severity=Error SymbolicName=EVENT_FRS_RMTCO_TIME_SKEW
  637. Language=English
  638. The File Replication Service is unable to replicate from a partner computer
  639. because the event time associated with the file to be replicated is too far
  640. into the future. It is %1 minutes greater than the current time. This can
  641. happen if the system time on the partner computer was set incorrectly when
  642. the file was created or updated. To preserve the integrity of the replica
  643. set this file update will not be performed or propagated further.
  644. %n
  645. %nThe file name is: "%2"
  646. %nThe connection to the partner computer is:
  647. %n "%3"
  648. %n
  649. %nNote: If this time difference is close to a multiple of 60 minutes then it
  650. is likely that this file may have been created or updated on the partner
  651. computer while the computer was set to the incorrect time zone when its
  652. computer time was initially set. Check that the timezone and time are
  653. correctly set on the partner computer.
  654. .
  655. MessageId=13550 Severity=Error SymbolicName=EVENT_FRS_CANT_OPEN_STAGE
  656. Language=English
  657. The File Replication Service is unable to open the customer designated
  658. staging directory for replica set %1. The path used for the staging
  659. directory is,
  660. %n "%2"
  661. %nThe customer designated root path for this replica set is:
  662. %n "%3"
  663. %n
  664. The service is unable to start replication on this replica set. Among the
  665. possible errors to check are:
  666. %n -- an invalid staging path,
  667. %n -- a missing directory,
  668. %n -- a missing disk volume,
  669. %n -- a file system on the volume that does not support ACLs,
  670. %n -- a sharing conflict on the staging directory with some other application.
  671. %n
  672. %nCorrect the problem and the service will attempt to restart replication
  673. automatically at a later time.
  674. .
  675. MessageId=13551 Severity=Error SymbolicName=EVENT_FRS_CANT_OPEN_PREINSTALL
  676. Language=English
  677. The File Replication Service is unable to open (or create) the pre-install
  678. directory under the customer designated replica tree directory for
  679. replica set %1. The path used for the pre-install
  680. directory is,
  681. %n "%2"
  682. %nThe customer designated root path for this replica set is:
  683. %n "%3"
  684. %n
  685. The service is unable to start replication on this replica set. Among the
  686. possible errors to check are:
  687. %n -- an invalid root path,
  688. %n -- a missing directory,
  689. %n -- a missing disk volume,
  690. %n -- a file system on the volume that does not support NTFS 5.0
  691. %n -- a sharing conflict on the pre-install directory with some other application.
  692. %n
  693. %nCorrect the problem and the service will attempt to restart replication
  694. automatically at a later time.
  695. .
  696. MessageId=13552 Severity=Error SymbolicName=EVENT_FRS_REPLICA_SET_CREATE_FAIL
  697. Language=English
  698. The File Replication Service is unable to add this computer to the following
  699. replica set:
  700. %n "%1"
  701. %n
  702. %nThis could be caused by a number of problems such as:
  703. %n -- an invalid root path,
  704. %n -- a missing directory,
  705. %n -- a missing disk volume,
  706. %n -- a file system on the volume that does not support NTFS 5.0
  707. %n
  708. %nThe information below may help to resolve the problem:
  709. %nComputer DNS name is "%2"
  710. %nReplica set member name is "%3"
  711. %nReplica set root path is "%4"
  712. %nReplica staging directory path is "%5"
  713. %nReplica working directory path is "%6"
  714. %nWindows error status code is %7
  715. %nFRS error status code is %8
  716. %n
  717. %nOther event log messages may also help determine the problem. Correct the
  718. problem and the service will attempt to restart replication automatically at
  719. a later time.
  720. .
  721. MessageId=13553 Severity=Informational SymbolicName=EVENT_FRS_REPLICA_SET_CREATE_OK
  722. Language=English
  723. The File Replication Service successfully added this computer to the following
  724. replica set:
  725. %n "%1"
  726. %n
  727. %nInformation related to this event is shown below:
  728. %nComputer DNS name is "%2"
  729. %nReplica set member name is "%3"
  730. %nReplica set root path is "%4"
  731. %nReplica staging directory path is "%5"
  732. %nReplica working directory path is "%6"
  733. .
  734. MessageId=13554 Severity=Informational SymbolicName=EVENT_FRS_REPLICA_SET_CXTIONS
  735. Language=English
  736. The File Replication Service successfully added the connections shown below
  737. to the replica set:
  738. %n "%1"
  739. %n
  740. %n %2
  741. %n %3
  742. %n %4
  743. %n %5
  744. %n %6
  745. %n %7
  746. %n %8
  747. %n %9
  748. %n
  749. %nMore information may appear in subsequent event log messages.
  750. .
  751. MessageId=13555 Severity=Error SymbolicName=EVENT_FRS_IN_ERROR_STATE
  752. Language=English
  753. The File Replication Service is in an error state. Files will not replicate
  754. to or from one or all of the replica sets on this computer until the
  755. following recovery steps are performed:
  756. %n
  757. %n Recovery Steps:
  758. %n
  759. %n [1] The error state may clear itself if you stop and restart the FRS service.
  760. This can be done by performing the following in a command window:
  761. %n
  762. %n net stop ntfrs
  763. %n net start ntfrs
  764. %n
  765. %nIf this fails to clear up the problem then proceed as follows.
  766. %n
  767. %n [2] For Active Directory Domain Controllers that DO NOT host any DFS
  768. alternates or other replica sets with replication enabled:
  769. %n
  770. %nIf there is at least one other Domain Controller in this domain then
  771. restore the "system state" of this DC from backup (using ntbackup or other
  772. backup-restore utility) and make it non-authoritative.
  773. %n
  774. %nIf there are NO other Domain Controllers in this domain then restore
  775. the "system state" of this DC from backup (using ntbackup or other
  776. backup-restore utility) and choose the Advanced option which marks
  777. the sysvols as primary.
  778. %n
  779. %nIf there are other Domain Controllers in this domain but ALL of
  780. them have this event log message then restore one of them as primary
  781. (data files from primary will replicate everywhere) and the others as
  782. non-authoritative.
  783. %n
  784. %n
  785. %n [3] For Active Directory Domain Controllers that host DFS alternates
  786. or other replica sets with replication enabled:
  787. %n
  788. %n (3-a) If the Dfs alternates on this DC do not have any other replication
  789. partners then copy the data under that Dfs share to a safe location.
  790. %n (3-b) If this server is the only Active Directory Domain Controller for this
  791. domain then, before going to (3-c), make sure this server does not have any
  792. inbound or outbound connections to other servers that were formerly Domain
  793. Controllers for this domain but are now off the net (and will never be
  794. coming back online) or have been fresh installed without being demoted.
  795. To delete connections use the Sites and Services snapin and look for
  796. %nSites->NAME_OF_SITE->Servers->NAME_OF_SERVER->NTDS Settings->CONNECTIONS.
  797. %n (3-c) Restore the "system state" of this DC from backup (using ntbackup
  798. or other backup-restore utility) and make it non-authoritative.
  799. %n (3-d) Copy the data from step (3-a) above to the original location
  800. after the sysvol share is published.
  801. %n
  802. %n
  803. %n [4] For other Windows servers:
  804. %n
  805. %n (4-a) If any of the DFS alternates or other replica sets hosted by
  806. this server do not have any other replication partners then copy the
  807. data under its share or replica tree root to a safe location.
  808. %n (4-b) net stop ntfrs
  809. %n (4-c) rd /s /q %1
  810. %n (4-d) net start ntfrs
  811. %n (4-e) Copy the data from step (4-a) above to the original location after
  812. the service has initialized (5 minutes is a safe waiting time).
  813. %n
  814. %nNote: If this error message is in the eventlog of all the members of a
  815. particular replica set then perform steps (4-a) and (4-e) above on only
  816. one of the members.
  817. .
  818. MessageId=13556 Severity=Error SymbolicName=EVENT_FRS_REPLICA_NO_ROOT_CHANGE
  819. Language=English
  820. The File Replication Service has detected what appears to be an attempt
  821. to change the root path for the following replica set:
  822. %n "%1"
  823. %n
  824. %nThis is not allowed. To perform this operation you must remove this member
  825. from the replica set and add the member back with the new root path.
  826. %n
  827. %nIt is possible that this is a transient error due to Active Directory
  828. replication delays associated with updating FRS configuration objects. If
  829. file replication does not take place after an appropriate waiting time,
  830. which could be several hours if cross site Active Directory replication
  831. is required, you must delete and re-add this member to the replica set.
  832. %n
  833. %nInformation related to this event is shown below:
  834. %nComputer DNS name is "%2"
  835. %nReplica set member name is "%3"
  836. %nThe current Replica set root path is "%4"
  837. %nThe desired new Replica set root path is "%5"
  838. %nReplica staging directory path is "%6"
  839. .
  840. MessageId=13557 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL
  841. Language=English
  842. The File Replication Service has detected a duplicate connection object between
  843. this computer "%6" and a computer named "%1".
  844. %nThis was detected for the following replica set:
  845. %n "%2"
  846. %n
  847. %nThis is not allowed and replication will not occur between these two
  848. computers until the duplicate connection objects are removed.
  849. %n
  850. %nIt is possible that this is a transient error due to Active Directory
  851. replication delays associated with updating FRS configuration objects. If
  852. file replication does not take place after an appropriate waiting time,
  853. which could be several hours if cross site Active Directory replication
  854. is required, you must manually delete the duplicate connection objects by
  855. following the steps below:
  856. %n
  857. %n [1] Start the Active Directory Sites and Services Snapin.
  858. %n [2] Click on "%3, %4, %5, %6, %7".
  859. %n [3] Look for duplicate connections from "%1" in site "%8".
  860. %n [4] Delete all but one of the connections.
  861. .
  862. MessageId=13558 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_IN_CXTION
  863. Language=English
  864. The File Replication Service has detected a duplicate connection object between
  865. this computer "%7" and a computer named "%1".
  866. %nThis was detected for the following replica set:
  867. %n "%2"
  868. %n
  869. %nThis is not allowed and replication will not occur between these two
  870. computers until the duplicate connection objects are removed.
  871. %n
  872. %nIt is possible that this is a transient error due to Active Directory
  873. replication delays associated with updating FRS configuration objects. If
  874. file replication does not take place after an appropriate waiting time,
  875. which could be several hours if cross site Active Directory replication
  876. is required, you must manually delete the duplicate connection objects by
  877. following the steps below:
  878. %n
  879. %n [1] Start the Active Directory Users and Computers Snapin.
  880. %n [2] Click the view button and advanced features to display the system node.
  881. %n [3] Click on "%3, %4, %5".
  882. %n [4] Under "%5" you will see one or more DFS related replica set objects.
  883. Look for the FRS member object "%6" under the subtree for replica set "%2".
  884. %n [5] Under "%6" look for duplicate connections from "%1".
  885. %n [6] Delete all but one of the connections.
  886. .
  887. MessageId=13559 Severity=Error SymbolicName=EVENT_FRS_ROOT_HAS_MOVED
  888. Language=English
  889. The File Replication Service has detected that the replica root path has changed
  890. from "%2" to "%3". If this is an intentional move then a file with the name
  891. NTFRS_CMD_FILE_MOVE_ROOT needs to be created under the new root path.
  892. %nThis was detected for the following replica set:
  893. %n "%1"
  894. %n
  895. %nChanging the replica root path is a two step process which is triggered by
  896. the creation of the NTFRS_CMD_FILE_MOVE_ROOT file.
  897. %n
  898. %n [1] At the first poll which will occur in %4 minutes this computer will be
  899. deleted from the replica set.
  900. %n [2] At the poll following the deletion this computer will be re-added to the
  901. replica set with the new root path. This re-addition will trigger a full tree
  902. sync for the replica set. At the end of the sync all the files will be at the new
  903. location. The files may or may not be deleted from the old location depending on whether
  904. they are needed or not.
  905. .
  906. MessageId=13560 Severity=Warning SymbolicName=EVENT_FRS_ERROR_REPLICA_SET_DELETED
  907. Language=English
  908. The File Replication Service is deleting this computer from the replica set "%1" as an attempt to
  909. recover from the error state,
  910. %n Error status = %2
  911. %n At the next poll, which will occur in %3 minutes, this computer will be re-added to the
  912. replica set. The re-addition will trigger a full tree sync for the replica set.
  913. .
  914. MessageId=13561 Severity=Error SymbolicName=EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR
  915. Language=English
  916. The File Replication Service has detected that the replica set "%1" is in JRNL_WRAP_ERROR.
  917. %n
  918. %n Replica set name is : "%1"
  919. %n Replica root path is : "%2"
  920. %n Replica root volume is : "%3"
  921. %n
  922. A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.
  923. This can occur because of one of the following reasons.
  924. %n
  925. %n [1] Volume "%3" has been formatted.
  926. %n [2] The NTFS USN journal on volume "%3" has been deleted.
  927. %n [3] The NTFS USN journal on volume "%3" has been truncated. Chkdsk can truncate
  928. the journal if it finds corrupt entries at the end of the journal.
  929. %n [4] File Replication Service was not running on this computer for a long time.
  930. %n [5] File Replication Service could not keep up with the rate of Disk IO activity on "%3".
  931. %n
  932. %n Following recovery steps will be taken to automatically recover from this error state.
  933. %n [1] At the first poll which will occur in %4 minutes this computer will be
  934. deleted from the replica set.
  935. %n [2] At the poll following the deletion this computer will be re-added to the
  936. replica set. The re-addition will trigger a full tree sync for the replica set.
  937. .
  938. MessageId=13562 Severity=Warning SymbolicName=EVENT_FRS_DS_POLL_ERROR_SUMMARY
  939. Language=English
  940. Following is the summary of warnings and errors encountered by File Replication Service
  941. while polling the Domain Controller %1 for FRS replica set configuration information.
  942. %n
  943. %n %2
  944. %n
  945. .
  946. MessageId=13563 Severity=Warning SymbolicName=EVENT_FRS_STAGE_HAS_CHANGED
  947. Language=English
  948. The File Replication Service has detected that the staging path for the replica set %1
  949. has changed.
  950. %n
  951. %n Current staging path = %2
  952. %n New staging path = %3
  953. %n
  954. %n The service will start using the new staging path after it restarts.
  955. The service is set to restart after every reboot. It is recommended that you manually
  956. restart the service to prevent loss of data in the staging directory. To manually restart
  957. the service do the following:
  958. %n
  959. %n [1] Run "net stop ntfrs" or use the Services snapin to stop File Replication Service.
  960. %n [2] Move all the staging files corresponding to replica set %1 to the new staging
  961. location. If more than one replica set are sharing the current staging directory then it
  962. is safer to copy the staging files to the new staging directory.
  963. %n [3] Run "net start ntfrs" or use the Services snapin to start File Replication Service.
  964. followed by "net start ntfrs".
  965. %n
  966. .
  967. MessageId=13564 Severity=Warning SymbolicName=EVENT_FRS_LOG_SPACE
  968. Language=English
  969. The File Replication Service has detected that the volume holding the FRS debug logs
  970. is running out of disk space. This will not affect replication unless this volume hosts
  971. database, staging, or replica root paths as well.
  972. %n
  973. %n Path to the logs directory = %1
  974. %n
  975. %n You can change the number and size of logs by adjusting the following registry values.
  976. Sample values are shown below. These values are under the registry key "HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/
  977. Services/NtFrs/Parameters
  978. %n
  979. %n Debug Log Files REG_DWORD 0x5
  980. %n Debug Log Severity REG_DWORD 0x2
  981. %n Debug Maximum Log Messages REG_DWORD 0x2710
  982. %n
  983. %n You can also change the path to the logs directory by changing the following value at the
  984. same location.
  985. %n
  986. %n Debug Log File REG_SZ %windir%\debug
  987. %n
  988. %n Changes to the registry values will take affect at the next polling cycle.
  989. %n
  990. .
  991. MessageId=13565 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY_2
  992. Language=English
  993. File Replication Service is initializing the system volume with data from another
  994. domain controller. Computer %1 cannot become a domain controller until this process
  995. is complete. The system volume will then be shared as SYSVOL.
  996. %n
  997. %nTo check for the SYSVOL share, at the command prompt, type:
  998. %nnet share
  999. %n
  1000. %nWhen File Replication Service completes the initialization process, the SYSVOL
  1001. share will appear.
  1002. %n
  1003. %nThe initialization of the system volume can take some time.
  1004. The time is dependent on the amount of data in the system volume,
  1005. the availability of other domain controllers, and the replication
  1006. interval between domain controllers.
  1007. .
  1008. MessageId=13566 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY_PRIMARY_2
  1009. Language=English
  1010. File Replication Service is scanning the data in the system volume. Computer %1
  1011. cannot become a domain controller until this process is complete.
  1012. The system volume will then be shared as SYSVOL.
  1013. %n
  1014. %nTo check for the SYSVOL share, at the command prompt, type:
  1015. %nnet share
  1016. %n
  1017. %nWhen File Replication Service completes the scanning process, the SYSVOL
  1018. share will appear.
  1019. %n
  1020. %nThe initialization of the system volume can take some time.
  1021. The time is dependent on the amount of data in the system volume.
  1022. .
  1023. MessageId=13567 Severity=Warning SymbolicName=EVENT_FRS_FILE_UPDATES_SUPPRESSED
  1024. Language=English
  1025. File Replication Service has detected and suppressed an average of %1 or more file updates
  1026. every hour for the last %2 hours because the updates did not change the contents of
  1027. the file. The tracking records in FRS debug logs will have the filename and event time
  1028. for the suppressed updates. The tracking records have the date and time followed by :T:
  1029. as their prefix.
  1030. %n
  1031. %nUpdates that do not change the content of the file are suppressed to prevent
  1032. unnecessary replication traffic. Following are common examples of updates that do not
  1033. change the contents of the file.
  1034. %n
  1035. %n [1] Overwriting a file with a copy of the same file.
  1036. %n [2] Setting the same ACLs on a file multiple times.
  1037. %n [3] Restoring an identical copy of the file over an existing one.
  1038. %n
  1039. %nSuppression of updates can be disabled by running regedit.
  1040. %n
  1041. %nClick on Start, Run and type regedit.
  1042. %n
  1043. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  1044. and create or update the value "Suppress Identical Updates To Files" to 0 (Default is 1) to force
  1045. identical updates to replicate.
  1046. .
  1047. MessageId=13568 Severity=Error SymbolicName=EVENT_FRS_REPLICA_IN_JRNL_WRAP_NO_AUTO_RESTORE
  1048. Language=English
  1049. The File Replication Service has detected that the replica set "%1" is in JRNL_WRAP_ERROR.
  1050. %n
  1051. %n Replica set name is : "%1"
  1052. %n Replica root path is : "%2"
  1053. %n Replica root volume is : "%3"
  1054. %n
  1055. A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read
  1056. from the NTFS USN journal is not found. This can occur because of one of the
  1057. following reasons.
  1058. %n
  1059. %n [1] Volume "%3" has been formatted.
  1060. %n [2] The NTFS USN journal on volume "%3" has been deleted.
  1061. %n [3] The NTFS USN journal on volume "%3" has been truncated. Chkdsk can truncate
  1062. the journal if it finds corrupt entries at the end of the journal.
  1063. %n [4] File Replication Service was not running on this computer for a long time.
  1064. %n [5] File Replication Service could not keep up with the rate of Disk IO activity on "%3".
  1065. %n
  1066. Setting the "Enable Journal Wrap Automatic Restore" registry parameter to 1 will
  1067. cause the following recovery steps to be taken to automatically recover from
  1068. this error state.
  1069. %n [1] At the first poll, which will occur in %4 minutes, this computer will be
  1070. deleted from the replica set. If you do not want to wait %4 minutes, then
  1071. run "net stop ntfrs" followed by "net start ntfrs" to restart the File
  1072. Replication Service.
  1073. %n [2] At the poll following the deletion this computer will be re-added to the
  1074. replica set. The re-addition will trigger a full tree sync for the replica set.
  1075. %n
  1076. %nWARNING: During the recovery process data in the replica tree may be unavailable.
  1077. You should reset the registry parameter described above to 0 to prevent
  1078. automatic recovery from making the data unexpectedly unavailable if this
  1079. error condition occurs again.
  1080. %n
  1081. %nTo change this registry parameter, run regedit.
  1082. %n
  1083. %nClick on Start, Run and type regedit.
  1084. %n
  1085. %nExpand HKEY_LOCAL_MACHINE.
  1086. %nClick down the key path:
  1087. %n "System\CurrentControlSet\Services\NtFrs\Parameters"
  1088. %nDouble click on the value name
  1089. %n "Enable Journal Wrap Automatic Restore"
  1090. %nand update the value.
  1091. %n
  1092. %nIf the value name is not present you may add it with the New->DWORD Value function
  1093. under the Edit Menu item. Type the value name exactly as shown above.
  1094. .
  1095. MessageId=13569 Severity=Error SymbolicName=EVENT_FRS_FILES_SKIPPED_DURING_PRIMARY_LOAD
  1096. Language=English
  1097. The File Replication Service has skipped one or more files and/or directories during primary load
  1098. of the following replica set. The skipped files will not replicate to other members
  1099. of the replica set.
  1100. %n
  1101. %n Replica set name is : "%1"
  1102. %n
  1103. %n
  1104. A list of all the files skipped can be found at the following location. If a directory
  1105. is skipped then all files under the directory are also skipped.
  1106. %n
  1107. %n Skipped file list : "%2"
  1108. %n
  1109. %n
  1110. Files are skipped during primary load if FRS is not able to open the file. Check if these
  1111. files are open. These files will replicate the next time they are modified.
  1112. .
  1113. MessageId=13570 Severity=Error SymbolicName=EVENT_FRS_OUT_OF_DISK_SPACE
  1114. Language=English
  1115. The File Replication Service has detected that the volume hosting the path
  1116. %1 is low on disk space. Files may not replicate until disk space is
  1117. made available on this volume.
  1118. %n
  1119. %nThe available space on the volume can be found by typing
  1120. "dir /a %1".
  1121. %n
  1122. %nFor more information about managing space on a volume type "copy /?",
  1123. "rename /?", "del /?", "rmdir /?", and "dir /?".
  1124. .
  1125. MessageId=13571 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_VSN
  1126. Language=English
  1127. The File Replication Service has detected that one or more volumes on
  1128. this computer have the same Volume Serial Number. File Replication
  1129. Service does not support this configuration. Files may not replicate
  1130. until this conflict is resolved.
  1131. %n
  1132. %n Volume Serial Number : %1
  1133. %n List of volumes that have this Volume Serial Number: %2
  1134. %n
  1135. %n The output of "dir" command displays the Volume Serial Number
  1136. before listing the contents of the folder.
  1137. %n
  1138. .
  1139. MessageId=13572 Severity=Error SymbolicName=EVENT_FRS_BAD_DEBUG_DIR
  1140. Language=English
  1141. The File Replication Service was unable to create the directory "%1" to store debug log files.
  1142. %n
  1143. %n If this directory does not exist then FRS will be unable to write debug logs. Missing debug logs make it difficult, if not impossible, to diagnose FRS problems.
  1144. %n
  1145. .
  1146. ;
  1147. ;#endif // _NTFRSRES_
  1148. ;