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.

1256 lines
42 KiB

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