Source code of Windows XP (NT5)
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.

1075 lines
40 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 /l%3 /s%4".
  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.
  338. Replication will resume if staging space becomes available or if the
  339. staging space limit is increased.
  340. %n
  341. %nThe current value of the staging space limit is %1 KB.
  342. %n
  343. %nTo change the staging space limit, run regedit.
  344. %n
  345. %nClick on Start, Run and type regedit.
  346. %n
  347. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  348. and the value "Staging Space Limit in KB".
  349. .
  350. MessageId=13523 Severity=Warning SymbolicName=EVENT_FRS_HUGE_FILE
  351. Language=English
  352. The File Replication Service paused because the size of a file exceeds the
  353. staging space limit. Replication will resume only if the staging space limit
  354. is increased.
  355. %n
  356. %nThe staging space limit is %1 KB and the file size is %2 KB.
  357. %n
  358. %nTo change the staging space limit, run regedit.
  359. %n
  360. %nClick on Start, Run and type regedit.
  361. %n
  362. %nExpand HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, NtFrs, Parameters,
  363. and the value "Staging Space Limit in KB".
  364. .
  365. MessageId=13524 Severity=Error SymbolicName=EVENT_FRS_CANNOT_CREATE_UUID
  366. Language=English
  367. The File Replication Service is stopping on the computer %1 because
  368. a universally unique ID (UUID) cannot be created.
  369. %n
  370. %nThe SDK function UuidCreate() returned the error "%2".
  371. %n
  372. %nThe problem may be the lack of an Ethernet address,
  373. token ring address, or network address. The lack of a network
  374. address implies an unsupported netcard.
  375. %n
  376. %nThe File Replication Service will restart automatically at a later time.
  377. For more information about the automatic restart right click on
  378. My Computer and then click on Manage, System Tools, Services,
  379. File Replication Service, and Recovery.
  380. .
  381. MessageId=13525 Severity=Warning SymbolicName=EVENT_FRS_NO_DNS_ATTRIBUTE
  382. Language=English
  383. The File Replication Service cannot find the DNS name for the computer %1
  384. because the "%2" attribute could not be read from the distinguished
  385. name "%3".
  386. %n
  387. %nThe File Replication Service will try using the name "%1" until the
  388. computer's DNS name appears.
  389. .
  390. MessageId=13526 Severity=Error SymbolicName=EVENT_FRS_NO_SID
  391. Language=English
  392. The File Replication Service cannot replicate %1 with the computer
  393. %2 because the computer's SID cannot be determined from the distinguished
  394. name "%3".
  395. %n
  396. %nThe File Replication Service will retry later.
  397. .
  398. MessageId=13527
  399. Severity=Error
  400. Facility=Application
  401. SymbolicName=NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET
  402. Language=English
  403. The RPC binding failed in the Open function of the FileReplicaSet Object. The
  404. counter data for this object will not be available. The FileReplicaSet object
  405. contains the performance counters of the Replica sets whose files are being
  406. replicated by the File Replication Service.
  407. .
  408. MessageId=13528
  409. Severity=Error
  410. Facility=Application
  411. SymbolicName=NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN
  412. Language=English
  413. The RPC binding failed in the Open function of the FileReplicaConn Object. The
  414. counter data for this object will not be available. The FileReplicaConn object
  415. contains the performance counters of the connections over which files are being
  416. replicated by the File Replication Service.
  417. .
  418. MessageId=13529
  419. Severity=Error
  420. Facility=Application
  421. SymbolicName=NTFRSPRF_OPEN_RPC_CALL_ERROR_SET
  422. Language=English
  423. The RPC call failed in the Open function of the FileReplicaSet Object. The
  424. counter data for this object will not be available. The FileReplicaSet object
  425. contains the performance counters of the Replica sets whose files are being
  426. replicated by the File Replication Service.
  427. .
  428. MessageId=13530
  429. Severity=Error
  430. Facility=Application
  431. SymbolicName=NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN
  432. Language=English
  433. The RPC call failed in the Open function of the FileReplicaConn Object. The
  434. counter data for this object will not be available. The FileReplicaConn object
  435. contains the performance counters of the connections over which files are being
  436. replicated by the File Replication Service.
  437. .
  438. MessageId=13531
  439. Severity=Error
  440. Facility=Application
  441. SymbolicName=NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET
  442. Language=English
  443. The RPC binding failed in the Collect function of the FileReplicaSet Object. The
  444. counter data for this object will not be available till the binding succeeds.
  445. The FileReplicaSet object contains the performance counters of the Replica sets
  446. whose files are being replicated by the File Replication Service.
  447. .
  448. MessageId=13532
  449. Severity=Error
  450. Facility=Application
  451. SymbolicName=NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN
  452. Language=English
  453. The RPC binding failed in the Collect function of the FileReplicaConn Object.
  454. The counter data for this object will not be available till the binding
  455. succeeds. The FileReplicaConn object contains the performance counters of the
  456. connections over which files are being replicated by the File Replication
  457. Service.
  458. .
  459. MessageId=13533
  460. Severity=Error
  461. Facility=Application
  462. SymbolicName=NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET
  463. Language=English
  464. The RPC call failed in the Collect function of the FileReplicaSet Object. The
  465. counter data for this object will not be available till the call succeeds. The
  466. FileReplicaSet object contains the performance counters of the Replica sets
  467. whose files are being replicated by the File Replication Service.
  468. .
  469. MessageId=13534
  470. Severity=Error
  471. Facility=Application
  472. SymbolicName=NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN
  473. Language=English
  474. The RPC call failed in the Collect function of the FileReplicaConn Object. The
  475. counter data for this object will not be available till the call succeeds. The
  476. FileReplicaConn object contains the performance counters of the connections over
  477. which files are being replicated by the File Replication Service.
  478. .
  479. MessageId=13535
  480. Severity=Error
  481. Facility=Application
  482. SymbolicName=NTFRSPRF_VIRTUALALLOC_ERROR_SET
  483. Language=English
  484. The call to VirtualAlloc failed in the Open function of the FileReplicaSet
  485. Object. The counter data for this object will not be available. The
  486. FileReplicaSet object contains the performance counters of the Replica sets
  487. whose files are being replicated by the File Replication Service.
  488. .
  489. MessageId=13536
  490. Severity=Error
  491. Facility=Application
  492. SymbolicName=NTFRSPRF_VIRTUALALLOC_ERROR_CONN
  493. Language=English
  494. The call to VirtualAlloc failed in the Open function of the FileReplicaConn
  495. Object. The counter data for this object will not be available. The
  496. FileReplicaConn object contains the performance counters of the connections over
  497. which files are being replicated by the File Replication Service.
  498. .
  499. MessageId=13537
  500. Severity=Error
  501. Facility=Application
  502. SymbolicName=NTFRSPRF_REGISTRY_ERROR_SET
  503. Language=English
  504. The call to the Registry failed in the Open function of the FileReplicaSet
  505. Object. The counter data for this object will not be available. The
  506. FileReplicaSet object contains the performance counters of the Replica sets
  507. whose files are being replicated by the File Replication Service.
  508. .
  509. MessageId=13538
  510. Severity=Error
  511. Facility=Application
  512. SymbolicName=NTFRSPRF_REGISTRY_ERROR_CONN
  513. Language=English
  514. The call to the Registry failed in the Open function of the FileReplicaConn
  515. Object. The counter data for this object will not be available. The
  516. FileReplicaConn object contains the performance counters of the connections over
  517. which files are being replicated by the File Replication Service.
  518. .
  519. MessageId=13539 Severity=Error SymbolicName=EVENT_FRS_ROOT_NOT_VALID
  520. Language=English
  521. The File Replication Service cannot replicate %1 because the
  522. pathname of the replicated directory is not the fully qualified
  523. pathname of an existing, accessible local directory.
  524. .
  525. MessageId=13540 Severity=Error SymbolicName=EVENT_FRS_STAGE_NOT_VALID
  526. Language=English
  527. The File Replication Service cannot replicate %1 because the pathname
  528. of the customer designated staging directory:
  529. %n %2
  530. %n is not the fully qualified pathname of an existing, accessible local directory.
  531. .
  532. MessageId=13541 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_LOGGING
  533. Language=English
  534. The File Replication Service cannot replicate %1 because it overlaps
  535. the File Replication Service's logging pathname %2.
  536. .
  537. MessageId=13542 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_WORKING
  538. Language=English
  539. The File Replication Service cannot replicate %1 because it overlaps
  540. the File Replication Service's working directory %2.
  541. .
  542. MessageId=13543 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_STAGE
  543. Language=English
  544. The File Replication Service cannot replicate %1 because it overlaps
  545. the staging directory %2.
  546. .
  547. MessageId=13544 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_ROOT
  548. Language=English
  549. The File Replication Service cannot replicate %1 because it overlaps
  550. the replicating directory %2.
  551. .
  552. MessageId=13545 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_OTHER_STAGE
  553. Language=English
  554. The File Replication Service cannot replicate %1 because it overlaps
  555. the staging directory %2 of the replicating directory %3.
  556. .
  557. MessageId=13546 Severity=Error SymbolicName=EVENT_FRS_PREPARE_ROOT_FAILED
  558. Language=English
  559. The File Replication Service could not prepare the root directory
  560. %1 for replication. This is likely due to a problem creating the
  561. root directory or a problem removing preexisting files in the root
  562. directory.
  563. %n
  564. %nCheck that the path leading up to the root directory exists and is
  565. accessible.
  566. .
  567. MessageId=13547 Severity=Warning SymbolicName=EVENT_FRS_BAD_REG_DATA
  568. Language=English
  569. The File Replication Service detected an invalid parameter value in the
  570. registry. %1.
  571. %n
  572. %nThe expected registry key name is "%2".
  573. %nThe expected value name is "%3".
  574. %nThe expected registry data type is %4.
  575. %nThe allowed range for this parameter is %5
  576. %nThe data units for this parameter value are %6.
  577. %nThe File Replication Service is using a default value of "%7".
  578. %n
  579. %nTo change this parameter, run regedit.
  580. %n
  581. %nClick on Start, Run and type regedit.
  582. %n
  583. %nExpand HKEY_LOCAL_MACHINE.
  584. %nClick down the key path: "%8"
  585. %nDouble click on the value name -
  586. %n "%9"
  587. %nand update the value.
  588. %nIf the value name is not present you may add it with the Add Value function
  589. under the Edit Menu item. Type the value name exactly as shown above using the
  590. above registry data type. Make sure you observe the data units and allowed range
  591. when entering the value.
  592. .
  593. MessageId=13548 Severity=Error SymbolicName=EVENT_FRS_JOIN_FAIL_TIME_SKEW
  594. Language=English
  595. The File Replication Service is unable to replicate with its partner computer
  596. because the difference in clock times is outside the range of plus or minus
  597. %1 minutes.
  598. %n
  599. %nThe connection to the partner computer is:
  600. %n "%2"
  601. %nThe detected time difference is: %3 minutes.
  602. %n
  603. %nNote: If this time difference is close to a multiple of 60 minutes then it
  604. is likely that either this computer or its partner computer was set to the
  605. incorrect time zone when the computer time was initially set. Check that
  606. the time zone and the system time are correctly set on both computers.
  607. %n
  608. %nIf necessary, the default value used to test for computer time consistency
  609. may be changed in the registry on this computer. (Note: This is not recommended.)
  610. %n
  611. %nTo change this parameter, run regedit.
  612. %n
  613. %nClick on Start, Run and type regedit.
  614. %n
  615. %nExpand HKEY_LOCAL_MACHINE.
  616. %nClick down the key path:
  617. %n "System\CurrentControlSet\Services\NtFrs\Parameters"
  618. %nDouble click on the value name
  619. %n "Partner Clock Skew In Minutes"
  620. %nand update the value.
  621. %n
  622. %nIf the value name is not present you may add it with the Add Value function
  623. under the Edit Menu item. Type the value name exactly as shown above using the
  624. the registry data type REG_DWORD.
  625. .
  626. MessageId=13549 Severity=Error SymbolicName=EVENT_FRS_RMTCO_TIME_SKEW
  627. Language=English
  628. The File Replication Service is unable to replicate from a partner computer
  629. because the event time associated with the file to be replicated is too far
  630. into the future. It is %1 minutes greater than the current time. This can
  631. happen if the system time on the partner computer was set incorrectly when
  632. the file was created or updated. To preserve the integrity of the replica
  633. set this file update will not be performed or propagated further.
  634. %n
  635. %nThe file name is: "%2"
  636. %nThe connection to the partner computer is:
  637. %n "%3"
  638. %n
  639. %nNote: If this time difference is close to a multiple of 60 minutes then it
  640. is likely that this file may have been created or updated on the partner
  641. computer while the computer was set to the incorrect time zone when its
  642. computer time was initially set. Check that the timezone and time are
  643. correctly set on the partner computer.
  644. .
  645. MessageId=13550 Severity=Error SymbolicName=EVENT_FRS_CANT_OPEN_STAGE
  646. Language=English
  647. The File Replication Service is unable to open the customer designated
  648. staging directory for replica set %1. The path used for the staging
  649. directory is,
  650. %n "%2"
  651. %nThe customer designated root path for this replica set is:
  652. %n "%3"
  653. %n
  654. The service is unable to start replication on this replica set. Among the
  655. possible errors to check are:
  656. %n -- an invalid staging path,
  657. %n -- a missing directory,
  658. %n -- a missing disk volume,
  659. %n -- a file system on the volume that does not support ACLs,
  660. %n -- a sharing conflict on the staging directory with some other application.
  661. %n
  662. %nCorrect the problem and the service will attempt to restart replication
  663. automatically at a later time.
  664. .
  665. MessageId=13551 Severity=Error SymbolicName=EVENT_FRS_CANT_OPEN_PREINSTALL
  666. Language=English
  667. The File Replication Service is unable to open (or create) the pre-install
  668. directory under the customer designated replica tree directory for
  669. replica set %1. The path used for the pre-install
  670. directory is,
  671. %n "%2"
  672. %nThe customer designated root path for this replica set is:
  673. %n "%3"
  674. %n
  675. The service is unable to start replication on this replica set. Among the
  676. possible errors to check are:
  677. %n -- an invalid root path,
  678. %n -- a missing directory,
  679. %n -- a missing disk volume,
  680. %n -- a file system on the volume that does not support NTFS 5.0
  681. %n -- a sharing conflict on the pre-install directory with some other application.
  682. %n
  683. %nCorrect the problem and the service will attempt to restart replication
  684. automatically at a later time.
  685. .
  686. MessageId=13552 Severity=Error SymbolicName=EVENT_FRS_REPLICA_SET_CREATE_FAIL
  687. Language=English
  688. The File Replication Service is unable to add this computer to the following
  689. replica set:
  690. %n "%1"
  691. %n
  692. %nThis could be caused by a number of problems such as:
  693. %n -- an invalid root path,
  694. %n -- a missing directory,
  695. %n -- a missing disk volume,
  696. %n -- a file system on the volume that does not support NTFS 5.0
  697. %n
  698. %nThe information below may help to resolve the problem:
  699. %nComputer DNS name is "%2"
  700. %nReplica set member name is "%3"
  701. %nReplica set root path is "%4"
  702. %nReplica staging directory path is "%5"
  703. %nReplica working directory path is "%6"
  704. %nWindows error status code is %7
  705. %nFRS error status code is %8
  706. %n
  707. %nOther event log messages may also help determine the problem. Correct the
  708. problem and the service will attempt to restart replication automatically at
  709. a later time.
  710. .
  711. MessageId=13553 Severity=Informational SymbolicName=EVENT_FRS_REPLICA_SET_CREATE_OK
  712. Language=English
  713. The File Replication Service successfully added this computer to the following
  714. replica set:
  715. %n "%1"
  716. %n
  717. %nInformation related to this event is shown below:
  718. %nComputer DNS name is "%2"
  719. %nReplica set member name is "%3"
  720. %nReplica set root path is "%4"
  721. %nReplica staging directory path is "%5"
  722. %nReplica working directory path is "%6"
  723. .
  724. MessageId=13554 Severity=Informational SymbolicName=EVENT_FRS_REPLICA_SET_CXTIONS
  725. Language=English
  726. The File Replication Service successfully added the connections shown below
  727. to the replica set:
  728. %n "%1"
  729. %n
  730. %n %2
  731. %n %3
  732. %n %4
  733. %n %5
  734. %n %6
  735. %n %7
  736. %n %8
  737. %n %9
  738. %n
  739. %nMore information may appear in subsequent event log messages.
  740. .
  741. MessageId=13555 Severity=Error SymbolicName=EVENT_FRS_IN_ERROR_STATE
  742. Language=English
  743. The File Replication Service is in an error state. Files will not replicate
  744. to or from one or all of the replica sets on this computer until the
  745. following recovery steps are performed:
  746. %n
  747. %n Recovery Steps:
  748. %n
  749. %n [1] The error state may clear itself if you stop and restart the FRS service.
  750. This can be done by performing the following in a command window:
  751. %n
  752. %n net stop ntfrs
  753. %n net start ntfrs
  754. %n
  755. %nIf this fails to clear up the problem then proceed as follows.
  756. %n
  757. %n [2] For Active Directory Domain Controllers that DO NOT host any DFS
  758. alternates or other replica sets with replication enabled:
  759. %n
  760. %nIf there is at least one other Domain Controller in this domain then
  761. restore the "system state" of this DC from backup (using ntbackup or other
  762. backup-restore utility) and make it non-authoritative.
  763. %n
  764. %nIf there are NO other Domain Controllers in this domain then restore
  765. the "system state" of this DC from backup (using ntbackup or other
  766. backup-restore utility) and choose the Advanced option which marks
  767. the sysvols as primary.
  768. %n
  769. %nIf there are other Domain Controllers in this domain but ALL of
  770. them have this event log message then restore one of them as primary
  771. (data files from primary will replicate everywhere) and the others as
  772. non-authoritative.
  773. %n
  774. %n
  775. %n [3] For Active Directory Domain Controllers that host DFS alternates
  776. or other replica sets with replication enabled:
  777. %n
  778. %n (3-a) If the Dfs alternates on this DC do not have any other replication
  779. partners then copy the data under that Dfs share to a safe location.
  780. %n (3-b) If this server is the only Active Directory Domain Controller for this
  781. domain then, before going to (3-c), make sure this server does not have any
  782. inbound or outbound connections to other servers that were formerly Domain
  783. Controllers for this domain but are now off the net (and will never be
  784. coming back online) or have been fresh installed without being demoted.
  785. To delete connections use the Sites and Services snapin and look for
  786. %nSites->NAME_OF_SITE->Servers->NAME_OF_SERVER->NTDS Settings->CONNECTIONS.
  787. %n (3-c) Restore the "system state" of this DC from backup (using ntbackup
  788. or other backup-restore utility) and make it non-authoritative.
  789. %n (3-d) Copy the data from step (3-a) above to the original location
  790. after the sysvol share is published.
  791. %n
  792. %n
  793. %n [4] For other Windows 2000 servers:
  794. %n
  795. %n (4-a) If any of the DFS alternates or other replica sets hosted by
  796. this server do not have any other replication partners then copy the
  797. data under its share or replica tree root to a safe location.
  798. %n (4-b) net stop ntfrs
  799. %n (4-c) rd /s /q %1
  800. %n (4-d) net start ntfrs
  801. %n (4-e) Copy the data from step (4-a) above to the original location after
  802. the service has initialized (5 minutes is a safe waiting time).
  803. %n
  804. %nNote: If this error message is in the eventlog of all the members of a
  805. particular replica set then perform steps (4-a) and (4-e) above on only
  806. one of the members.
  807. .
  808. MessageId=13556 Severity=Error SymbolicName=EVENT_FRS_REPLICA_NO_ROOT_CHANGE
  809. Language=English
  810. The File Replication Service has detected what appears to be an attempt
  811. to change the root path for the following replica set:
  812. %n "%1"
  813. %n
  814. %nThis is not allowed. To perform this operation you must remove this member
  815. from the replica set and add the member back with the new root path.
  816. %n
  817. %nIt is possible that this is a transient error due to Active Directory
  818. replication delays associated with updating FRS configuration objects. If
  819. file replication does not take place after an appropriate waiting time,
  820. which could be several hours if cross site Active Directory replication
  821. is required, you must delete and re-add this member to the replica set.
  822. %n
  823. %nInformation related to this event is shown below:
  824. %nComputer DNS name is "%2"
  825. %nReplica set member name is "%3"
  826. %nThe current Replica set root path is "%4"
  827. %nThe desired new Replica set root path is "%5"
  828. %nReplica staging directory path is "%6"
  829. .
  830. MessageId=13557 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL
  831. Language=English
  832. The File Replication Service has detected a duplicate connection object between
  833. this computer "%6" and a computer named "%1".
  834. %nThis was detected for the following replica set:
  835. %n "%2"
  836. %n
  837. %nThis is not allowed and replication will not occur between these two
  838. computers until the duplicate connection objects are removed.
  839. %n
  840. %nIt is possible that this is a transient error due to Active Directory
  841. replication delays associated with updating FRS configuration objects. If
  842. file replication does not take place after an appropriate waiting time,
  843. which could be several hours if cross site Active Directory replication
  844. is required, you must manually delete the duplicate connection objects by
  845. following the steps below:
  846. %n
  847. %n [1] Start the Active Directory Sites and Services Snapin.
  848. %n [2] Click on "%3, %4, %5, %6, %7".
  849. %n [3] Look for duplicate connections from "%1" in site "%8".
  850. %n [4] Delete all but one of the connections.
  851. .
  852. MessageId=13558 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_IN_CXTION
  853. Language=English
  854. The File Replication Service has detected a duplicate connection object between
  855. this computer "%7" and a computer named "%1".
  856. %nThis was detected for the following replica set:
  857. %n "%2"
  858. %n
  859. %nThis is not allowed and replication will not occur between these two
  860. computers until the duplicate connection objects are removed.
  861. %n
  862. %nIt is possible that this is a transient error due to Active Directory
  863. replication delays associated with updating FRS configuration objects. If
  864. file replication does not take place after an appropriate waiting time,
  865. which could be several hours if cross site Active Directory replication
  866. is required, you must manually delete the duplicate connection objects by
  867. following the steps below:
  868. %n
  869. %n [1] Start the Active Directory Users and Computers Snapin.
  870. %n [2] Click the view button and advanced features to display the system node.
  871. %n [3] Click on "%3, %4, %5".
  872. %n [4] Under "%5" you will see one or more DFS related replica set objects.
  873. Look for the FRS member object "%6" under the subtree for replica set "%2".
  874. %n [5] Under "%6" look for duplicate connections from "%1".
  875. %n [6] Delete all but one of the connections.
  876. .
  877. MessageId=13559 Severity=Error SymbolicName=EVENT_FRS_ROOT_HAS_MOVED
  878. Language=English
  879. The File Replication Service has detected that the replica root path has changed
  880. from "%2" to "%3". If this is an intentional move then a file with the name
  881. NTFRS_CMD_FILE_MOVE_ROOT needs to be created under the new root path.
  882. %nThis was detected for the following replica set:
  883. %n "%1"
  884. %n
  885. %nChanging the replica root path is a two step process which is triggered by
  886. the creation of the NTFRS_CMD_FILE_MOVE_ROOT file.
  887. %n
  888. %n [1] At the first poll which will occur in %4 minutes this computer will be
  889. deleted from the replica set.
  890. %n [2] At the poll following the deletion this computer will be re-added to the
  891. replica set with the new root path. This re-addition will trigger a full tree
  892. sync for the replica set. At the end of the sync all the files will be at the new
  893. location. The files may or may not be deleted from the old location depending on whether
  894. they are needed or not.
  895. .
  896. MessageId=13560 Severity=Warning SymbolicName=EVENT_FRS_ERROR_REPLICA_SET_DELETED
  897. Language=English
  898. The File Replication Service is deleting this computer from the replica set "%1" as an attempt to
  899. recover from the error state,
  900. %n Error status = %2
  901. %n At the next poll, which will occur in %3 minutes, this computer will be re-added to the
  902. replica set. The re-addition will trigger a full tree sync for the replica set.
  903. .
  904. MessageId=13561 Severity=Error SymbolicName=EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR
  905. Language=English
  906. The File Replication Service has detected that the replica set "%1" is in JRNL_WRAP_ERROR.
  907. %n
  908. %n Replica set name is : "%1"
  909. %n Replica root path is : "%2"
  910. %n Replica root volume is : "%3"
  911. %n
  912. A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.
  913. This can occur because of one of the following reasons.
  914. %n
  915. %n [1] Volume "%3" has been formatted.
  916. %n [2] The NTFS USN journal on volume "%3" has been deleted.
  917. %n [3] The NTFS USN journal on volume "%3" has been truncated. Chkdsk can truncate
  918. the journal if it finds corrupt entries at the end of the journal.
  919. %n [4] File Replication Service was not running on this computer for a long time.
  920. %n [5] File Replication Service could not keep up with the rate of Disk IO activity on "%3".
  921. %n
  922. %n Following recovery steps will be taken to automatically recover from this error state.
  923. %n [1] At the first poll which will occur in %4 minutes this computer will be
  924. deleted from the replica set.
  925. %n [2] At the poll following the deletion this computer will be re-added to the
  926. replica set. The re-addition will trigger a full tree sync for the replica set.
  927. .
  928. MessageId=13562 Severity=Warning SymbolicName=EVENT_FRS_DS_POLL_ERROR_SUMMARY
  929. Language=English
  930. Following is the summary of warnings and errors encountered by File Replication Service
  931. while polling the Domain Controller %1 for FRS replica set configuration information.
  932. %n
  933. %n %2
  934. %n
  935. .
  936. MessageId=13563 Severity=Warning SymbolicName=EVENT_FRS_STAGE_HAS_CHANGED
  937. Language=English
  938. The File Replication Service has detected that the staging path for the replica set %1
  939. has changed.
  940. %n
  941. %n Current staging path = %2
  942. %n New staging path = %3
  943. %n
  944. %n The service will start using the new staging path after it restarts.
  945. The service is set to restart after every reboot. It is recommended that you manually
  946. restart the service to prevent loss of data in the staging directory. To manually restart
  947. the service do the following:
  948. %n
  949. %n [1] Run "net stop ntfrs" or use the Services snapin to stop File Replication Service.
  950. %n [2] Move all the staging files corresponding to replica set %1 to the new staging
  951. location. If more than one replica set are sharing the current staging directory then it
  952. is safer to copy the staging files to the new staging directory.
  953. %n [3] Run "net start ntfrs" or use the Services snapin to start File Replication Service.
  954. followed by "net start ntfrs".
  955. %n
  956. .
  957. MessageId=13564 Severity=Warning SymbolicName=EVENT_FRS_LOG_SPACE
  958. Language=English
  959. The File Replication Service has detected that the volume holding the FRS debug logs
  960. is running out of disk space. This will not affect replication unless this volume hosts
  961. database, staging, or replica root paths as well.
  962. %n
  963. %n Path to the logs directory = %1
  964. %n
  965. %n You can change the number and size of logs by adjusting the following registry values.
  966. Sample values are shown below. These values are under the registry key "HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/
  967. Services/NtFrs/Parameters
  968. %n
  969. %n Debug Log Files REG_DWORD 0x5
  970. %n Debug Log Severity REG_DWORD 0x2
  971. %n Debug Maximum Log Messages REG_DWORD 0x2710
  972. %n
  973. %n You can also change the path to the logs directory by changing the following value at the
  974. same location.
  975. %n
  976. %n Debug Log File REG_SZ %windir%\debug
  977. %n
  978. %n Changes to the registry values will take affect at the next polling cycle.
  979. %n
  980. .
  981. MessageId=13565 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY_2
  982. Language=English
  983. File Replication Service is initializing the system volume with data from another
  984. domain controller. Computer %1 cannot become a domain controller until this process
  985. is complete. The system volume will then be shared as SYSVOL.
  986. %n
  987. %nTo check for the SYSVOL share, at the command prompt, type:
  988. %nnet share
  989. %n
  990. %nWhen File Replication Service completes the initialization process, the SYSVOL
  991. share will appear.
  992. %n
  993. %nThe initialization of the system volume can take some time.
  994. The time is dependent on the amount of data in the system volume,
  995. the availability of other domain controllers, and the replication
  996. interval between domain controllers.
  997. .
  998. MessageId=13566 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY_PRIMARY_2
  999. Language=English
  1000. File Replication Service is scanning the data in the system volume. Computer %1
  1001. cannot become a domain controller until this process is complete.
  1002. The system volume will then be shared as SYSVOL.
  1003. %n
  1004. %nTo check for the SYSVOL share, at the command prompt, type:
  1005. %nnet share
  1006. %n
  1007. %nWhen File Replication Service completes the scanning process, the SYSVOL
  1008. share will appear.
  1009. %n
  1010. %nThe initialization of the system volume can take some time.
  1011. The time is dependent on the amount of data in the system volume.
  1012. .
  1013. ;
  1014. ;#endif // _NTFRSRES_
  1015. ;