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.

6642 lines
182 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1992-1996 Microsoft Corporation
  3. Module Name:
  4. netevent.h
  5. Abstract:
  6. Definitions for network events.
  7. Author:
  8. Portable Systems Group 6-May-1992
  9. Revision History:
  10. Notes:
  11. This file is generated by the MC tool from the netevent.mc file.
  12. --*/
  13. #ifndef _NETEVENT_
  14. #define _NETEVENT_
  15. /////////////////////////////////////////////////////////////////////////
  16. //
  17. // Lanman Server Events (2000 - 2999)
  18. // 2000-2499 are generated by the server driver (kernel mode)
  19. // 2500-2999 are generated by the server service (user mode)
  20. //
  21. /////////////////////////////////////////////////////////////////////////
  22. // Server driver events, issued from kernel mode. Don't use %1 for
  23. // server-supplied insertion strings -- the I/O system provides the
  24. // first string.
  25. //
  26. // Values are 32 bit values layed out as follows:
  27. //
  28. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  29. // 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
  30. // +---+-+-+-----------------------+-------------------------------+
  31. // |Sev|C|R| Facility | Code |
  32. // +---+-+-+-----------------------+-------------------------------+
  33. //
  34. // where
  35. //
  36. // Sev - is the severity code
  37. //
  38. // 00 - Success
  39. // 01 - Informational
  40. // 10 - Warning
  41. // 11 - Error
  42. //
  43. // C - is the Customer code flag
  44. //
  45. // R - is a reserved bit
  46. //
  47. // Facility - is the facility code
  48. //
  49. // Code - is the facility's status code
  50. //
  51. //
  52. // Define the facility codes
  53. //
  54. //
  55. // Define the severity codes
  56. //
  57. #define STATUS_SEVERITY_WARNING 0x2
  58. #define STATUS_SEVERITY_SUCCESS 0x0
  59. #define STATUS_SEVERITY_INFORMATIONAL 0x1
  60. #define STATUS_SEVERITY_ERROR 0x3
  61. //
  62. // MessageId: EVENT_SRV_SERVICE_FAILED
  63. //
  64. // MessageText:
  65. //
  66. // The server's call to a system service failed unexpectedly.
  67. //
  68. #define EVENT_SRV_SERVICE_FAILED 0xC00007D0L
  69. //
  70. // MessageId: EVENT_SRV_RESOURCE_SHORTAGE
  71. //
  72. // MessageText:
  73. //
  74. // The server was unable to perform an operation due to a shortage of available resources.
  75. //
  76. #define EVENT_SRV_RESOURCE_SHORTAGE 0xC00007D1L
  77. //
  78. // MessageId: EVENT_SRV_CANT_CREATE_DEVICE
  79. //
  80. // MessageText:
  81. //
  82. // The server could not create its device. The server could not be started.
  83. //
  84. #define EVENT_SRV_CANT_CREATE_DEVICE 0xC00007D2L
  85. //
  86. // MessageId: EVENT_SRV_CANT_CREATE_PROCESS
  87. //
  88. // MessageText:
  89. //
  90. // The server could not create a process. The server could not be started.
  91. //
  92. #define EVENT_SRV_CANT_CREATE_PROCESS 0xC00007D3L
  93. //
  94. // MessageId: EVENT_SRV_CANT_CREATE_THREAD
  95. //
  96. // MessageText:
  97. //
  98. // The server could not create a startup thread. The server could not be started.
  99. //
  100. #define EVENT_SRV_CANT_CREATE_THREAD 0xC00007D4L
  101. //
  102. // MessageId: EVENT_SRV_UNEXPECTED_DISC
  103. //
  104. // MessageText:
  105. //
  106. // The server received an unexpected disconnection from a client.
  107. //
  108. #define EVENT_SRV_UNEXPECTED_DISC 0xC00007D5L
  109. //
  110. // MessageId: EVENT_SRV_INVALID_REQUEST
  111. //
  112. // MessageText:
  113. //
  114. // The server received an incorrectly formatted request from %2.
  115. //
  116. #define EVENT_SRV_INVALID_REQUEST 0xC00007D6L
  117. //
  118. // MessageId: EVENT_SRV_CANT_OPEN_NPFS
  119. //
  120. // MessageText:
  121. //
  122. // The server could not open the named pipe file system. Remote named pipes are disabled.
  123. //
  124. #define EVENT_SRV_CANT_OPEN_NPFS 0xC00007D7L
  125. //
  126. // MessageId: EVENT_SRV_CANT_GROW_TABLE
  127. //
  128. // MessageText:
  129. //
  130. // The server could not expand a table because the table reached the maximum size.
  131. //
  132. #define EVENT_SRV_CANT_GROW_TABLE 0x800007D9L
  133. //
  134. // MessageId: EVENT_SRV_CANT_START_SCAVENGER
  135. //
  136. // MessageText:
  137. //
  138. // The server could not start the scavenger thread. The server could not be started.
  139. //
  140. #define EVENT_SRV_CANT_START_SCAVENGER 0xC00007DAL
  141. //
  142. // MessageId: EVENT_SRV_IRP_STACK_SIZE
  143. //
  144. // MessageText:
  145. //
  146. // The server's configuration parameter "irpstacksize" is too small for the server to use a local device. Please increase the value of this parameter.
  147. //
  148. #define EVENT_SRV_IRP_STACK_SIZE 0xC00007DBL
  149. //
  150. // MessageId: EVENT_SRV_NETWORK_ERROR
  151. //
  152. // MessageText:
  153. //
  154. // While transmitting or receiving data, the server encountered a network error.
  155. // Occassional errors are expected, but large amounts of these indicate a possible
  156. // error in your network configuration. The error status code is contained within
  157. // the returned data (formatted as Words) and may point you towards the problem.
  158. //
  159. #define EVENT_SRV_NETWORK_ERROR 0x800007DCL
  160. //
  161. // MessageId: EVENT_SRV_DISK_FULL
  162. //
  163. // MessageText:
  164. //
  165. // The %2 disk is at or near capacity. You may need to delete some files.
  166. //
  167. #define EVENT_SRV_DISK_FULL 0x800007DDL
  168. //
  169. // MessageId: EVENT_SRV_NO_VIRTUAL_MEMORY
  170. //
  171. // MessageText:
  172. //
  173. // The server was unable to allocate virtual memory.
  174. //
  175. #define EVENT_SRV_NO_VIRTUAL_MEMORY 0xC00007E0L
  176. //
  177. // MessageId: EVENT_SRV_NONPAGED_POOL_LIMIT
  178. //
  179. // MessageText:
  180. //
  181. // The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
  182. //
  183. #define EVENT_SRV_NONPAGED_POOL_LIMIT 0xC00007E1L
  184. //
  185. // MessageId: EVENT_SRV_PAGED_POOL_LIMIT
  186. //
  187. // MessageText:
  188. //
  189. // The server was unable to allocate from the system paged pool because the server reached the configured limit for paged pool allocations.
  190. //
  191. #define EVENT_SRV_PAGED_POOL_LIMIT 0xC00007E2L
  192. //
  193. // MessageId: EVENT_SRV_NO_NONPAGED_POOL
  194. //
  195. // MessageText:
  196. //
  197. // The server was unable to allocate from the system nonpaged pool because the pool was empty.
  198. //
  199. #define EVENT_SRV_NO_NONPAGED_POOL 0xC00007E3L
  200. //
  201. // MessageId: EVENT_SRV_NO_PAGED_POOL
  202. //
  203. // MessageText:
  204. //
  205. // The server was unable to allocate from the system paged pool because the pool was empty.
  206. //
  207. #define EVENT_SRV_NO_PAGED_POOL 0xC00007E4L
  208. //
  209. // MessageId: EVENT_SRV_NO_WORK_ITEM
  210. //
  211. // MessageText:
  212. //
  213. // The server was unable to allocate a work item %2 times in the last %3 seconds.
  214. //
  215. #define EVENT_SRV_NO_WORK_ITEM 0x800007E5L
  216. //
  217. // MessageId: EVENT_SRV_NO_FREE_CONNECTIONS
  218. //
  219. // MessageText:
  220. //
  221. // The server was unable to find a free connection %2 times in the last %3 seconds. This indicates a spike in
  222. // network traffic. If this is happening frequently, you should consider increasing the minimum number of free
  223. // connections to add headroom. To do that, modify the MinFreeConnections and MaxFreeConnections for the LanmanServer
  224. // in the registry.
  225. //
  226. #define EVENT_SRV_NO_FREE_CONNECTIONS 0x800007E6L
  227. //
  228. // MessageId: EVENT_SRV_NO_FREE_RAW_WORK_ITEM
  229. //
  230. // MessageText:
  231. //
  232. // The server was unable to find a free raw work item %2 times in the last %3 seconds.
  233. //
  234. #define EVENT_SRV_NO_FREE_RAW_WORK_ITEM 0x800007E7L
  235. //
  236. // MessageId: EVENT_SRV_NO_BLOCKING_IO
  237. //
  238. // MessageText:
  239. //
  240. // The server was unable to allocate resources for blocking I/O %2 times in the last %3 seconds.
  241. //
  242. #define EVENT_SRV_NO_BLOCKING_IO 0x800007E8L
  243. //
  244. // MessageId: EVENT_SRV_DOS_ATTACK_DETECTED
  245. //
  246. // MessageText:
  247. //
  248. // The server has detected an attempted Denial-Of-Service attack from client %2, and has disconnected the connection.
  249. //
  250. #define EVENT_SRV_DOS_ATTACK_DETECTED 0x800007E9L
  251. //
  252. // MessageId: EVENT_SRV_TOO_MANY_DOS
  253. //
  254. // MessageText:
  255. //
  256. // The server has detected too many Denial-Of-Service attacks and will stop logging
  257. // events for any more of them. Be advised it is likely someone is actively attacking
  258. // your machine.
  259. //
  260. #define EVENT_SRV_TOO_MANY_DOS 0x800007EAL
  261. //
  262. // MessageId: EVENT_SRV_OUT_OF_WORK_ITEM_DOS
  263. //
  264. // MessageText:
  265. //
  266. // The server has detected a potential Denial-of-Service attack caused by consuming all the work-items. Some connections
  267. // were disconnected to protect against this. If this is not the case, please raise the MaxWorkItems for the server or
  268. // disable DoS detection. This event will not be logged again for 24 hours.
  269. //
  270. #define EVENT_SRV_OUT_OF_WORK_ITEM_DOS 0x800007EBL
  271. // Server service events, issued from user mode. %1 is the first
  272. // service-supplied insertion string.
  273. //
  274. // MessageId: EVENT_SRV_KEY_NOT_FOUND
  275. //
  276. // MessageText:
  277. //
  278. // The server's Registry key %1 was not present. The server could not start.
  279. //
  280. #define EVENT_SRV_KEY_NOT_FOUND 0xC00009C5L
  281. //
  282. // MessageId: EVENT_SRV_KEY_NOT_CREATED
  283. //
  284. // MessageText:
  285. //
  286. // The server's Registry key %1 was not present and could not be created. The server could not start.
  287. //
  288. #define EVENT_SRV_KEY_NOT_CREATED 0xC00009C6L
  289. //
  290. // MessageId: EVENT_SRV_NO_TRANSPORTS_BOUND
  291. //
  292. // MessageText:
  293. //
  294. // The server did not bind to any transports. The server could not start.
  295. //
  296. #define EVENT_SRV_NO_TRANSPORTS_BOUND 0xC00009C7L
  297. //
  298. // MessageId: EVENT_SRV_CANT_BIND_TO_TRANSPORT
  299. //
  300. // MessageText:
  301. //
  302. // The server could not bind to the transport %1.
  303. //
  304. #define EVENT_SRV_CANT_BIND_TO_TRANSPORT 0x800009C8L
  305. //
  306. // MessageId: EVENT_SRV_CANT_BIND_DUP_NAME
  307. //
  308. // MessageText:
  309. //
  310. // The server could not bind to the transport %1 because another computer on the network has the same name. The server could not start.
  311. //
  312. #define EVENT_SRV_CANT_BIND_DUP_NAME 0xC00009C9L
  313. //
  314. // MessageId: EVENT_SRV_INVALID_REGISTRY_VALUE
  315. //
  316. // MessageText:
  317. //
  318. // The value named %1 in the server's registry key %2 was not valid, and was ignored.
  319. // If you want to change the value, change it to one that is the correct type and is
  320. // within the acceptable range, or delete the value to use the default. This value
  321. // might have been set up by an older program that did not use the correct boundaries.
  322. //
  323. #define EVENT_SRV_INVALID_REGISTRY_VALUE 0x800009CAL
  324. //
  325. // MessageId: EVENT_SRV_INVALID_SD
  326. //
  327. // MessageText:
  328. //
  329. // The security descriptor stored in the Registry for the share %1 was invalid. The share was not automatically recreated.
  330. //
  331. #define EVENT_SRV_INVALID_SD 0x800009CBL
  332. //
  333. // MessageId: EVENT_SRV_CANT_LOAD_DRIVER
  334. //
  335. // MessageText:
  336. //
  337. // The server service was unable to load the server driver.
  338. //
  339. #define EVENT_SRV_CANT_LOAD_DRIVER 0x800009CCL
  340. //
  341. // MessageId: EVENT_SRV_CANT_UNLOAD_DRIVER
  342. //
  343. // MessageText:
  344. //
  345. // The server service was unable to unload the server driver.
  346. //
  347. #define EVENT_SRV_CANT_UNLOAD_DRIVER 0x800009CDL
  348. //
  349. // MessageId: EVENT_SRV_CANT_MAP_ERROR
  350. //
  351. // MessageText:
  352. //
  353. // The server service was unable to map error code %1.
  354. //
  355. #define EVENT_SRV_CANT_MAP_ERROR 0x800009CEL
  356. //
  357. // MessageId: EVENT_SRV_CANT_RECREATE_SHARE
  358. //
  359. // MessageText:
  360. //
  361. // The server service was unable to recreate the share %1 because the directory %2 no longer exists. Please run "net share %1 /delete" to delete the share, or recreate the directory %2.
  362. //
  363. #define EVENT_SRV_CANT_RECREATE_SHARE 0x800009CFL
  364. //
  365. // MessageId: EVENT_SRV_CANT_CHANGE_DOMAIN_NAME
  366. //
  367. // MessageText:
  368. //
  369. // The server service was unable to change the domain name from %1 to %2.
  370. //
  371. #define EVENT_SRV_CANT_CHANGE_DOMAIN_NAME 0x800009D0L
  372. /////////////////////////////////////////////////////////////////////////
  373. //
  374. // Lanman Redirector Events
  375. //
  376. //
  377. /////////////////////////////////////////////////////////////////////////
  378. //
  379. // MessageId: EVENT_RDR_RESOURCE_SHORTAGE
  380. //
  381. // MessageText:
  382. //
  383. // The redirector was unable to allocate memory.
  384. //
  385. #define EVENT_RDR_RESOURCE_SHORTAGE 0x80000BB9L
  386. //
  387. // MessageId: EVENT_RDR_CANT_CREATE_DEVICE
  388. //
  389. // MessageText:
  390. //
  391. // The redirector could not create its device. The redirector could not be started.
  392. //
  393. #define EVENT_RDR_CANT_CREATE_DEVICE 0x80000BBAL
  394. //
  395. // MessageId: EVENT_RDR_CANT_CREATE_THREAD
  396. //
  397. // MessageText:
  398. //
  399. // The redirector could not create a system thread.
  400. //
  401. #define EVENT_RDR_CANT_CREATE_THREAD 0x80000BBBL
  402. //
  403. // MessageId: EVENT_RDR_CANT_SET_THREAD
  404. //
  405. // MessageText:
  406. //
  407. // The redirector could not set the priority for a system thread.
  408. //
  409. #define EVENT_RDR_CANT_SET_THREAD 0x80000BBCL
  410. //
  411. // MessageId: EVENT_RDR_INVALID_REPLY
  412. //
  413. // MessageText:
  414. //
  415. // The redirector received an incorrectly formatted response from %2.
  416. //
  417. #define EVENT_RDR_INVALID_REPLY 0x80000BBDL
  418. //
  419. // MessageId: EVENT_RDR_INVALID_SMB
  420. //
  421. // MessageText:
  422. //
  423. // The redirector received an SMB that was too short.
  424. //
  425. #define EVENT_RDR_INVALID_SMB 0x80000BBEL
  426. //
  427. // MessageId: EVENT_RDR_INVALID_LOCK_REPLY
  428. //
  429. // MessageText:
  430. //
  431. // The redirector received an incorrect response from %2 to a lock request.
  432. //
  433. #define EVENT_RDR_INVALID_LOCK_REPLY 0x80000BBFL
  434. //
  435. // MessageId: EVENT_RDR_FAILED_UNLOCK
  436. //
  437. // MessageText:
  438. //
  439. // The redirector failed to unlock part of a file on server %2.
  440. //
  441. #define EVENT_RDR_FAILED_UNLOCK 0x80000BC1L
  442. //
  443. // MessageId: EVENT_RDR_CLOSE_BEHIND
  444. //
  445. // MessageText:
  446. //
  447. // The redirector failed to write data to server %2 after the file was closed.
  448. //
  449. #define EVENT_RDR_CLOSE_BEHIND 0x80000BC3L
  450. //
  451. // MessageId: EVENT_RDR_UNEXPECTED_ERROR
  452. //
  453. // MessageText:
  454. //
  455. // An unexpected network error has occurred on the virtual circuit to %2.
  456. //
  457. #define EVENT_RDR_UNEXPECTED_ERROR 0x80000BC4L
  458. //
  459. // MessageId: EVENT_RDR_TIMEOUT
  460. //
  461. // MessageText:
  462. //
  463. // The redirector has timed out a request to %2.
  464. //
  465. #define EVENT_RDR_TIMEOUT 0x80000BC5L
  466. //
  467. // MessageId: EVENT_RDR_INVALID_OPLOCK
  468. //
  469. // MessageText:
  470. //
  471. // The redirector received an invalid oplock level from %2.
  472. //
  473. #define EVENT_RDR_INVALID_OPLOCK 0x80000BC6L
  474. //
  475. // MessageId: EVENT_RDR_CONNECTION_REFERENCE
  476. //
  477. // MessageText:
  478. //
  479. // The redirector dereferenced a connection through zero.
  480. //
  481. #define EVENT_RDR_CONNECTION_REFERENCE 0x80000BC7L
  482. //
  483. // MessageId: EVENT_RDR_SERVER_REFERENCE
  484. //
  485. // MessageText:
  486. //
  487. // The redirector dereferenced a server through zero.
  488. //
  489. #define EVENT_RDR_SERVER_REFERENCE 0x80000BC8L
  490. //
  491. // MessageId: EVENT_RDR_SMB_REFERENCE
  492. //
  493. // MessageText:
  494. //
  495. // The redirector dereferenced the allocated SMB count through zero.
  496. //
  497. #define EVENT_RDR_SMB_REFERENCE 0x80000BC9L
  498. //
  499. // MessageId: EVENT_RDR_ENCRYPT
  500. //
  501. // MessageText:
  502. //
  503. // The redirector accessed a share-level server that indicates it encrypts passwords.
  504. // This combination is not supported.
  505. //
  506. #define EVENT_RDR_ENCRYPT 0x80000BCAL
  507. //
  508. // MessageId: EVENT_RDR_CONNECTION
  509. //
  510. // MessageText:
  511. //
  512. // The redirector failed to determine the connection type.
  513. //
  514. #define EVENT_RDR_CONNECTION 0x80000BCBL
  515. //
  516. // MessageId: EVENT_RDR_MAXCMDS
  517. //
  518. // MessageText:
  519. //
  520. // The redirector failed to allocate a multiplex table entry. This indicates that
  521. // the MAXCMDS parameter to the redirector is insufficient for the users needs.
  522. //
  523. #define EVENT_RDR_MAXCMDS 0x80000BCDL
  524. //
  525. // MessageId: EVENT_RDR_OPLOCK_SMB
  526. //
  527. // MessageText:
  528. //
  529. // The redirector failed to allocate a buffer for an oplock break.
  530. //
  531. #define EVENT_RDR_OPLOCK_SMB 0x80000BCEL
  532. //
  533. // MessageId: EVENT_RDR_DISPOSITION
  534. //
  535. // MessageText:
  536. //
  537. // The redirector failed to map the requested file disposition (for NtCreateFile).
  538. //
  539. #define EVENT_RDR_DISPOSITION 0x80000BCFL
  540. //
  541. // MessageId: EVENT_RDR_CONTEXTS
  542. //
  543. // MessageText:
  544. //
  545. // The redirector is allocating additional resources for input/output request packet contexts. This is
  546. // probably caused by a resource leak in the redirector.
  547. //
  548. #define EVENT_RDR_CONTEXTS 0x80000BD0L
  549. //
  550. // MessageId: EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED
  551. //
  552. // MessageText:
  553. //
  554. // A write-behind operation has failed to the remote server %2. The data contains the amount requested to write and the amount actually written.
  555. //
  556. #define EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED 0x80000BD1L
  557. //
  558. // MessageId: EVENT_RDR_AT_THREAD_MAX
  559. //
  560. // MessageText:
  561. //
  562. // The redirector was unable to create a worker thread because it has already created the maximum number of configured work threads.
  563. //
  564. #define EVENT_RDR_AT_THREAD_MAX 0x80000BD2L
  565. //
  566. // MessageId: EVENT_RDR_CANT_READ_REGISTRY
  567. //
  568. // MessageText:
  569. //
  570. // The redirector was unable to initialize variables from the Registry.
  571. //
  572. #define EVENT_RDR_CANT_READ_REGISTRY 0x80000BD3L
  573. //
  574. // MessageId: EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE
  575. //
  576. // MessageText:
  577. //
  578. // The time zone bias calculated between %2 and the current workstation is too
  579. // large. The data specifies the number of 100ns units between the workstation
  580. // and server. Make sure that the time of day on the workstation and server are
  581. // correct.
  582. //
  583. #define EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE 0x80000BD4L
  584. //
  585. // MessageId: EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED
  586. //
  587. // MessageText:
  588. //
  589. // The redirector has failed to connect to the server %2 on the primary transport. The data contains the error.
  590. //
  591. #define EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED 0x80000BD5L
  592. //
  593. // MessageId: EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED
  594. //
  595. // MessageText:
  596. //
  597. // The redirector was unable to update the file attributes on a file located on server %2.
  598. // The data contains the name of the file.
  599. //
  600. #define EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED 0x80000BD6L
  601. //
  602. // MessageId: EVENT_RDR_DELETEONCLOSE_FAILED
  603. //
  604. // MessageText:
  605. //
  606. // The redirector was unable to delete the file specified on server %2 when it was closed by the application.
  607. // The data contains the name of the file.
  608. //
  609. #define EVENT_RDR_DELETEONCLOSE_FAILED 0x80000BD7L
  610. //
  611. // MessageId: EVENT_RDR_CANT_BIND_TRANSPORT
  612. //
  613. // MessageText:
  614. //
  615. // The redirector was unable to register the domain %2 on to transport %3 for the following reason: %4. Transport has been taken offline.
  616. //
  617. #define EVENT_RDR_CANT_BIND_TRANSPORT 0x80000BD8L
  618. //
  619. // MessageId: EVENT_RDR_CANT_REGISTER_ADDRESS
  620. //
  621. // MessageText:
  622. //
  623. // The redirector was unable to register the address for transport %3 for the following reason: %4. Transport has been taken offline.
  624. //
  625. #define EVENT_RDR_CANT_REGISTER_ADDRESS 0x80000BD9L
  626. //
  627. // MessageId: EVENT_RDR_CANT_GET_SECURITY_CONTEXT
  628. //
  629. // MessageText:
  630. //
  631. // The redirector was unable to initialize security context or query context attributes.
  632. //
  633. #define EVENT_RDR_CANT_GET_SECURITY_CONTEXT 0x80000BDAL
  634. //
  635. // MessageId: EVENT_RDR_CANT_BUILD_SMB_HEADER
  636. //
  637. // MessageText:
  638. //
  639. // The redirector was unable to build SMB header.
  640. //
  641. #define EVENT_RDR_CANT_BUILD_SMB_HEADER 0x80000BDBL
  642. //
  643. // MessageId: EVENT_RDR_SECURITY_SIGNATURE_MISMATCH
  644. //
  645. // MessageText:
  646. //
  647. // The redirector detected a security signature mismatch. The connection has been disconnected.
  648. //
  649. #define EVENT_RDR_SECURITY_SIGNATURE_MISMATCH 0x80000BDCL
  650. /////////////////////////////////////////////////////////////////////////
  651. //
  652. // IPv6 Events
  653. //
  654. // Codes 3100 - 3199
  655. //
  656. /////////////////////////////////////////////////////////////////////////
  657. //
  658. // MessageId: EVENT_TCPIP6_STARTED
  659. //
  660. // MessageText:
  661. //
  662. // The Microsoft IPv6 Developer Edition driver was started.
  663. //
  664. #define EVENT_TCPIP6_STARTED 0x40000C1CL
  665. /////////////////////////////////////////////////////////////////////////
  666. //
  667. // STREAMS Environment Events
  668. //
  669. // Codes 4000 - 4099
  670. //
  671. /////////////////////////////////////////////////////////////////////////
  672. //
  673. // MessageId: EVENT_STREAMS_STRLOG
  674. //
  675. // MessageText:
  676. //
  677. // %2.
  678. //
  679. #define EVENT_STREAMS_STRLOG 0xC0000FA0L
  680. //
  681. // MessageId: EVENT_STREAMS_ALLOCB_FAILURE
  682. //
  683. // MessageText:
  684. //
  685. // Unable to allocate a %2 byte message.
  686. //
  687. #define EVENT_STREAMS_ALLOCB_FAILURE 0x80000FA1L
  688. //
  689. // MessageId: EVENT_STREAMS_ALLOCB_FAILURE_CNT
  690. //
  691. // MessageText:
  692. //
  693. // %2 message allocations have failed since initialization.
  694. //
  695. #define EVENT_STREAMS_ALLOCB_FAILURE_CNT 0x80000FA2L
  696. //
  697. // MessageId: EVENT_STREAMS_ESBALLOC_FAILURE
  698. //
  699. // MessageText:
  700. //
  701. // Unable to allocate a %2 byte external message.
  702. //
  703. #define EVENT_STREAMS_ESBALLOC_FAILURE 0x80000FA3L
  704. //
  705. // MessageId: EVENT_STREAMS_ESBALLOC_FAILURE_CNT
  706. //
  707. // MessageText:
  708. //
  709. // %2 external message allocations have failed since initialization.
  710. //
  711. #define EVENT_STREAMS_ESBALLOC_FAILURE_CNT 0x80000FA4L
  712. /////////////////////////////////////////////////////////////////////////
  713. //
  714. // TCP/IP Events
  715. //
  716. // Codes 4100 - 4299
  717. //
  718. /////////////////////////////////////////////////////////////////////////
  719. //
  720. // Common TCP/IP messages
  721. //
  722. // Codes 4100 - 4149
  723. //
  724. //
  725. //
  726. // MessageId: EVENT_TCPIP_CREATE_DEVICE_FAILED
  727. //
  728. // MessageText:
  729. //
  730. // Unable to create device object %2. Initialization failed.
  731. //
  732. #define EVENT_TCPIP_CREATE_DEVICE_FAILED 0xC0001004L
  733. //
  734. // MessageId: EVENT_TCPIP_NO_RESOURCES_FOR_INIT
  735. //
  736. // MessageText:
  737. //
  738. // Unable to allocate required resources. Initialization failed.
  739. //
  740. #define EVENT_TCPIP_NO_RESOURCES_FOR_INIT 0xC0001005L
  741. //
  742. // ARP messages
  743. //
  744. // Codes 4150-4174
  745. //
  746. // IP Loopback messages
  747. //
  748. // Codes 4175-4184
  749. //
  750. //
  751. // IP/ICMP messages
  752. //
  753. // Codes 4185 - 4224
  754. //
  755. // MessageId: EVENT_TCPIP_TOO_MANY_NETS
  756. //
  757. // MessageText:
  758. //
  759. // IP has been bound to more than the maximum number of supported interfaces.
  760. // Some interfaces on adapter %2 will not be initialized.
  761. //
  762. #define EVENT_TCPIP_TOO_MANY_NETS 0xC0001059L
  763. //
  764. // MessageId: EVENT_TCPIP_NO_MASK
  765. //
  766. // MessageText:
  767. //
  768. // No subnet mask was specified for interface %2. This interface and
  769. // all subsequent interfaces on adapter %3 cannot be initialized.
  770. //
  771. #define EVENT_TCPIP_NO_MASK 0xC000105AL
  772. //
  773. // MessageId: EVENT_TCPIP_INVALID_ADDRESS
  774. //
  775. // MessageText:
  776. //
  777. // Invalid address %2 was specified for adapter %3. This interface
  778. // cannot be initialized.
  779. //
  780. #define EVENT_TCPIP_INVALID_ADDRESS 0xC000105BL
  781. //
  782. // MessageId: EVENT_TCPIP_INVALID_MASK
  783. //
  784. // MessageText:
  785. //
  786. // Invalid subnet mask %2 was specified for address %3 on adapter %4.
  787. // This interface cannot be initialized.
  788. //
  789. #define EVENT_TCPIP_INVALID_MASK 0xC000105CL
  790. //
  791. // MessageId: EVENT_TCPIP_NO_ADAPTER_RESOURCES
  792. //
  793. // MessageText:
  794. //
  795. // IP could not allocate some resources required to configure adapter %2.
  796. // Some interfaces on this adapter will not be initialized.
  797. //
  798. #define EVENT_TCPIP_NO_ADAPTER_RESOURCES 0xC000105DL
  799. //
  800. // MessageId: EVENT_TCPIP_DHCP_INIT_FAILED
  801. //
  802. // MessageText:
  803. //
  804. // IP was unable to initialize adapter %2 for configuration by DHCP.
  805. // If DHCP is enabled on this adapter, the primary interface may not be
  806. // configured properly. Interfaces on this adapter not configured by
  807. // DHCP will be unaffected.
  808. //
  809. #define EVENT_TCPIP_DHCP_INIT_FAILED 0x8000105EL
  810. //
  811. // MessageId: EVENT_TCPIP_ADAPTER_REG_FAILURE
  812. //
  813. // MessageText:
  814. //
  815. // IP could not open the registry key for adapter %2.
  816. // Interfaces on this adapter will not be initialized.
  817. //
  818. #define EVENT_TCPIP_ADAPTER_REG_FAILURE 0xC000105FL
  819. //
  820. // MessageId: EVENT_TCPIP_INVALID_DEFAULT_GATEWAY
  821. //
  822. // MessageText:
  823. //
  824. // Invalid default gateway address %2 was specified for adapter %3.
  825. // Some remote networks may not be reachable as a result.
  826. //
  827. #define EVENT_TCPIP_INVALID_DEFAULT_GATEWAY 0x80001060L
  828. //
  829. // MessageId: EVENT_TCPIP_NO_ADDRESS_LIST
  830. //
  831. // MessageText:
  832. //
  833. // Unable to read the configured IP addresses for adapter %2.
  834. // IP interfaces will not be initialized on this adapter.
  835. //
  836. #define EVENT_TCPIP_NO_ADDRESS_LIST 0xC0001061L
  837. //
  838. // MessageId: EVENT_TCPIP_NO_MASK_LIST
  839. //
  840. // MessageText:
  841. //
  842. // Unable to read the configured subnet masks for adapter %2.
  843. // IP interfaces will not be initialized on this adapter.
  844. //
  845. #define EVENT_TCPIP_NO_MASK_LIST 0xC0001062L
  846. //
  847. // MessageId: EVENT_TCPIP_NO_BINDINGS
  848. //
  849. // MessageText:
  850. //
  851. // IP was unable to read its bindings from the registry. No network interfaces
  852. // were configured.
  853. //
  854. #define EVENT_TCPIP_NO_BINDINGS 0xC0001063L
  855. //
  856. // MessageId: EVENT_TCPIP_IP_INIT_FAILED
  857. //
  858. // MessageText:
  859. //
  860. // Initialization of IP failed.
  861. //
  862. #define EVENT_TCPIP_IP_INIT_FAILED 0xC0001064L
  863. //
  864. // MessageId: EVENT_TCPIP_TOO_MANY_GATEWAYS
  865. //
  866. // MessageText:
  867. //
  868. // More than the maximum number of default gateways were specified for
  869. // adapter %2. Some remote networks may not be reachable as a result.
  870. //
  871. #define EVENT_TCPIP_TOO_MANY_GATEWAYS 0x80001065L
  872. //
  873. // MessageId: EVENT_TCPIP_ADDRESS_CONFLICT1
  874. //
  875. // MessageText:
  876. //
  877. // The system detected an address conflict for IP address %2 with the system
  878. // having network hardware address %3. The local interface has been disabled.
  879. //
  880. #define EVENT_TCPIP_ADDRESS_CONFLICT1 0xC0001066L
  881. //
  882. // MessageId: EVENT_TCPIP_ADDRESS_CONFLICT2
  883. //
  884. // MessageText:
  885. //
  886. // The system detected an address conflict for IP address %2 with the system
  887. // having network hardware address %3. Network operations on this system may
  888. // be disrupted as a result.
  889. //
  890. #define EVENT_TCPIP_ADDRESS_CONFLICT2 0xC0001067L
  891. //
  892. // MessageId: EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE
  893. //
  894. // MessageText:
  895. //
  896. // Unable to read or write the NTE Context list for adapter %2.
  897. // IP interfaces on this adapter may not be initialized completely.
  898. //
  899. #define EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE 0xC0001068L
  900. //
  901. // MessageId: EVENT_TCPIP_MEDIA_CONNECT
  902. //
  903. // MessageText:
  904. //
  905. // The system detected that network adapter %2 was connected to the network,
  906. // and has initiated normal operation over the network adapter.
  907. //
  908. #define EVENT_TCPIP_MEDIA_CONNECT 0x40001069L
  909. //
  910. // MessageId: EVENT_TCPIP_MEDIA_DISCONNECT
  911. //
  912. // MessageText:
  913. //
  914. // The system detected that network adapter %2 was disconnected from the network,
  915. // and the adapter's network configuration has been released. If the network
  916. // adapter was not disconnected, this may indicate that it has malfunctioned.
  917. // Please contact your vendor for updated drivers.
  918. //
  919. #define EVENT_TCPIP_MEDIA_DISCONNECT 0x4000106AL
  920. //
  921. // TCP messages
  922. //
  923. // Codes 4225 - 4264
  924. //
  925. //
  926. // MessageId: EVENT_TCPIP_TCP_INIT_FAILED
  927. //
  928. // MessageText:
  929. //
  930. // Initialization of TCP/UDP failed.
  931. //
  932. #define EVENT_TCPIP_TCP_INIT_FAILED 0xC0001081L
  933. //
  934. // UDP messages
  935. //
  936. // Codes 4265 - 4280
  937. //
  938. //
  939. // MessageId: EVENT_TCPIP_UDP_LIMIT_REACHED
  940. //
  941. // MessageText:
  942. //
  943. // Backlog of pending datagram sends reached. Please increase the value of Tcpip\Parameters\DGMaxSendFree in the registry.
  944. //
  945. #define EVENT_TCPIP_UDP_LIMIT_REACHED 0x800010A9L
  946. //
  947. // IPSEC messages
  948. //
  949. // Codes 4281 - 4299
  950. //
  951. //
  952. // MessageId: EVENT_IPSEC_NO_RESOURCES_FOR_INIT
  953. //
  954. // MessageText:
  955. //
  956. // Unable to allocate required resources. Initialization failed.
  957. //
  958. #define EVENT_IPSEC_NO_RESOURCES_FOR_INIT 0xC00010B9L
  959. //
  960. // MessageId: EVENT_IPSEC_CREATE_DEVICE_FAILED
  961. //
  962. // MessageText:
  963. //
  964. // Unable to create device object %2. Initialization failed.
  965. //
  966. #define EVENT_IPSEC_CREATE_DEVICE_FAILED 0xC00010BAL
  967. //
  968. // MessageId: EVENT_IPSEC_BAD_SPI_RECEIVED
  969. //
  970. // MessageText:
  971. //
  972. // Received %2 packet(s) with a bad Security Parameters Index from %3.
  973. // This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  974. //
  975. #define EVENT_IPSEC_BAD_SPI_RECEIVED 0xC00010BBL
  976. //
  977. // MessageId: EVENT_IPSEC_UNEXPECTED_CLEARTEXT
  978. //
  979. // MessageText:
  980. //
  981. // Received %2 packet(s) in the clear from %3 which should have been secured.
  982. // This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  983. //
  984. #define EVENT_IPSEC_UNEXPECTED_CLEARTEXT 0xC00010BCL
  985. //
  986. // MessageId: EVENT_IPSEC_AUTH_FAILURE
  987. //
  988. // MessageText:
  989. //
  990. // Failed to authenticate the hash for %2 packet(s) received from %3.
  991. // This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  992. //
  993. #define EVENT_IPSEC_AUTH_FAILURE 0xC00010BDL
  994. //
  995. // MessageId: EVENT_IPSEC_BAD_PACKET_SYNTAX
  996. //
  997. // MessageText:
  998. //
  999. // Received %2 packet(s) from %3 with invalid packet syntax.
  1000. // This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  1001. //
  1002. #define EVENT_IPSEC_BAD_PACKET_SYNTAX 0xC00010BEL
  1003. //
  1004. // MessageId: EVENT_IPSEC_BAD_PROTOCOL_RECEIVED
  1005. //
  1006. // MessageText:
  1007. //
  1008. // Received %2 packet(s) from %3 with inproper protocol identifier.
  1009. // This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  1010. //
  1011. #define EVENT_IPSEC_BAD_PROTOCOL_RECEIVED 0xC00010BFL
  1012. //
  1013. // MessageId: EVENT_IPSEC_GENERIC_FAILURE
  1014. //
  1015. // MessageText:
  1016. //
  1017. // Received %2 packet(s) from %3 that failed the IPSec processing for an unknown reason.
  1018. // This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine..
  1019. //
  1020. #define EVENT_IPSEC_GENERIC_FAILURE 0xC00010C0L
  1021. //
  1022. // MessageId: EVENT_IPSEC_NEG_FAILURE
  1023. //
  1024. // MessageText:
  1025. //
  1026. // The IPSec driver failed the oakley negotiation with %2 since no filter
  1027. // exists to protect packets to that destination.
  1028. // Please check the configuration on this machine to ensure at least one
  1029. // filter matches the destination.
  1030. //
  1031. #define EVENT_IPSEC_NEG_FAILURE 0xC00010C1L
  1032. //
  1033. // MessageId: EVENT_IPSEC_DROP_PACKET_INBOUND
  1034. //
  1035. // MessageText:
  1036. //
  1037. // The IPSec driver has dropped the following inbound packet:
  1038. // %nSource IP Address: %2
  1039. // %nDestination IP Address: %3
  1040. // %nProtocol: %4
  1041. // %nSource Port: %5
  1042. // %nDestination Port: %6
  1043. // %nOffset for IPSec status code: 0x14
  1044. // %nOffset for Offload status code: 0x10
  1045. // %nOffset for Offload flags(0=no offload): 0x20
  1046. // %nOffset for packet start: 0x28
  1047. //
  1048. #define EVENT_IPSEC_DROP_PACKET_INBOUND 0x400010C2L
  1049. //
  1050. // MessageId: EVENT_IPSEC_DROP_PACKET_OUTBOUND
  1051. //
  1052. // MessageText:
  1053. //
  1054. // The IPSec driver has dropped the following outbound packet:
  1055. // %nSource IP Address: %2
  1056. // %nDestination IP Address: %3
  1057. // %nProtocol: %4
  1058. // %nSource Port: %5
  1059. // %nDestination Port: %6
  1060. // %nOffset for IPSec status code: 0x14
  1061. // %nOffset for Offload status code: 0x10
  1062. // %nOffset for Offload flags: 0x20
  1063. // %nOffset for packet start: 0x28
  1064. //
  1065. #define EVENT_IPSEC_DROP_PACKET_OUTBOUND 0x400010C3L
  1066. /////////////////////////////////////////////////////////////////////////
  1067. //
  1068. // NBT Events
  1069. //
  1070. // Codes 4300 - 4399
  1071. //
  1072. /////////////////////////////////////////////////////////////////////////
  1073. // Don't use %1 for driver supplied insertion strings. The IO subsystem
  1074. // supplies the first string!!
  1075. //
  1076. // MessageId: EVENT_NBT_CREATE_DRIVER
  1077. //
  1078. // MessageText:
  1079. //
  1080. // The driver could not be created.
  1081. //
  1082. #define EVENT_NBT_CREATE_DRIVER 0xC00010CCL
  1083. //
  1084. // MessageId: EVENT_NBT_OPEN_REG_PARAMS
  1085. //
  1086. // MessageText:
  1087. //
  1088. // Unable to open the Registry Parameters to read configuration information.
  1089. //
  1090. #define EVENT_NBT_OPEN_REG_PARAMS 0xC00010CDL
  1091. //
  1092. // MessageId: EVENT_NBT_NO_BACKUP_WINS
  1093. //
  1094. // MessageText:
  1095. //
  1096. // The backup WINS server address is not configured in the registry.
  1097. //
  1098. #define EVENT_NBT_NO_BACKUP_WINS 0x800010CEL
  1099. //
  1100. // MessageId: EVENT_NBT_NO_WINS
  1101. //
  1102. // MessageText:
  1103. //
  1104. // The primary WINS server address is not configured in the registry.
  1105. //
  1106. #define EVENT_NBT_NO_WINS 0x800010CFL
  1107. //
  1108. // MessageId: EVENT_NBT_BAD_BACKUP_WINS_ADDR
  1109. //
  1110. // MessageText:
  1111. //
  1112. // The backup WINS server address is not formated correctly in the registry.
  1113. //
  1114. #define EVENT_NBT_BAD_BACKUP_WINS_ADDR 0x800010D0L
  1115. //
  1116. // MessageId: EVENT_NBT_BAD_PRIMARY_WINS_ADDR
  1117. //
  1118. // MessageText:
  1119. //
  1120. // The primary WINS server address is not formated correctly in the registry.
  1121. //
  1122. #define EVENT_NBT_BAD_PRIMARY_WINS_ADDR 0x800010D1L
  1123. //
  1124. // MessageId: EVENT_NBT_NAME_SERVER_ADDRS
  1125. //
  1126. // MessageText:
  1127. //
  1128. // Unable to configure the addresses of the WINS servers.
  1129. //
  1130. #define EVENT_NBT_NAME_SERVER_ADDRS 0xC00010D2L
  1131. //
  1132. // MessageId: EVENT_NBT_CREATE_ADDRESS
  1133. //
  1134. // MessageText:
  1135. //
  1136. // Initialization failed because the transport refused to open initial Addresses.
  1137. //
  1138. #define EVENT_NBT_CREATE_ADDRESS 0xC00010D3L
  1139. //
  1140. // MessageId: EVENT_NBT_CREATE_CONNECTION
  1141. //
  1142. // MessageText:
  1143. //
  1144. // Initialization failed because the transport refused to open initial Connections.
  1145. //
  1146. #define EVENT_NBT_CREATE_CONNECTION 0xC00010D4L
  1147. //
  1148. // MessageId: EVENT_NBT_NON_OS_INIT
  1149. //
  1150. // MessageText:
  1151. //
  1152. // Data structure initialization failed.
  1153. //
  1154. #define EVENT_NBT_NON_OS_INIT 0xC00010D5L
  1155. //
  1156. // MessageId: EVENT_NBT_TIMERS
  1157. //
  1158. // MessageText:
  1159. //
  1160. // Initialization failed because the timers could not be started.
  1161. //
  1162. #define EVENT_NBT_TIMERS 0xC00010D6L
  1163. //
  1164. // MessageId: EVENT_NBT_CREATE_DEVICE
  1165. //
  1166. // MessageText:
  1167. //
  1168. // Initialization failed because the driver device could not be created.
  1169. //
  1170. #define EVENT_NBT_CREATE_DEVICE 0xC00010D7L
  1171. //
  1172. // MessageId: EVENT_NBT_NO_DEVICES
  1173. //
  1174. // MessageText:
  1175. //
  1176. // There are no adapters configured for this protocol stack.
  1177. //
  1178. #define EVENT_NBT_NO_DEVICES 0x800010D8L
  1179. //
  1180. // MessageId: EVENT_NBT_OPEN_REG_LINKAGE
  1181. //
  1182. // MessageText:
  1183. //
  1184. // Unable to open the Registry Linkage to read configuration information.
  1185. //
  1186. #define EVENT_NBT_OPEN_REG_LINKAGE 0xC00010D9L
  1187. //
  1188. // MessageId: EVENT_NBT_READ_BIND
  1189. //
  1190. // MessageText:
  1191. //
  1192. // Unable to read the driver's bindings to the transport from the registry.
  1193. //
  1194. #define EVENT_NBT_READ_BIND 0xC00010DAL
  1195. //
  1196. // MessageId: EVENT_NBT_READ_EXPORT
  1197. //
  1198. // MessageText:
  1199. //
  1200. // Unable to read the driver's exported linkage configuration information.
  1201. //
  1202. #define EVENT_NBT_READ_EXPORT 0xC00010DBL
  1203. //
  1204. // MessageId: EVENT_NBT_OPEN_REG_NAMESERVER
  1205. //
  1206. // MessageText:
  1207. //
  1208. // Unable to open the Registry to read the WINS server addresses.
  1209. //
  1210. #define EVENT_NBT_OPEN_REG_NAMESERVER 0x800010DCL
  1211. //
  1212. // MessageId: EVENT_SCOPE_LABEL_TOO_LONG
  1213. //
  1214. // MessageText:
  1215. //
  1216. // The Netbios Name Scope has a component longer than 63 characters. Each label
  1217. // in the Scope cannot be longer than 63 bytes. Use the Control Panel, Network
  1218. // applet to change the scope.
  1219. //
  1220. #define EVENT_SCOPE_LABEL_TOO_LONG 0x800010DDL
  1221. //
  1222. // MessageId: EVENT_SCOPE_TOO_LONG
  1223. //
  1224. // MessageText:
  1225. //
  1226. // The Netbios Name Scope is too long. The scope cannot be longer than
  1227. // 255 bytes. Use the Control Panel, Network applet to change the scope.
  1228. //
  1229. #define EVENT_SCOPE_TOO_LONG 0x800010DEL
  1230. //
  1231. // MessageId: EVENT_NBT_DUPLICATE_NAME
  1232. //
  1233. // MessageText:
  1234. //
  1235. // A duplicate name has been detected on the TCP network. The IP address of
  1236. // the machine that sent the message is in the data. Use nbtstat -n in a
  1237. // command window to see which name is in the Conflict state.
  1238. //
  1239. #define EVENT_NBT_DUPLICATE_NAME 0xC00010DFL
  1240. //
  1241. // MessageId: EVENT_NBT_NAME_RELEASE
  1242. //
  1243. // MessageText:
  1244. //
  1245. // Another machine has sent a name release message to this machine probably
  1246. // because a duplicate name has been detected on the TCP network. The IP address
  1247. // of the node that sent the message is in the data. Use nbtstat -n in a
  1248. // command window to see which name is in the Conflict state.
  1249. //
  1250. #define EVENT_NBT_NAME_RELEASE 0xC00010E0L
  1251. //
  1252. // MessageId: EVENT_NBT_DUPLICATE_NAME_ERROR
  1253. //
  1254. // MessageText:
  1255. //
  1256. // The name "%2" could not be registered on the Interface with IP address %3.
  1257. // The machine with the IP address %4 did not allow the name to be claimed by
  1258. // this machine.
  1259. //
  1260. #define EVENT_NBT_DUPLICATE_NAME_ERROR 0xC00010E1L
  1261. //
  1262. // MessageId: EVENT_NBT_NO_RESOURCES
  1263. //
  1264. // MessageText:
  1265. //
  1266. // NetBT failed to process a request because it encountered OutOfResources
  1267. // exception(s) in the last 1 hour.
  1268. //
  1269. #define EVENT_NBT_NO_RESOURCES 0xC00010E2L
  1270. /////////////////////////////////////////////////////////////////////////
  1271. //
  1272. // NDIS Environment Events
  1273. //
  1274. // Codes 5000 - 5099
  1275. //
  1276. /////////////////////////////////////////////////////////////////////////
  1277. //
  1278. // MessageId: EVENT_NDIS_RESOURCE_CONFLICT
  1279. //
  1280. // MessageText:
  1281. //
  1282. // %2 : Has encountered a conflict in resources and could not load.
  1283. //
  1284. #define EVENT_NDIS_RESOURCE_CONFLICT 0xC0001388L
  1285. //
  1286. // MessageId: EVENT_NDIS_OUT_OF_RESOURCE
  1287. //
  1288. // MessageText:
  1289. //
  1290. // %2 : Could not allocate the resources necessary for operation.
  1291. //
  1292. #define EVENT_NDIS_OUT_OF_RESOURCE 0xC0001389L
  1293. //
  1294. // MessageId: EVENT_NDIS_HARDWARE_FAILURE
  1295. //
  1296. // MessageText:
  1297. //
  1298. // %2 : Has determined that the adapter is not functioning properly.
  1299. //
  1300. #define EVENT_NDIS_HARDWARE_FAILURE 0xC000138AL
  1301. //
  1302. // MessageId: EVENT_NDIS_ADAPTER_NOT_FOUND
  1303. //
  1304. // MessageText:
  1305. //
  1306. // %2 : Could not find an adapter.
  1307. //
  1308. #define EVENT_NDIS_ADAPTER_NOT_FOUND 0xC000138BL
  1309. //
  1310. // MessageId: EVENT_NDIS_INTERRUPT_CONNECT
  1311. //
  1312. // MessageText:
  1313. //
  1314. // %2 : Could not connect to the interrupt number supplied.
  1315. //
  1316. #define EVENT_NDIS_INTERRUPT_CONNECT 0xC000138CL
  1317. //
  1318. // MessageId: EVENT_NDIS_DRIVER_FAILURE
  1319. //
  1320. // MessageText:
  1321. //
  1322. // %2 : Has encountered an internal error and has failed.
  1323. //
  1324. #define EVENT_NDIS_DRIVER_FAILURE 0xC000138DL
  1325. //
  1326. // MessageId: EVENT_NDIS_BAD_VERSION
  1327. //
  1328. // MessageText:
  1329. //
  1330. // %2 : The version number is incorrect for this driver.
  1331. //
  1332. #define EVENT_NDIS_BAD_VERSION 0xC000138EL
  1333. //
  1334. // MessageId: EVENT_NDIS_TIMEOUT
  1335. //
  1336. // MessageText:
  1337. //
  1338. // %2 : Timed out during an operation.
  1339. //
  1340. #define EVENT_NDIS_TIMEOUT 0x8000138FL
  1341. //
  1342. // MessageId: EVENT_NDIS_NETWORK_ADDRESS
  1343. //
  1344. // MessageText:
  1345. //
  1346. // %2 : Has encountered an invalid network address.
  1347. //
  1348. #define EVENT_NDIS_NETWORK_ADDRESS 0xC0001390L
  1349. //
  1350. // MessageId: EVENT_NDIS_UNSUPPORTED_CONFIGURATION
  1351. //
  1352. // MessageText:
  1353. //
  1354. // %2 : Does not support the configuration supplied.
  1355. //
  1356. #define EVENT_NDIS_UNSUPPORTED_CONFIGURATION 0xC0001391L
  1357. //
  1358. // MessageId: EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER
  1359. //
  1360. // MessageText:
  1361. //
  1362. // %2 : The adapter has returned an invalid value to the driver.
  1363. //
  1364. #define EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER 0xC0001392L
  1365. //
  1366. // MessageId: EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER
  1367. //
  1368. // MessageText:
  1369. //
  1370. // %2 : A required parameter is missing from the Registry.
  1371. //
  1372. #define EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER 0xC0001393L
  1373. //
  1374. // MessageId: EVENT_NDIS_BAD_IO_BASE_ADDRESS
  1375. //
  1376. // MessageText:
  1377. //
  1378. // %2 : The I/O base address supplied does not match the jumpers on the adapter.
  1379. //
  1380. #define EVENT_NDIS_BAD_IO_BASE_ADDRESS 0xC0001394L
  1381. //
  1382. // MessageId: EVENT_NDIS_RECEIVE_SPACE_SMALL
  1383. //
  1384. // MessageText:
  1385. //
  1386. // %2 : The adapter is configured such that the receive space is smaller than
  1387. // the maximum packet size. Some packets may be lost.
  1388. //
  1389. #define EVENT_NDIS_RECEIVE_SPACE_SMALL 0x40001395L
  1390. //
  1391. // MessageId: EVENT_NDIS_ADAPTER_DISABLED
  1392. //
  1393. // MessageText:
  1394. //
  1395. // %2 : The adapter is disabled. The driver cannot open the adapter.
  1396. //
  1397. #define EVENT_NDIS_ADAPTER_DISABLED 0x80001396L
  1398. //
  1399. // MessageId: EVENT_NDIS_IO_PORT_CONFLICT
  1400. //
  1401. // MessageText:
  1402. //
  1403. // %2 : There is an I/O port conflict.
  1404. //
  1405. #define EVENT_NDIS_IO_PORT_CONFLICT 0x80001397L
  1406. //
  1407. // MessageId: EVENT_NDIS_PORT_OR_DMA_CONFLICT
  1408. //
  1409. // MessageText:
  1410. //
  1411. // %2 : There is an I/O port or DMA channel conflict.
  1412. //
  1413. #define EVENT_NDIS_PORT_OR_DMA_CONFLICT 0x80001398L
  1414. //
  1415. // MessageId: EVENT_NDIS_MEMORY_CONFLICT
  1416. //
  1417. // MessageText:
  1418. //
  1419. // %2 : There is a memory conflict at address 0x%3.
  1420. //
  1421. #define EVENT_NDIS_MEMORY_CONFLICT 0x80001399L
  1422. //
  1423. // MessageId: EVENT_NDIS_INTERRUPT_CONFLICT
  1424. //
  1425. // MessageText:
  1426. //
  1427. // %2 : There is a interrupt conflict at interrupt number %3.
  1428. //
  1429. #define EVENT_NDIS_INTERRUPT_CONFLICT 0x8000139AL
  1430. //
  1431. // MessageId: EVENT_NDIS_DMA_CONFLICT
  1432. //
  1433. // MessageText:
  1434. //
  1435. // %2 : There is a resource conflict at DMA channel %3.
  1436. //
  1437. #define EVENT_NDIS_DMA_CONFLICT 0x8000139BL
  1438. //
  1439. // MessageId: EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR
  1440. //
  1441. // MessageText:
  1442. //
  1443. // %2 : The download file is invalid. The driver is unable to load.
  1444. //
  1445. #define EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR 0xC000139CL
  1446. //
  1447. // MessageId: EVENT_NDIS_MAXRECEIVES_ERROR
  1448. //
  1449. // MessageText:
  1450. //
  1451. // %2 : The specified Registry entry MaxReceives is out of range. Using
  1452. // default value.
  1453. //
  1454. #define EVENT_NDIS_MAXRECEIVES_ERROR 0x8000139DL
  1455. //
  1456. // MessageId: EVENT_NDIS_MAXTRANSMITS_ERROR
  1457. //
  1458. // MessageText:
  1459. //
  1460. // %2 : The specified Registry entry MaxTransmits is out of range. Using
  1461. // default value.
  1462. //
  1463. #define EVENT_NDIS_MAXTRANSMITS_ERROR 0x8000139EL
  1464. //
  1465. // MessageId: EVENT_NDIS_MAXFRAMESIZE_ERROR
  1466. //
  1467. // MessageText:
  1468. //
  1469. // %2 : The specified Registry entry MaxFrameSize is out of range. Using
  1470. // default value.
  1471. //
  1472. #define EVENT_NDIS_MAXFRAMESIZE_ERROR 0x8000139FL
  1473. //
  1474. // MessageId: EVENT_NDIS_MAXINTERNALBUFS_ERROR
  1475. //
  1476. // MessageText:
  1477. //
  1478. // %2 : The specified Registry entry MaxInternalBufs is out of range. Using
  1479. // default value.
  1480. //
  1481. #define EVENT_NDIS_MAXINTERNALBUFS_ERROR 0x800013A0L
  1482. //
  1483. // MessageId: EVENT_NDIS_MAXMULTICAST_ERROR
  1484. //
  1485. // MessageText:
  1486. //
  1487. // %2 : The specified Registry entry MaxMulticast is out of range. Using
  1488. // default value.
  1489. //
  1490. #define EVENT_NDIS_MAXMULTICAST_ERROR 0x800013A1L
  1491. //
  1492. // MessageId: EVENT_NDIS_PRODUCTID_ERROR
  1493. //
  1494. // MessageText:
  1495. //
  1496. // %2 : The specified Registry entry ProductId is out of range. Using
  1497. // default value.
  1498. //
  1499. #define EVENT_NDIS_PRODUCTID_ERROR 0x800013A2L
  1500. //
  1501. // MessageId: EVENT_NDIS_LOBE_FAILUE_ERROR
  1502. //
  1503. // MessageText:
  1504. //
  1505. // %2 : A Token Ring Lobe Wire Fault has occurred. Verify cable
  1506. // connections. The adapter will continue to try to reinsert back
  1507. // into the ring.
  1508. //
  1509. #define EVENT_NDIS_LOBE_FAILUE_ERROR 0x800013A3L
  1510. //
  1511. // MessageId: EVENT_NDIS_SIGNAL_LOSS_ERROR
  1512. //
  1513. // MessageText:
  1514. //
  1515. // %2 : The adapter had detected a loss of signal on the ring. The adapter
  1516. // will continue to try to reinsert back into the ring.
  1517. //
  1518. #define EVENT_NDIS_SIGNAL_LOSS_ERROR 0x800013A4L
  1519. //
  1520. // MessageId: EVENT_NDIS_REMOVE_RECEIVED_ERROR
  1521. //
  1522. // MessageText:
  1523. //
  1524. // %2 : The adapter has received a request to deinsert from the
  1525. // ring. The adapter will continue to try to reinsert back into the ring.
  1526. //
  1527. #define EVENT_NDIS_REMOVE_RECEIVED_ERROR 0x800013A5L
  1528. //
  1529. // MessageId: EVENT_NDIS_TOKEN_RING_CORRECTION
  1530. //
  1531. // MessageText:
  1532. //
  1533. // %2 : The adapter has successfully reinserted back into the ring.
  1534. //
  1535. #define EVENT_NDIS_TOKEN_RING_CORRECTION 0x400013A6L
  1536. //
  1537. // MessageId: EVENT_NDIS_ADAPTER_CHECK_ERROR
  1538. //
  1539. // MessageText:
  1540. //
  1541. // %2 : The adapter has detected an Adapter Check as a result of some
  1542. // unrecoverable hardware of software error. Please contact your service provider.
  1543. //
  1544. #define EVENT_NDIS_ADAPTER_CHECK_ERROR 0xC00013A7L
  1545. //
  1546. // MessageId: EVENT_NDIS_RESET_FAILURE_ERROR
  1547. //
  1548. // MessageText:
  1549. //
  1550. // %2 : The adapter failed to reset within a specified time. The adapter will
  1551. // continue to try to reset. This could be the result of a hardware failure.
  1552. //
  1553. #define EVENT_NDIS_RESET_FAILURE_ERROR 0x800013A8L
  1554. //
  1555. // MessageId: EVENT_NDIS_CABLE_DISCONNECTED_ERROR
  1556. //
  1557. // MessageText:
  1558. //
  1559. // %2 : The adapter has detected that the Token Ring cable is disconnected from
  1560. // the adapter. Please reconnect the Token Ring cable. The adapter will continue
  1561. // to try to reset until the connection is repaired.
  1562. //
  1563. #define EVENT_NDIS_CABLE_DISCONNECTED_ERROR 0x800013A9L
  1564. //
  1565. // MessageId: EVENT_NDIS_RESET_FAILURE_CORRECTION
  1566. //
  1567. // MessageText:
  1568. //
  1569. // %2 : The adapter has successfully completed a previously failed reset.
  1570. //
  1571. #define EVENT_NDIS_RESET_FAILURE_CORRECTION 0x800013AAL
  1572. /////////////////////////////////////////////////////////////////////////
  1573. //
  1574. // General NT System Events
  1575. //
  1576. /////////////////////////////////////////////////////////////////////////
  1577. //
  1578. // Eventlog Events 6000 - 6099
  1579. //
  1580. //
  1581. // MessageId: EVENT_LOG_FULL
  1582. //
  1583. // MessageText:
  1584. //
  1585. // The %1 log file is full.
  1586. //
  1587. #define EVENT_LOG_FULL 0x80001770L
  1588. //
  1589. // MessageId: EVENT_LogFileNotOpened
  1590. //
  1591. // MessageText:
  1592. //
  1593. // The %1 log file cannot be opened.
  1594. //
  1595. #define EVENT_LogFileNotOpened 0x80001771L
  1596. //
  1597. // MessageId: EVENT_LogFileCorrupt
  1598. //
  1599. // MessageText:
  1600. //
  1601. // The %1 log file is corrupted and will be cleared.
  1602. //
  1603. #define EVENT_LogFileCorrupt 0x80001772L
  1604. //
  1605. // MessageId: EVENT_DefaultLogCorrupt
  1606. //
  1607. // MessageText:
  1608. //
  1609. // The Application log file could not be opened. %1 will be used as the default
  1610. // log file.
  1611. //
  1612. #define EVENT_DefaultLogCorrupt 0x80001773L
  1613. //
  1614. // MessageId: EVENT_BadDriverPacket
  1615. //
  1616. // MessageText:
  1617. //
  1618. // A driver packet received from the I/O subsystem was invalid. The data is the
  1619. // packet.
  1620. //
  1621. #define EVENT_BadDriverPacket 0x80001774L
  1622. //
  1623. // MessageId: EVENT_EventlogStarted
  1624. //
  1625. // MessageText:
  1626. //
  1627. // The Event log service was started.
  1628. //
  1629. #define EVENT_EventlogStarted 0x80001775L
  1630. //
  1631. // MessageId: EVENT_EventlogStopped
  1632. //
  1633. // MessageText:
  1634. //
  1635. // The Event log service was stopped.
  1636. //
  1637. #define EVENT_EventlogStopped 0x80001776L
  1638. //
  1639. // MessageId: TITLE_EventlogMessageBox
  1640. //
  1641. // MessageText:
  1642. //
  1643. // Eventlog Service %0
  1644. //
  1645. #define TITLE_EventlogMessageBox 0x80001777L
  1646. //
  1647. // MessageId: EVENT_EventlogAbnormalShutdown
  1648. //
  1649. // MessageText:
  1650. //
  1651. // The previous system shutdown at %1 on %2 was unexpected.
  1652. //
  1653. #define EVENT_EventlogAbnormalShutdown 0x80001778L
  1654. //
  1655. // MessageId: EVENT_EventLogProductInfo
  1656. //
  1657. // MessageText:
  1658. //
  1659. // Microsoft (R) Windows (R) %1 %2 %3 %4.
  1660. //
  1661. #define EVENT_EventLogProductInfo 0x80001779L
  1662. //
  1663. // MessageId: EVENT_ServiceNoEventLog
  1664. //
  1665. // MessageText:
  1666. //
  1667. // The %1 service was unable to set up an event source.
  1668. //
  1669. #define EVENT_ServiceNoEventLog 0xC000177AL
  1670. //
  1671. // MessageId: EVENT_ComputerNameChange
  1672. //
  1673. // MessageText:
  1674. //
  1675. // The NetBIOS name and DNS host name of this machine have been changed from %1 to %2.
  1676. //
  1677. #define EVENT_ComputerNameChange 0xC000177BL
  1678. //
  1679. // MessageId: EVENT_DNSDomainNameChange
  1680. //
  1681. // MessageText:
  1682. //
  1683. // The DNS domain assigned to this computer has been changed from %1 to %2.
  1684. //
  1685. #define EVENT_DNSDomainNameChange 0xC000177CL
  1686. //
  1687. // System Events 6100 - 6199
  1688. //
  1689. //
  1690. // MessageId: EVENT_UP_DRIVER_ON_MP
  1691. //
  1692. // MessageText:
  1693. //
  1694. // A uniprocessor-specific driver was loaded on a multiprocessor system. The driver could not load.
  1695. //
  1696. #define EVENT_UP_DRIVER_ON_MP 0xC00017D4L
  1697. //
  1698. // Service Controller Events 7000 - 7899
  1699. //
  1700. //
  1701. // MessageId: EVENT_SERVICE_START_FAILED
  1702. //
  1703. // MessageText:
  1704. //
  1705. // The %1 service failed to start due to the following error: %n%2
  1706. //
  1707. #define EVENT_SERVICE_START_FAILED 0xC0001B58L
  1708. //
  1709. // MessageId: EVENT_SERVICE_START_FAILED_II
  1710. //
  1711. // MessageText:
  1712. //
  1713. // The %1 service depends on the %2 service which failed to start because of the following error: %n%3
  1714. //
  1715. #define EVENT_SERVICE_START_FAILED_II 0xC0001B59L
  1716. //
  1717. // MessageId: EVENT_SERVICE_START_FAILED_GROUP
  1718. //
  1719. // MessageText:
  1720. //
  1721. // The %1 service depends on the %2 group and no member of this group started.
  1722. //
  1723. #define EVENT_SERVICE_START_FAILED_GROUP 0xC0001B5AL
  1724. //
  1725. // MessageId: EVENT_SERVICE_START_FAILED_NONE
  1726. //
  1727. // MessageText:
  1728. //
  1729. // The %1 service depends on the following nonexistent service: %2
  1730. //
  1731. #define EVENT_SERVICE_START_FAILED_NONE 0xC0001B5BL
  1732. //
  1733. // MessageId: EVENT_CALL_TO_FUNCTION_FAILED
  1734. //
  1735. // MessageText:
  1736. //
  1737. // The %1 call failed with the following error: %n%2
  1738. //
  1739. #define EVENT_CALL_TO_FUNCTION_FAILED 0xC0001B5DL
  1740. //
  1741. // MessageId: EVENT_CALL_TO_FUNCTION_FAILED_II
  1742. //
  1743. // MessageText:
  1744. //
  1745. // The %1 call failed for %2 with the following error: %n%3
  1746. //
  1747. #define EVENT_CALL_TO_FUNCTION_FAILED_II 0xC0001B5EL
  1748. //
  1749. // MessageId: EVENT_REVERTED_TO_LASTKNOWNGOOD
  1750. //
  1751. // MessageText:
  1752. //
  1753. // The system reverted to its last known good configuration. The system is restarting....
  1754. //
  1755. #define EVENT_REVERTED_TO_LASTKNOWNGOOD 0xC0001B5FL
  1756. //
  1757. // MessageId: EVENT_BAD_ACCOUNT_NAME
  1758. //
  1759. // MessageText:
  1760. //
  1761. // No backslash is in the account name.
  1762. //
  1763. #define EVENT_BAD_ACCOUNT_NAME 0xC0001B60L
  1764. //
  1765. // MessageId: EVENT_CONNECTION_TIMEOUT
  1766. //
  1767. // MessageText:
  1768. //
  1769. // Timeout (%1 milliseconds) waiting for the %2 service to connect.
  1770. //
  1771. #define EVENT_CONNECTION_TIMEOUT 0xC0001B61L
  1772. //
  1773. // MessageId: EVENT_READFILE_TIMEOUT
  1774. //
  1775. // MessageText:
  1776. //
  1777. // Timeout (%1 milliseconds) waiting for ReadFile.
  1778. //
  1779. #define EVENT_READFILE_TIMEOUT 0xC0001B62L
  1780. //
  1781. // MessageId: EVENT_TRANSACT_TIMEOUT
  1782. //
  1783. // MessageText:
  1784. //
  1785. // Timeout (%1 milliseconds) waiting for a transaction response from the %2 service.
  1786. //
  1787. #define EVENT_TRANSACT_TIMEOUT 0xC0001B63L
  1788. //
  1789. // MessageId: EVENT_TRANSACT_INVALID
  1790. //
  1791. // MessageText:
  1792. //
  1793. // Message returned in transaction has incorrect size.
  1794. //
  1795. #define EVENT_TRANSACT_INVALID 0xC0001B64L
  1796. //
  1797. // MessageId: EVENT_FIRST_LOGON_FAILED
  1798. //
  1799. // MessageText:
  1800. //
  1801. // Logon attempt with current password failed with the following error: %n%1
  1802. //
  1803. #define EVENT_FIRST_LOGON_FAILED 0xC0001B65L
  1804. //
  1805. // MessageId: EVENT_SECOND_LOGON_FAILED
  1806. //
  1807. // MessageText:
  1808. //
  1809. // Second logon attempt with old password also failed with the following error: %n%1
  1810. //
  1811. #define EVENT_SECOND_LOGON_FAILED 0xC0001B66L
  1812. //
  1813. // MessageId: EVENT_INVALID_DRIVER_DEPENDENCY
  1814. //
  1815. // MessageText:
  1816. //
  1817. // Boot-start or system-start driver (%1) must not depend on a service.
  1818. //
  1819. #define EVENT_INVALID_DRIVER_DEPENDENCY 0xC0001B67L
  1820. //
  1821. // MessageId: EVENT_BAD_SERVICE_STATE
  1822. //
  1823. // MessageText:
  1824. //
  1825. // The %1 service has reported an invalid current state %2.
  1826. //
  1827. #define EVENT_BAD_SERVICE_STATE 0xC0001B68L
  1828. //
  1829. // MessageId: EVENT_CIRCULAR_DEPENDENCY_DEMAND
  1830. //
  1831. // MessageText:
  1832. //
  1833. // Detected circular dependencies demand starting %1.
  1834. //
  1835. #define EVENT_CIRCULAR_DEPENDENCY_DEMAND 0xC0001B69L
  1836. //
  1837. // MessageId: EVENT_CIRCULAR_DEPENDENCY_AUTO
  1838. //
  1839. // MessageText:
  1840. //
  1841. // Detected circular dependencies auto-starting services.
  1842. //
  1843. #define EVENT_CIRCULAR_DEPENDENCY_AUTO 0xC0001B6AL
  1844. //
  1845. // MessageId: EVENT_DEPEND_ON_LATER_SERVICE
  1846. //
  1847. // MessageText:
  1848. //
  1849. // Circular dependency: The %1 service depends on a service in a group which starts later.
  1850. //
  1851. #define EVENT_DEPEND_ON_LATER_SERVICE 0xC0001B6BL
  1852. //
  1853. // MessageId: EVENT_DEPEND_ON_LATER_GROUP
  1854. //
  1855. // MessageText:
  1856. //
  1857. // Circular dependency: The %1 service depends on a group which starts later.
  1858. //
  1859. #define EVENT_DEPEND_ON_LATER_GROUP 0xC0001B6CL
  1860. //
  1861. // MessageId: EVENT_SEVERE_SERVICE_FAILED
  1862. //
  1863. // MessageText:
  1864. //
  1865. // About to revert to the last known good configuration because the %1 service failed to start.
  1866. //
  1867. #define EVENT_SEVERE_SERVICE_FAILED 0xC0001B6DL
  1868. //
  1869. // MessageId: EVENT_SERVICE_START_HUNG
  1870. //
  1871. // MessageText:
  1872. //
  1873. // The %1 service hung on starting.
  1874. //
  1875. #define EVENT_SERVICE_START_HUNG 0xC0001B6EL
  1876. //
  1877. // MessageId: EVENT_SERVICE_EXIT_FAILED
  1878. //
  1879. // MessageText:
  1880. //
  1881. // The %1 service terminated with the following error: %n%2
  1882. //
  1883. #define EVENT_SERVICE_EXIT_FAILED 0xC0001B6FL
  1884. //
  1885. // MessageId: EVENT_SERVICE_EXIT_FAILED_SPECIFIC
  1886. //
  1887. // MessageText:
  1888. //
  1889. // The %1 service terminated with service-specific error %2.
  1890. //
  1891. #define EVENT_SERVICE_EXIT_FAILED_SPECIFIC 0xC0001B70L
  1892. //
  1893. // MessageId: EVENT_SERVICE_START_AT_BOOT_FAILED
  1894. //
  1895. // MessageText:
  1896. //
  1897. // At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details.
  1898. //
  1899. #define EVENT_SERVICE_START_AT_BOOT_FAILED 0xC0001B71L
  1900. //
  1901. // MessageId: EVENT_BOOT_SYSTEM_DRIVERS_FAILED
  1902. //
  1903. // MessageText:
  1904. //
  1905. // The following boot-start or system-start driver(s) failed to load: %1
  1906. //
  1907. #define EVENT_BOOT_SYSTEM_DRIVERS_FAILED 0xC0001B72L
  1908. //
  1909. // MessageId: EVENT_RUNNING_LASTKNOWNGOOD
  1910. //
  1911. // MessageText:
  1912. //
  1913. // Windows 2000 could not be started as configured. A previous working configuration was used instead.
  1914. //
  1915. #define EVENT_RUNNING_LASTKNOWNGOOD 0xC0001B73L
  1916. //
  1917. // MessageId: EVENT_TAKE_OWNERSHIP
  1918. //
  1919. // MessageText:
  1920. //
  1921. // The %1 Registry key denied access to SYSTEM account programs so the Service Control Manager took ownership of the Registry key.
  1922. //
  1923. #define EVENT_TAKE_OWNERSHIP 0xC0001B74L
  1924. //
  1925. // This Text is used as a title for the message box used to display
  1926. // MessageId 7027. It is not an event or error message.
  1927. //
  1928. //
  1929. // MessageId: TITLE_SC_MESSAGE_BOX
  1930. //
  1931. // MessageText:
  1932. //
  1933. // Service Control Manager %0
  1934. //
  1935. #define TITLE_SC_MESSAGE_BOX 0xC0001B75L
  1936. //
  1937. // MessageId: EVENT_SERVICE_NOT_INTERACTIVE
  1938. //
  1939. // MessageText:
  1940. //
  1941. // The %1 service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.
  1942. //
  1943. #define EVENT_SERVICE_NOT_INTERACTIVE 0xC0001B76L
  1944. //
  1945. // Parameter %4 is the value, in decimal, of the SC_ACTION_ constant for
  1946. // the action described in parameter %5.
  1947. //
  1948. //
  1949. // MessageId: EVENT_SERVICE_CRASH
  1950. //
  1951. // MessageText:
  1952. //
  1953. // The %1 service terminated unexpectedly. It has done this %2 time(s). The following corrective action will be taken in %3 milliseconds: %5.
  1954. //
  1955. #define EVENT_SERVICE_CRASH 0xC0001B77L
  1956. //
  1957. // Parameter %1 is the value, in decimal, of the SC_ACTION_ constant for
  1958. // the action described in parameter %2.
  1959. //
  1960. //
  1961. // MessageId: EVENT_SERVICE_RECOVERY_FAILED
  1962. //
  1963. // MessageText:
  1964. //
  1965. // The Service Control Manager tried to take a corrective action (%2) after the unexpected termination of the %3 service, but this action failed with the following error: %n%4
  1966. //
  1967. #define EVENT_SERVICE_RECOVERY_FAILED 0xC0001B78L
  1968. //
  1969. // MessageId: EVENT_SERVICE_SCESRV_FAILED
  1970. //
  1971. // MessageText:
  1972. //
  1973. // The Service Control Manager did not initialize successfully. The security
  1974. // configuration server (scesrv.dll) failed to initialize with error %1. The
  1975. // system is restarting...
  1976. //
  1977. #define EVENT_SERVICE_SCESRV_FAILED 0xC0001B79L
  1978. //
  1979. // MessageId: EVENT_SERVICE_CRASH_NO_ACTION
  1980. //
  1981. // MessageText:
  1982. //
  1983. // The %1 service terminated unexpectedly. It has done this %2 time(s).
  1984. //
  1985. #define EVENT_SERVICE_CRASH_NO_ACTION 0xC0001B7AL
  1986. //
  1987. // Parameter %2 is the string name of the control
  1988. //
  1989. //
  1990. // MessageId: EVENT_SERVICE_CONTROL_SUCCESS
  1991. //
  1992. // MessageText:
  1993. //
  1994. // The %1 service was successfully sent a %2 control.
  1995. //
  1996. #define EVENT_SERVICE_CONTROL_SUCCESS 0x40001B7BL
  1997. //
  1998. // Parameter %2 is the string name of the control
  1999. //
  2000. //
  2001. // MessageId: EVENT_SERVICE_STATUS_SUCCESS
  2002. //
  2003. // MessageText:
  2004. //
  2005. // The %1 service entered the %2 state.
  2006. //
  2007. #define EVENT_SERVICE_STATUS_SUCCESS 0x40001B7CL
  2008. //
  2009. // MessageId: EVENT_SERVICE_CONFIG_BACKOUT_FAILED
  2010. //
  2011. // MessageText:
  2012. //
  2013. // The Service Control Manager encountered an error undoing a configuration change
  2014. // to the %1 service. The service's %2 is currently in an unpredictable state.
  2015. //
  2016. // If you do not correct this configuration, you may not be able to restart the %1
  2017. // service or may encounter other errors. To ensure that the service is configured
  2018. // properly, use the Services snap-in in Microsoft Management Console (MMC).
  2019. //
  2020. #define EVENT_SERVICE_CONFIG_BACKOUT_FAILED 0xC0001B7DL
  2021. //
  2022. // MessageId: EVENT_FIRST_LOGON_FAILED_II
  2023. //
  2024. // MessageText:
  2025. //
  2026. // The %1 service was unable to log on as %2 with the currently configured
  2027. // password due to the following error: %n%3%n%nTo ensure that the service is
  2028. // configured properly, use the Services snap-in in Microsoft Management
  2029. // Console (MMC).
  2030. //
  2031. #define EVENT_FIRST_LOGON_FAILED_II 0xC0001B7EL
  2032. //
  2033. // Schedule (AT command) Service Events 7900 - 7999
  2034. //
  2035. //
  2036. // MessageId: EVENT_COMMAND_NOT_INTERACTIVE
  2037. //
  2038. // MessageText:
  2039. //
  2040. // The %1 command is marked as an interactive command. However, the system is
  2041. // configured to not allow interactive command execution. This command may not
  2042. // function properly.
  2043. //
  2044. #define EVENT_COMMAND_NOT_INTERACTIVE 0xC0001EDCL
  2045. //
  2046. // MessageId: EVENT_COMMAND_START_FAILED
  2047. //
  2048. // MessageText:
  2049. //
  2050. // The %1 command failed to start due to the following error: %n%2
  2051. //
  2052. #define EVENT_COMMAND_START_FAILED 0xC0001EDDL
  2053. /////////////////////////////////////////////////////////////////////////
  2054. //
  2055. // Lanman Bowser/Browser Events (8000-8499)
  2056. //
  2057. //
  2058. /////////////////////////////////////////////////////////////////////////
  2059. //
  2060. // MessageId: EVENT_BOWSER_OTHER_MASTER_ON_NET
  2061. //
  2062. // MessageText:
  2063. //
  2064. // The master browser has received a server announcement from the computer %2
  2065. // that believes that it is the master browser for the domain on transport %3.
  2066. // The master browser is stopping or an election is being forced.
  2067. //
  2068. #define EVENT_BOWSER_OTHER_MASTER_ON_NET 0xC0001F43L
  2069. //
  2070. // MessageId: EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER
  2071. //
  2072. // MessageText:
  2073. //
  2074. // A request has been submitted to promote the computer to backup when it is already a
  2075. // master browser.
  2076. //
  2077. #define EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER 0x80001F44L
  2078. //
  2079. // MessageId: EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE
  2080. //
  2081. // MessageText:
  2082. //
  2083. // The browser has received a server announcement indicating that the computer %2
  2084. // is a master browser, but this computer is not a master browser.
  2085. //
  2086. #define EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE 0x80001F45L
  2087. //
  2088. // MessageId: EVENT_BOWSER_ILLEGAL_DATAGRAM
  2089. //
  2090. // MessageText:
  2091. //
  2092. // The browser has received an illegal datagram from the remote computer %2 to name %3 on transport %4. The data is the datagram.
  2093. //
  2094. #define EVENT_BOWSER_ILLEGAL_DATAGRAM 0x80001F46L
  2095. //
  2096. // MessageId: EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED
  2097. //
  2098. // MessageText:
  2099. //
  2100. // The browser was unable to update the service status bits. The data is the error.
  2101. //
  2102. #define EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED 0xC0001F47L
  2103. //
  2104. // MessageId: EVENT_BROWSER_ROLE_CHANGE_FAILED
  2105. //
  2106. // MessageText:
  2107. //
  2108. // The browser was unable to update its role. The data is the error.
  2109. //
  2110. #define EVENT_BROWSER_ROLE_CHANGE_FAILED 0xC0001F48L
  2111. //
  2112. // MessageId: EVENT_BROWSER_MASTER_PROMOTION_FAILED
  2113. //
  2114. // MessageText:
  2115. //
  2116. // The browser was unable to promote itself to master browser. The computer that currently
  2117. // believes it is the master browser is %1.
  2118. //
  2119. #define EVENT_BROWSER_MASTER_PROMOTION_FAILED 0xC0001F49L
  2120. //
  2121. // MessageId: EVENT_BOWSER_NAME_CONVERSION_FAILED
  2122. //
  2123. // MessageText:
  2124. //
  2125. // The browser driver was unable to convert a character string to a unicode string.
  2126. //
  2127. #define EVENT_BOWSER_NAME_CONVERSION_FAILED 0xC0001F4AL
  2128. //
  2129. // MessageId: EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED
  2130. //
  2131. // MessageText:
  2132. //
  2133. // The browser was unable to add the configuration parameter %1.
  2134. //
  2135. #define EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED 0xC0001F4BL
  2136. //
  2137. // MessageId: EVENT_BOWSER_ELECTION_RECEIVED
  2138. //
  2139. // MessageText:
  2140. //
  2141. // The browser driver has received an election packet from computer %2 on network %3. The data is the packet received.
  2142. //
  2143. #define EVENT_BOWSER_ELECTION_RECEIVED 0x00001F4CL
  2144. //
  2145. // MessageId: EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED
  2146. //
  2147. // MessageText:
  2148. //
  2149. // The browser driver has forced an election on network %2 because it was unable to find a master browser to retrieve a backup list on that network.
  2150. //
  2151. #define EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED 0x40001F4DL
  2152. //
  2153. // MessageId: EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED
  2154. //
  2155. // MessageText:
  2156. //
  2157. // The browser driver has forced an election on network %2 because it was unable to find a master browser for that network.
  2158. //
  2159. #define EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED 0x40001F4EL
  2160. //
  2161. // MessageId: EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED
  2162. //
  2163. // MessageText:
  2164. //
  2165. // The browser has forced an election on network %1 because a Windows 2000 Server (or domain master) browser is started.
  2166. //
  2167. #define EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED 0x40001F4FL
  2168. //
  2169. // MessageId: EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD
  2170. //
  2171. // MessageText:
  2172. //
  2173. // The browser driver has received too many illegal datagrams from the remote computer %2 to name %3 on transport %4. The data is the datagram.
  2174. // No more events will be generated until the reset frequency has expired.
  2175. //
  2176. #define EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD 0xC0001F50L
  2177. //
  2178. // MessageId: EVENT_BROWSER_DEPENDANT_SERVICE_FAILED
  2179. //
  2180. // MessageText:
  2181. //
  2182. // The browser has failed to start because the dependent service %1 had invalid service status %2.
  2183. // Status Meaning
  2184. // 1 Service Stopped%n
  2185. // 2 Start Pending%n
  2186. // 3 Stop Pending%n
  2187. // 4 Running%n
  2188. // 5 Continue Pending%n
  2189. // 6 Pause Pending%n
  2190. // 7 Paused%n
  2191. //
  2192. #define EVENT_BROWSER_DEPENDANT_SERVICE_FAILED 0xC0001F51L
  2193. //
  2194. // MessageId: EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING
  2195. //
  2196. // MessageText:
  2197. //
  2198. // The browser was unable to promote itself to master browser. The browser will continue
  2199. // to attempt to promote itself to the master browser, but will no longer log any events in the event log in Event Viewer.
  2200. //
  2201. #define EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING 0xC0001F53L
  2202. //
  2203. // MessageId: EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER
  2204. //
  2205. // MessageText:
  2206. //
  2207. // The browser was unable to promote itself to master browser. The computer that currently
  2208. // believes it is the master browser is unknown.
  2209. //
  2210. #define EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER 0xC0001F54L
  2211. //
  2212. // MessageId: EVENT_BROWSER_SERVER_LIST_FAILED
  2213. //
  2214. // MessageText:
  2215. //
  2216. // The browser was unable to retrieve a list of servers from the browser master %1 on the network %2.
  2217. // The data is the error code.
  2218. //
  2219. #define EVENT_BROWSER_SERVER_LIST_FAILED 0x80001F55L
  2220. //
  2221. // MessageId: EVENT_BROWSER_DOMAIN_LIST_FAILED
  2222. //
  2223. // MessageText:
  2224. //
  2225. // The browser was unable to retrieve a list of domains from the browser master %1 on the network %2.
  2226. // The data is the error code.
  2227. //
  2228. #define EVENT_BROWSER_DOMAIN_LIST_FAILED 0x80001F56L
  2229. //
  2230. // MessageId: EVENT_BROWSER_ILLEGAL_CONFIG
  2231. //
  2232. // MessageText:
  2233. //
  2234. // The value for the parameter %1 to the browser service was illegal.
  2235. //
  2236. #define EVENT_BROWSER_ILLEGAL_CONFIG 0x80001F57L
  2237. //
  2238. // MessageId: EVENT_BOWSER_OLD_BACKUP_FOUND
  2239. //
  2240. // MessageText:
  2241. //
  2242. // The backup browser server %2 is out-of-date. Consider upgrading this computer.
  2243. //
  2244. #define EVENT_BOWSER_OLD_BACKUP_FOUND 0x40001F58L
  2245. //
  2246. // MessageId: EVENT_BROWSER_SERVER_LIST_RETRIEVED
  2247. //
  2248. // MessageText:
  2249. //
  2250. // The browser has retrieved a list of servers from remote computer %1 on transport %2.%n
  2251. // There were %3 entries read, and %4 total entries.
  2252. //
  2253. #define EVENT_BROWSER_SERVER_LIST_RETRIEVED 0x00001F59L
  2254. //
  2255. // MessageId: EVENT_BROWSER_DOMAIN_LIST_RETRIEVED
  2256. //
  2257. // MessageText:
  2258. //
  2259. // The browser has retrieved a list of domains from remote computer %1 on transport %2.%n
  2260. // There were %3 entries read, and %4 total entries.
  2261. //
  2262. #define EVENT_BROWSER_DOMAIN_LIST_RETRIEVED 0x00001F5AL
  2263. //
  2264. // MessageId: EVENT_BOWSER_PDC_LOST_ELECTION
  2265. //
  2266. // MessageText:
  2267. //
  2268. // The browser running on the Domain Controller has lost an election. The computer that won the election is %2, on the transport %3.%n
  2269. // The data contains the election version, election criteria, and remote computer time up, and the same information for
  2270. // the current computer.
  2271. //
  2272. #define EVENT_BOWSER_PDC_LOST_ELECTION 0x40001F5BL
  2273. //
  2274. // MessageId: EVENT_BOWSER_NON_PDC_WON_ELECTION
  2275. //
  2276. // MessageText:
  2277. //
  2278. // The browser running on this computer has won a browser election on network %2.
  2279. // This computer is a member of a domain, so the Domain Controller should become the master
  2280. // browser.
  2281. //
  2282. #define EVENT_BOWSER_NON_PDC_WON_ELECTION 0x40001F5CL
  2283. //
  2284. // MessageId: EVENT_BOWSER_CANT_READ_REGISTRY
  2285. //
  2286. // MessageText:
  2287. //
  2288. // The browser driver was unable to initialize variables from the Registry.
  2289. //
  2290. #define EVENT_BOWSER_CANT_READ_REGISTRY 0x40001F5DL
  2291. //
  2292. // MessageId: EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED
  2293. //
  2294. // MessageText:
  2295. //
  2296. // The browser driver has discarded too many mailslot messages.
  2297. //
  2298. #define EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED 0x40001F5EL
  2299. //
  2300. // MessageId: EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED
  2301. //
  2302. // MessageText:
  2303. //
  2304. // The browser driver has discarded too many GetBrowserServerList requests.
  2305. //
  2306. #define EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED 0x40001F5FL
  2307. //
  2308. // MessageId: EVENT_BROWSER_BACKUP_STOPPED
  2309. //
  2310. // MessageText:
  2311. //
  2312. // The browser service has failed to retrieve the backup list too many times on transport %1.
  2313. // The backup browser is stopping.
  2314. //
  2315. #define EVENT_BROWSER_BACKUP_STOPPED 0xC0001F60L
  2316. //
  2317. // MessageId: EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED
  2318. //
  2319. // MessageText:
  2320. //
  2321. // The browser has forced an election on network %1 because a master browser was stopped.
  2322. //
  2323. #define EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED 0x40001F61L
  2324. //
  2325. // MessageId: EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER
  2326. //
  2327. // MessageText:
  2328. //
  2329. // The browser has received a GetBrowserServerList request when it is not the master browser.
  2330. //
  2331. #define EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER 0xC0001F62L
  2332. //
  2333. // MessageId: EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED
  2334. //
  2335. // MessageText:
  2336. //
  2337. // The browser has forced an election on network %1 because the Domain Controller (or Server) has changed its role.
  2338. //
  2339. #define EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED 0x40001F63L
  2340. //
  2341. // MessageId: EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH
  2342. //
  2343. // MessageText:
  2344. //
  2345. // The browser has failed to start because of an error in the DirectHostBinding parameter to the browser.
  2346. //
  2347. #define EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH 0xC0001F64L
  2348. /////////////////////////////////////////////////////////////////////////
  2349. //
  2350. // Sap Agent Events (8500-8999)
  2351. //
  2352. //
  2353. /////////////////////////////////////////////////////////////////////////
  2354. //
  2355. // MessageId: NWSAP_EVENT_KEY_NOT_FOUND
  2356. //
  2357. // MessageText:
  2358. //
  2359. // The Registry Key %1 was not present. The Sap Agent could not start.
  2360. //
  2361. #define NWSAP_EVENT_KEY_NOT_FOUND 0xC0002134L
  2362. //
  2363. // MessageId: NWSAP_EVENT_WSASTARTUP_FAILED
  2364. //
  2365. // MessageText:
  2366. //
  2367. // Winsock startup routine failed. The Sap Agent cannot continue.
  2368. //
  2369. #define NWSAP_EVENT_WSASTARTUP_FAILED 0xC0002135L
  2370. //
  2371. // MessageId: NWSAP_EVENT_SOCKET_FAILED
  2372. //
  2373. // MessageText:
  2374. //
  2375. // Socket create call failed for main socket. The Sap Agent cannot continue.
  2376. //
  2377. #define NWSAP_EVENT_SOCKET_FAILED 0xC0002136L
  2378. //
  2379. // MessageId: NWSAP_EVENT_SETOPTBCAST_FAILED
  2380. //
  2381. // MessageText:
  2382. //
  2383. // Setting broadcast option on socket failed. The Sap Agent cannot continue.
  2384. //
  2385. #define NWSAP_EVENT_SETOPTBCAST_FAILED 0xC0002137L
  2386. //
  2387. // MessageId: NWSAP_EVENT_BIND_FAILED
  2388. //
  2389. // MessageText:
  2390. //
  2391. // Binding to SAP Socket failed. The Sap Agent cannot continue.
  2392. //
  2393. #define NWSAP_EVENT_BIND_FAILED 0xC0002138L
  2394. //
  2395. // MessageId: NWSAP_EVENT_GETSOCKNAME_FAILED
  2396. //
  2397. // MessageText:
  2398. //
  2399. // Getting bound address of socket failed. The Sap Agent cannot continue.
  2400. //
  2401. #define NWSAP_EVENT_GETSOCKNAME_FAILED 0xC0002139L
  2402. //
  2403. // MessageId: NWSAP_EVENT_OPTEXTENDEDADDR_FAILED
  2404. //
  2405. // MessageText:
  2406. //
  2407. // Setting option EXTENDED_ADDRESS failed. The Sap Agent cannot continue.
  2408. //
  2409. #define NWSAP_EVENT_OPTEXTENDEDADDR_FAILED 0xC000213AL
  2410. //
  2411. // MessageId: NWSAP_EVENT_OPTBCASTINADDR_FAILED
  2412. //
  2413. // MessageText:
  2414. //
  2415. // Setting NWLink option BCASTINTADDR failed. The Sap Agent cannot continue.
  2416. //
  2417. #define NWSAP_EVENT_OPTBCASTINADDR_FAILED 0xC000213BL
  2418. //
  2419. // MessageId: NWSAP_EVENT_CARDMALLOC_FAILED
  2420. //
  2421. // MessageText:
  2422. //
  2423. // Error allocating memory to hold a card structure. The Sap Agent cannot continue.
  2424. //
  2425. #define NWSAP_EVENT_CARDMALLOC_FAILED 0xC000213CL
  2426. //
  2427. // MessageId: NWSAP_EVENT_NOCARDS
  2428. //
  2429. // MessageText:
  2430. //
  2431. // Enumeration of cards returned 0 cards.
  2432. //
  2433. #define NWSAP_EVENT_NOCARDS 0xC000213DL
  2434. //
  2435. // MessageId: NWSAP_EVENT_THREADEVENT_FAIL
  2436. //
  2437. // MessageText:
  2438. //
  2439. // Error creating thread counting event. The Sap Agent cannot continue.
  2440. //
  2441. #define NWSAP_EVENT_THREADEVENT_FAIL 0xC000213EL
  2442. //
  2443. // MessageId: NWSAP_EVENT_RECVSEM_FAIL
  2444. //
  2445. // MessageText:
  2446. //
  2447. // Error creating receive semaphore. The Sap Agent cannot continue.
  2448. //
  2449. #define NWSAP_EVENT_RECVSEM_FAIL 0xC000213FL
  2450. //
  2451. // MessageId: NWSAP_EVENT_SENDEVENT_FAIL
  2452. //
  2453. // MessageText:
  2454. //
  2455. // Error creating send event. The Sap Agent cannot continue.
  2456. //
  2457. #define NWSAP_EVENT_SENDEVENT_FAIL 0xC0002140L
  2458. //
  2459. // MessageId: NWSAP_EVENT_STARTRECEIVE_ERROR
  2460. //
  2461. // MessageText:
  2462. //
  2463. // Error starting receive thread. The Sap Agent cannot continue.
  2464. //
  2465. #define NWSAP_EVENT_STARTRECEIVE_ERROR 0xC0002141L
  2466. //
  2467. // MessageId: NWSAP_EVENT_STARTWORKER_ERROR
  2468. //
  2469. // MessageText:
  2470. //
  2471. // Error starting worker thread. The Sap Agent cannot continue.
  2472. //
  2473. #define NWSAP_EVENT_STARTWORKER_ERROR 0xC0002142L
  2474. //
  2475. // MessageId: NWSAP_EVENT_TABLE_MALLOC_FAILED
  2476. //
  2477. // MessageText:
  2478. //
  2479. // Error allocating database array. The Sap Agent cannot continue.
  2480. //
  2481. #define NWSAP_EVENT_TABLE_MALLOC_FAILED 0xC0002143L
  2482. //
  2483. // MessageId: NWSAP_EVENT_HASHTABLE_MALLOC_FAILED
  2484. //
  2485. // MessageText:
  2486. //
  2487. // Error allocating hash table. The Sap Agent cannot continue.
  2488. //
  2489. #define NWSAP_EVENT_HASHTABLE_MALLOC_FAILED 0xC0002144L
  2490. //
  2491. // MessageId: NWSAP_EVENT_STARTLPCWORKER_ERROR
  2492. //
  2493. // MessageText:
  2494. //
  2495. // Error starting LPC worker thread. The Sap Agent cannot continue.
  2496. //
  2497. #define NWSAP_EVENT_STARTLPCWORKER_ERROR 0xC0002145L
  2498. //
  2499. // MessageId: NWSAP_EVENT_CREATELPCPORT_ERROR
  2500. //
  2501. // MessageText:
  2502. //
  2503. // Error creating the LPC port. The Sap Agent cannot continue.
  2504. //
  2505. #define NWSAP_EVENT_CREATELPCPORT_ERROR 0xC0002146L
  2506. //
  2507. // MessageId: NWSAP_EVENT_CREATELPCEVENT_ERROR
  2508. //
  2509. // MessageText:
  2510. //
  2511. // Error creating the LPC thread event. The Sap Agent cannot continue.
  2512. //
  2513. #define NWSAP_EVENT_CREATELPCEVENT_ERROR 0xC0002147L
  2514. //
  2515. // MessageId: NWSAP_EVENT_LPCLISTENMEMORY_ERROR
  2516. //
  2517. // MessageText:
  2518. //
  2519. // Error allocating memory for an LPC Client structure. The Sap Agent cannot continue.
  2520. //
  2521. #define NWSAP_EVENT_LPCLISTENMEMORY_ERROR 0xC0002148L
  2522. //
  2523. // MessageId: NWSAP_EVENT_LPCHANDLEMEMORY_ERROR
  2524. //
  2525. // MessageText:
  2526. //
  2527. // Error allocating buffer to hold LPC worker thread handles. The Sap Agent cannot continue.
  2528. //
  2529. #define NWSAP_EVENT_LPCHANDLEMEMORY_ERROR 0xC0002149L
  2530. //
  2531. // MessageId: NWSAP_EVENT_BADWANFILTER_VALUE
  2532. //
  2533. // MessageText:
  2534. //
  2535. // The value for WANFilter in the registry must be 0-2. The Sap Agent cannot continue.
  2536. //
  2537. #define NWSAP_EVENT_BADWANFILTER_VALUE 0xC000214AL
  2538. //
  2539. // MessageId: NWSAP_EVENT_CARDLISTEVENT_FAIL
  2540. //
  2541. // MessageText:
  2542. //
  2543. // Error creating event for card list access synchronization. The Sap Agent cannot continue.
  2544. //
  2545. #define NWSAP_EVENT_CARDLISTEVENT_FAIL 0xC000214BL
  2546. //
  2547. // MessageId: NWSAP_EVENT_SDMDEVENT_FAIL
  2548. //
  2549. // MessageText:
  2550. //
  2551. // Error creating event for database access synchronization. The Sap Agent cannot continue.
  2552. //
  2553. #define NWSAP_EVENT_SDMDEVENT_FAIL 0xC000214CL
  2554. //
  2555. // MessageId: NWSAP_EVENT_INVALID_FILTERNAME
  2556. //
  2557. // MessageText:
  2558. //
  2559. // Name too long in key %1: Name = %s. The Sap Agent cannot continue.
  2560. //
  2561. #define NWSAP_EVENT_INVALID_FILTERNAME 0x8000214DL
  2562. //
  2563. // MessageId: NWSAP_EVENT_WANSEM_FAIL
  2564. //
  2565. // MessageText:
  2566. //
  2567. // Error creating WAN control semaphore. The Sap Agent cannot continue.
  2568. //
  2569. #define NWSAP_EVENT_WANSEM_FAIL 0xC000214EL
  2570. //
  2571. // MessageId: NWSAP_EVENT_WANSOCKET_FAILED
  2572. //
  2573. // MessageText:
  2574. //
  2575. // Socket create call failed for WAN socket. The Sap Agent cannot continue.
  2576. //
  2577. #define NWSAP_EVENT_WANSOCKET_FAILED 0xC000214FL
  2578. //
  2579. // MessageId: NWSAP_EVENT_WANBIND_FAILED
  2580. //
  2581. // MessageText:
  2582. //
  2583. // Binding to WAN socket failed. The Sap Agent cannot continue.
  2584. //
  2585. #define NWSAP_EVENT_WANBIND_FAILED 0xC0002150L
  2586. //
  2587. // MessageId: NWSAP_EVENT_STARTWANWORKER_ERROR
  2588. //
  2589. // MessageText:
  2590. //
  2591. // Error starting WAN worker thread. The Sap Agent cannot continue.
  2592. //
  2593. #define NWSAP_EVENT_STARTWANWORKER_ERROR 0xC0002151L
  2594. //
  2595. // MessageId: NWSAP_EVENT_STARTWANCHECK_ERROR
  2596. //
  2597. // MessageText:
  2598. //
  2599. // Error starting WAN check thread. The Sap Agent cannot continue.
  2600. //
  2601. #define NWSAP_EVENT_STARTWANCHECK_ERROR 0xC0002152L
  2602. //
  2603. // MessageId: NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR
  2604. //
  2605. // MessageText:
  2606. //
  2607. // Error on getsockopt IPX_MAX_ADAPTER_NUM. Data is the error code. The Sap Agent cannot continue.
  2608. //
  2609. #define NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR 0xC0002153L
  2610. //
  2611. // MessageId: NWSAP_EVENT_WANHANDLEMEMORY_ERROR
  2612. //
  2613. // MessageText:
  2614. //
  2615. // Error allocating buffer to hold WAN notify thread handles. The Sap Agent cannot continue.
  2616. //
  2617. #define NWSAP_EVENT_WANHANDLEMEMORY_ERROR 0xC0002154L
  2618. //
  2619. // MessageId: NWSAP_EVENT_WANEVENT_ERROR
  2620. //
  2621. // MessageText:
  2622. //
  2623. // Error creating the WAN thread event. The Sap Agent cannot continue.
  2624. //
  2625. #define NWSAP_EVENT_WANEVENT_ERROR 0xC0002155L
  2626. /////////////////////////////////////////////////////////////////////////
  2627. //
  2628. // Transport Events (9000-9499)
  2629. //
  2630. //
  2631. /////////////////////////////////////////////////////////////////////////
  2632. //
  2633. // MessageId: EVENT_TRANSPORT_RESOURCE_POOL
  2634. //
  2635. // MessageText:
  2636. //
  2637. // %2 could not allocate a resource of type %3 due to system resource problems.
  2638. //
  2639. #define EVENT_TRANSPORT_RESOURCE_POOL 0x80002329L
  2640. //
  2641. // MessageId: EVENT_TRANSPORT_RESOURCE_LIMIT
  2642. //
  2643. // MessageText:
  2644. //
  2645. // %2 could not allocate a resource of type %3 due to its configured size of %4.
  2646. //
  2647. #define EVENT_TRANSPORT_RESOURCE_LIMIT 0x8000232AL
  2648. //
  2649. // MessageId: EVENT_TRANSPORT_RESOURCE_SPECIFIC
  2650. //
  2651. // MessageText:
  2652. //
  2653. // %2 could not allocate a resource of type %3 due to a specifically configured limit of %4.
  2654. //
  2655. #define EVENT_TRANSPORT_RESOURCE_SPECIFIC 0x8000232BL
  2656. //
  2657. // MessageId: EVENT_TRANSPORT_REGISTER_FAILED
  2658. //
  2659. // MessageText:
  2660. //
  2661. // %2 failed to register itself with the NDIS wrapper.
  2662. //
  2663. #define EVENT_TRANSPORT_REGISTER_FAILED 0xC000232CL
  2664. //
  2665. // MessageId: EVENT_TRANSPORT_BINDING_FAILED
  2666. //
  2667. // MessageText:
  2668. //
  2669. // %2 failed to bind to adapter %3.
  2670. //
  2671. #define EVENT_TRANSPORT_BINDING_FAILED 0xC000232DL
  2672. //
  2673. // MessageId: EVENT_TRANSPORT_ADAPTER_NOT_FOUND
  2674. //
  2675. // MessageText:
  2676. //
  2677. // %2 could not find adapter %3.
  2678. //
  2679. #define EVENT_TRANSPORT_ADAPTER_NOT_FOUND 0xC000232EL
  2680. //
  2681. // MessageId: EVENT_TRANSPORT_SET_OID_FAILED
  2682. //
  2683. // MessageText:
  2684. //
  2685. // %2 failed while setting OID %3 on adapter %4.
  2686. //
  2687. #define EVENT_TRANSPORT_SET_OID_FAILED 0xC000232FL
  2688. //
  2689. // MessageId: EVENT_TRANSPORT_QUERY_OID_FAILED
  2690. //
  2691. // MessageText:
  2692. //
  2693. // %2 failed while querying OID %3 on adapter %4.
  2694. //
  2695. #define EVENT_TRANSPORT_QUERY_OID_FAILED 0xC0002330L
  2696. //
  2697. // MessageId: EVENT_TRANSPORT_TRANSFER_DATA
  2698. //
  2699. // MessageText:
  2700. //
  2701. // %2 could not transfer a packet from the adapter. The packet was dropped.
  2702. //
  2703. #define EVENT_TRANSPORT_TRANSFER_DATA 0x40002331L
  2704. //
  2705. // MessageId: EVENT_TRANSPORT_TOO_MANY_LINKS
  2706. //
  2707. // MessageText:
  2708. //
  2709. // %2 could not create a link to a remote computer. Your computer has exceeded the number of connections it can make to that remote computer.
  2710. //
  2711. #define EVENT_TRANSPORT_TOO_MANY_LINKS 0x40002332L
  2712. //
  2713. // MessageId: EVENT_TRANSPORT_BAD_PROTOCOL
  2714. //
  2715. // MessageText:
  2716. //
  2717. // %2 received an unexpected %3 packet from a remote computer.
  2718. //
  2719. #define EVENT_TRANSPORT_BAD_PROTOCOL 0x40002333L
  2720. /////////////////////////////////////////////////////////////////////////
  2721. //
  2722. // IPX/SPX Events (9500-9999)
  2723. //
  2724. //
  2725. /////////////////////////////////////////////////////////////////////////
  2726. //
  2727. // MessageId: EVENT_IPX_NEW_DEFAULT_TYPE
  2728. //
  2729. // MessageText:
  2730. //
  2731. // The default frame type for auto-detection on %2 was changed to %3.
  2732. // This type is now the default if no frame type can be detected.
  2733. //
  2734. #define EVENT_IPX_NEW_DEFAULT_TYPE 0x4000251DL
  2735. //
  2736. // MessageId: EVENT_IPX_SAP_ANNOUNCE
  2737. //
  2738. // MessageText:
  2739. //
  2740. // A SAP announcement was sent over %2 which is configured for multiple
  2741. // networks, but no internal network is configured. This may prevent
  2742. // machines on some networks from locating the advertised service.
  2743. //
  2744. #define EVENT_IPX_SAP_ANNOUNCE 0x8000251EL
  2745. //
  2746. // MessageId: EVENT_IPX_ILLEGAL_CONFIG
  2747. //
  2748. // MessageText:
  2749. //
  2750. // The value for the %2 parameter %3 was illegal.
  2751. //
  2752. #define EVENT_IPX_ILLEGAL_CONFIG 0x8000251FL
  2753. //
  2754. // MessageId: EVENT_IPX_INTERNAL_NET_INVALID
  2755. //
  2756. // MessageText:
  2757. //
  2758. // %2 was configured with an internal network number of %3. This network
  2759. // number conflicts with one of the attached networks. The configured
  2760. // internal network number will be ignored.
  2761. //
  2762. #define EVENT_IPX_INTERNAL_NET_INVALID 0xC0002520L
  2763. //
  2764. // MessageId: EVENT_IPX_NO_FRAME_TYPES
  2765. //
  2766. // MessageText:
  2767. //
  2768. // %2 had no frame types configured for the binding to adapter %3.
  2769. //
  2770. #define EVENT_IPX_NO_FRAME_TYPES 0xC0002521L
  2771. //
  2772. // MessageId: EVENT_IPX_CREATE_DEVICE
  2773. //
  2774. // MessageText:
  2775. //
  2776. // %2 failed to initialize because the driver device could not be created.
  2777. //
  2778. #define EVENT_IPX_CREATE_DEVICE 0xC0002522L
  2779. //
  2780. // MessageId: EVENT_IPX_NO_ADAPTERS
  2781. //
  2782. // MessageText:
  2783. //
  2784. // %2 could not bind to any adapters. The transport could not start.
  2785. //
  2786. #define EVENT_IPX_NO_ADAPTERS 0xC0002523L
  2787. /////////////////////////////////////////////////////////////////////////
  2788. //
  2789. // DCOM Events (10000-10999)
  2790. //
  2791. //
  2792. /////////////////////////////////////////////////////////////////////////
  2793. //
  2794. // MessageId: EVENT_RPCSS_CREATEPROCESS_FAILURE
  2795. //
  2796. // MessageText:
  2797. //
  2798. // Unable to start a DCOM Server: %3.
  2799. // The error:%n"%%%2"%nHappened while starting this command:%n%1
  2800. //
  2801. #define EVENT_RPCSS_CREATEPROCESS_FAILURE 0xC0002710L
  2802. //
  2803. // MessageId: EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE
  2804. //
  2805. // MessageText:
  2806. //
  2807. // Unable to start a DCOM Server: %3 as %4/%5.
  2808. // The error:%n"%%%2"%nHappened while starting this command:%n%1
  2809. //
  2810. #define EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE 0xC0002711L
  2811. //
  2812. // MessageId: EVENT_RPCSS_LAUNCH_ACCESS_DENIED
  2813. //
  2814. // MessageText:
  2815. //
  2816. // Access denied attempting to launch a DCOM Server.
  2817. // The server is:%n%1%nThe user is %2/%3, SID=%4.
  2818. //
  2819. #define EVENT_RPCSS_LAUNCH_ACCESS_DENIED 0xC0002712L
  2820. //
  2821. // MessageId: EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED
  2822. //
  2823. // MessageText:
  2824. //
  2825. // Access denied attempting to launch a DCOM Server using DefaultLaunchPermssion.
  2826. // The server is:%n%1%nThe user is %2/%3, SID=%4.
  2827. //
  2828. #define EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED 0xC0002713L
  2829. //
  2830. // MessageId: EVENT_RPCSS_RUNAS_CANT_LOGIN
  2831. //
  2832. // MessageText:
  2833. //
  2834. // DCOM got error "%%%1" and was unable to logon %2\%3
  2835. // in order to run the server:%n%4
  2836. //
  2837. #define EVENT_RPCSS_RUNAS_CANT_LOGIN 0xC0002714L
  2838. //
  2839. // MessageId: EVENT_RPCSS_START_SERVICE_FAILURE
  2840. //
  2841. // MessageText:
  2842. //
  2843. // DCOM got error "%%%1" attempting to start the service %2 with arguments "%3"
  2844. // in order to run the server:%n%4
  2845. //
  2846. #define EVENT_RPCSS_START_SERVICE_FAILURE 0xC0002715L
  2847. //
  2848. // MessageId: EVENT_RPCSS_REMOTE_SIDE_ERROR
  2849. //
  2850. // MessageText:
  2851. //
  2852. // DCOM got error "%%%1" from the computer %2 when attempting to
  2853. // activate the server:%n%3
  2854. //
  2855. #define EVENT_RPCSS_REMOTE_SIDE_ERROR 0xC0002716L
  2856. //
  2857. // MessageId: EVENT_RPCSS_ACTIVATION_ERROR
  2858. //
  2859. // MessageText:
  2860. //
  2861. // DCOM got error "%%%1" when attempting to
  2862. // activate the server:%n%2
  2863. //
  2864. #define EVENT_RPCSS_ACTIVATION_ERROR 0xC0002717L
  2865. //
  2866. // MessageId: EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE
  2867. //
  2868. // MessageText:
  2869. //
  2870. // DCOM got error "%%%1" from the computer %2 when attempting to
  2871. // the server:%n%3 with file %4.
  2872. //
  2873. #define EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE 0xC0002718L
  2874. //
  2875. // MessageId: EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE
  2876. //
  2877. // MessageText:
  2878. //
  2879. // DCOM was unable to communicate with the computer %1 using any of the configured
  2880. // protocols.
  2881. //
  2882. #define EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE 0xC0002719L
  2883. //
  2884. // MessageId: EVENT_RPCSS_SERVER_START_TIMEOUT
  2885. //
  2886. // MessageText:
  2887. //
  2888. // The server %1 did not register with DCOM within the required timeout.
  2889. //
  2890. #define EVENT_RPCSS_SERVER_START_TIMEOUT 0xC000271AL
  2891. //
  2892. // MessageId: EVENT_RPCSS_SERVER_NOT_RESPONDING
  2893. //
  2894. // MessageText:
  2895. //
  2896. // The server %1 could not be contacted to establish the connection to the client
  2897. //
  2898. #define EVENT_RPCSS_SERVER_NOT_RESPONDING 0xC000271BL
  2899. //
  2900. // MessageId: EVENT_DCOM_ASSERTION_FAILURE
  2901. //
  2902. // MessageText:
  2903. //
  2904. // There is an assertion failure in DCOM. Context follows:
  2905. // %1
  2906. // %2
  2907. // %3
  2908. //
  2909. #define EVENT_DCOM_ASSERTION_FAILURE 0xC000271CL
  2910. //
  2911. // MessageId: EVENT_DCOM_INVALID_ENDPOINT_DATA
  2912. //
  2913. // MessageText:
  2914. //
  2915. // DCOM server attempted to listen on an invalid endpoint.
  2916. // Protseq: %1
  2917. // Endpoint: %2
  2918. // Flags: %3
  2919. //
  2920. #define EVENT_DCOM_INVALID_ENDPOINT_DATA 0xC000271DL
  2921. /////////////////////////////////////////////////////////////////////////
  2922. //
  2923. // DNS Caching Resolvers Service and DNS API Events (11000-11999)
  2924. //
  2925. /////////////////////////////////////////////////////////////////////////
  2926. //
  2927. // Errors
  2928. //
  2929. //
  2930. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_DLL
  2931. //
  2932. // MessageText:
  2933. //
  2934. // Unable to start DNS Client Service.
  2935. // Failed to load DLL %2, Error: %1.
  2936. // Please reinstall this DLL from installation CD.
  2937. //
  2938. #define EVENT_DNS_CACHE_START_FAILURE_NO_DLL 0xC0002AF8L
  2939. //
  2940. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY
  2941. //
  2942. // MessageText:
  2943. //
  2944. // Unable to start DNS Client service. Can not find entry %3 in DLL %2.
  2945. // Please reinstall this DLL from installation CD. For specific error
  2946. // code, see the record data displayed below.
  2947. //
  2948. #define EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY 0xC0002AF9L
  2949. //
  2950. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL
  2951. //
  2952. // MessageText:
  2953. //
  2954. // Unable to start the DNS Client service. The system could not register a
  2955. // service control handler and could be out of resources. Close any
  2956. // applications not in use or reboot the computer. For specific error
  2957. // code, see the record data displayed below.
  2958. //
  2959. #define EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL 0xC0002AFAL
  2960. //
  2961. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT
  2962. //
  2963. // MessageText:
  2964. //
  2965. // Unable to start DNS Client service. The system could
  2966. // not create a termination event for this service and
  2967. // could be out of resources. Close any applications not
  2968. // in use or reboot the computer. For specific error code,
  2969. // see the record data displayed below.
  2970. //
  2971. #define EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT 0xC0002AFBL
  2972. //
  2973. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_RPC
  2974. //
  2975. // MessageText:
  2976. //
  2977. // Unable to start DNS Client service. Could not start the
  2978. // Remote Procedure Call (RPC) interface for this service.
  2979. // To correct the problem, you may restart the RPC and DNS
  2980. // Client services. To do so, use the following commands at a command
  2981. // prompt: (1) type "net start rpc" to start the RPC service, and (2)
  2982. // type "net start dnscache" to start the DNS Client service. For
  2983. // specific error code information, see the record data displayed below.
  2984. //
  2985. #define EVENT_DNS_CACHE_START_FAILURE_NO_RPC 0xC0002AFCL
  2986. //
  2987. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY
  2988. //
  2989. // MessageText:
  2990. //
  2991. // Unable to start DNS Client service. The system could not register
  2992. // shutdown notification for this service and could be out of resources.
  2993. // Try closing any applications not in use or reboot the computer.
  2994. //
  2995. #define EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY 0xC0002AFDL
  2996. //
  2997. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE
  2998. //
  2999. // MessageText:
  3000. //
  3001. // Unable to start DNS Client service. Could not update status with
  3002. // Service Control Manager. To correct the problem, you may restart
  3003. // the RPC and DNS Client services. To do so, use the following commands
  3004. // at a command prompt: (1) type "net start rpc" to start the RPC service,
  3005. // and (2) type "net start dnscache" to start the DNS Client service. For
  3006. // specific error code information, see the record data displayed below.
  3007. //
  3008. #define EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE 0xC0002AFEL
  3009. //
  3010. // MessageId: EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY
  3011. //
  3012. // MessageText:
  3013. //
  3014. // Unable to start DNS Client service because the system failed to allocate
  3015. // memory and may be out of available memory. Try closing any applications not
  3016. // in use or reboot the computer. For specific error code, see the record data
  3017. // displayed below.
  3018. //
  3019. #define EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY 0xC0002AFFL
  3020. //
  3021. // Warnings
  3022. //
  3023. //
  3024. // MessageId: EVENT_DNS_CACHE_NETWORK_PERF_WARNING
  3025. //
  3026. // MessageText:
  3027. //
  3028. // The DNS Client service could not contact any DNS servers for
  3029. // a repeated number of attempts. For the next %3 seconds the
  3030. // DNS Client service will not use the network to avoid further
  3031. // network performance problems. It will resume its normal behavior
  3032. // after that. If this problem persists, verify your TCP/IP
  3033. // configuration, specifically check that you have a preferred
  3034. // (and possibly an alternate) DNS server configured. If the problem
  3035. // continues, verify network conditions to these DNS servers or contact
  3036. // your network administrator.
  3037. //
  3038. #define EVENT_DNS_CACHE_NETWORK_PERF_WARNING 0x80002B2AL
  3039. //
  3040. // MessageId: EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING
  3041. //
  3042. // MessageText:
  3043. //
  3044. // The DNS Client service failed to reach DNS server at address %1. It will
  3045. // not use this DNS server for %2 seconds.
  3046. //
  3047. #define EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING 0x80002B2BL
  3048. //
  3049. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT
  3050. //
  3051. // MessageText:
  3052. //
  3053. // The system failed to register network adapter with settings:%n%n
  3054. // Adapter Name : %1%n
  3055. // Host Name : %2%n
  3056. // Adapter-specific Domain Suffix : %3%n
  3057. // DNS Server list :%n
  3058. // %4%n
  3059. // Sent update to server : %5%n
  3060. // IP Address(es) :%n
  3061. // %6%n%n
  3062. // The cause of this DNS registration failure was because the DNS update
  3063. // request timed out after being sent to the specified DNS Server. This is
  3064. // probably because the authoritative DNS server for the name being updated
  3065. // is not running.%n%n You can manually retry registration of the network
  3066. // adapter and its settings by typing "ipconfig /registerdns" at the command
  3067. // prompt. If problems still persist, contact your network systems
  3068. // administrator to verify network conditions.
  3069. //
  3070. #define EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT 0x80002B8EL
  3071. //
  3072. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL
  3073. //
  3074. // MessageText:
  3075. //
  3076. // The system failed to register network adapter with settings:%n%n
  3077. // Adapter Name : %1%n
  3078. // Host Name : %2%n
  3079. // Adapter-specific Domain Suffix : %3%n
  3080. // DNS server list :%n
  3081. // %4%n
  3082. // Sent update to server : %5%n
  3083. // IP Address(es) :%n
  3084. // %6%n%n
  3085. // The cause of this DNS registration failure was because of DNS server failure.
  3086. // This may be due to a zone transfer that has locked the DNS server for the
  3087. // applicable zone that your computer needs to register itself with.%n%n
  3088. // (The applicable zone should typically correspond to the Adapter-specific
  3089. // Domain Suffix that was indicated above.) You can manually retry registration
  3090. // of the network adapter and its settings by typing "ipconfig /registerdns"
  3091. // at the command prompt. If problems still persist, contact your network
  3092. // systems administrator to verify network conditions.
  3093. //
  3094. #define EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL 0x80002B8FL
  3095. //
  3096. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP
  3097. //
  3098. // MessageText:
  3099. //
  3100. // The system failed to register network adapter with settings:%n%n
  3101. // Adapter Name : %1%n
  3102. // Host Name : %2%n
  3103. // Adapter-specific Domain Suffix : %3%n
  3104. // DNS server list :%n
  3105. // %4%n
  3106. // Sent update to server : %5%n
  3107. // IP Address(es) :%n
  3108. // %6%n%n
  3109. // The reason it could not register was because either: (a) the DNS server
  3110. // does not support the DNS dynamic update protocol, or (b) the primary zone
  3111. // authoritative for the registering names does not currently accept dynamic
  3112. // updates.%n%n To add or register a DNS host (A) resource record using the
  3113. // specific DNS name for this adapter, contact your DNS server or network
  3114. // systems administrator.
  3115. //
  3116. #define EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP 0x80002B90L
  3117. //
  3118. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED
  3119. //
  3120. // MessageText:
  3121. //
  3122. // The system failed to register network adapter with settings:%n%n
  3123. // Adapter Name : %1%n
  3124. // Host Name : %2%n
  3125. // Adapter-specific Domain Suffix : %3%n
  3126. // DNS server list :%n
  3127. // %4%n
  3128. // Sent update to server : %5%n
  3129. // IP Address(es) :%n
  3130. // %6%n%n
  3131. // The reason it could not register was because the DNS server refused the
  3132. // dynamic update request. This could happen for the following reasons:
  3133. // (a) current DNS update policies do not allow this computer to update
  3134. // the DNS domain name configured for this adapter, or (b) the authoritative
  3135. // DNS server for this DNS domain name does not support the DNS dynamic update
  3136. // protocol.%n%n
  3137. // To register a DNS host (A) resource record using the specific DNS domain
  3138. // name for this adapter, contact your DNS server or network systems
  3139. // administrator.
  3140. //
  3141. #define EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED 0x80002B91L
  3142. //
  3143. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY
  3144. //
  3145. // MessageText:
  3146. //
  3147. // The system failed to register network adapter with settings:%n%n
  3148. // Adapter Name : %1%n
  3149. // Host Name : %2%n
  3150. // Adapter-specific Domain Suffix : %3%n
  3151. // DNS server list :%n
  3152. // %4%n
  3153. // Sent update to server : %5%n
  3154. // IP Address(es) :%n
  3155. // %6%n%n
  3156. // The system could not register the DNS update request because of a
  3157. // security related problem. This could happen for the following reasons:
  3158. // (a) the DNS domain name that your computer is trying to register could
  3159. // not be updated because your computer does not have the right permissions,
  3160. // or (b) there might have been a problem negotiating valid credentials
  3161. // with the DNS server to update.%n%n
  3162. // You can manually retry DNS registration of the network adapter and its
  3163. // settings by typing "ipconfig /registerdns" at the command prompt. If
  3164. // problems still persist, contact your DNS server or network systems
  3165. // administrator. For specific error code information, see the record data
  3166. // displayed below.
  3167. //
  3168. #define EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY 0x80002B92L
  3169. //
  3170. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_OTHER
  3171. //
  3172. // MessageText:
  3173. //
  3174. // The system failed to register network adapter with settings:%n%n
  3175. // Adapter Name : %1%n
  3176. // Host Name : %2%n
  3177. // Adapter-specific Domain Suffix : %3%n
  3178. // DNS server list :%n
  3179. // %4%n
  3180. // Sent update to server : %5%n
  3181. // IP Address(es) :%n
  3182. // %6%n%n
  3183. // The reason the DNS update request could not be completed was because
  3184. // of a system problem. You can manually retry DNS registration of the
  3185. // network adapter and its settings by typing "ipconfig /registerdns"
  3186. // at the command prompt. If problems still persist, contact your DNS
  3187. // server or network systems administrator. For specific error code
  3188. // information, see the record data displayed below.
  3189. //
  3190. #define EVENT_DNSAPI_REGISTRATION_FAILED_OTHER 0x80002B93L
  3191. //
  3192. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT
  3193. //
  3194. // MessageText:
  3195. //
  3196. // The system failed to register pointer (PTR) resource records (RRs) for
  3197. // network adapter%nwith settings:%n%n
  3198. // Adapter Name : %1%n
  3199. // Host Name : %2%n
  3200. // Adapter-specific Domain Suffix : %3%n
  3201. // DNS server list :%n
  3202. // %4%n
  3203. // Sent update to server : %5%n
  3204. // IP Address : %6%n%n
  3205. // The reason that the system could not register these RRs was because the
  3206. // update request that was sent to the specified DNS server timed out. This
  3207. // is probably because the authoritative DNS server for the name being
  3208. // registered is not running.%n%n You can manually retry DNS registration
  3209. // of the network adapter and its settings by typing "ipconfig /registerdns"
  3210. // at the command prompt. If problems still persist, contact your DNS
  3211. // server or network systems administrator. For specific error code
  3212. // information, see the record data displayed below.
  3213. //
  3214. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT 0x80002B94L
  3215. //
  3216. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL
  3217. //
  3218. // MessageText:
  3219. //
  3220. // The system failed to register pointer (PTR) resource records (RRs)
  3221. // for network adapter%nwith settings:%n%n
  3222. // Adapter Name : %1%n
  3223. // Host Name : %2%n
  3224. // Adapter-specific Domain Suffix : %3%n
  3225. // DNS server list :%n
  3226. // %4%n
  3227. // Sent update to server : %5%n
  3228. // IP Address : %6%n%n
  3229. // The reason that the system could not register these RRs was because
  3230. // of DNS server failure. This may be due to a zone transfer lock on
  3231. // the DNS server for the zone that your computer needs to update.%n%n
  3232. // You can manually retry DNS registration of the network adapter and
  3233. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3234. // If problems still persist, contact your DNS server or network systems
  3235. // administrator. For specific error code information, see the record data
  3236. // displayed below.
  3237. //
  3238. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL 0x80002B95L
  3239. //
  3240. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP
  3241. //
  3242. // MessageText:
  3243. //
  3244. // The system failed to register pointer (PTR) resource records (RRs)
  3245. // for network adapter%nwith settings:%n%n
  3246. // Adapter Name : %1%n
  3247. // Host Name : %2%n
  3248. // Adapter-specific Domain Suffix : %3%n
  3249. // DNS server list :%n
  3250. // %4%n
  3251. // Sent update to server : %5%n
  3252. // IP Address : %6%n%n
  3253. // The reason that the system could not register these RRs was because
  3254. // (a) either the DNS server does not support the DNS dynamic update
  3255. // protocol, or (b) the authoritative zone where these records are to
  3256. // be registered does not allow dynamic updates.%n%n
  3257. // To register DNS pointer (PTR) resource records using the specific
  3258. // DNS domain name and IP addresses for this adapter, contact your
  3259. // DNS server or network systems administrator.
  3260. //
  3261. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP 0x80002B96L
  3262. //
  3263. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED
  3264. //
  3265. // MessageText:
  3266. //
  3267. // The system failed to register pointer (PTR) resource records (RRs)
  3268. // for network adapter%nwith settings:%n%n
  3269. // Adapter Name : %1%n
  3270. // Host Name : %2%n
  3271. // Adapter-specific Domain Suffix : %3%n
  3272. // DNS server list :%n
  3273. // %4%n
  3274. // Sent update to server : %5%n
  3275. // IP Address : %6%n%n
  3276. // The reason that the system could not register these RRs was because
  3277. // the DNS server refused the update request. The cause of this could
  3278. // be (a) your computer is not allowed to update the adapter-specified DNS
  3279. // domain name, or (b) because the DNS server authoritative for the specified
  3280. // name does not support the DNS dynamic update protocol.%n%n
  3281. // To register the DNS pointer (PTR) resource records using the specific
  3282. // DNS domain name and IP addresses for this adapter, contact your DNS
  3283. // server or network systems administrator.
  3284. //
  3285. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED 0x80002B97L
  3286. //
  3287. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY
  3288. //
  3289. // MessageText:
  3290. //
  3291. // The system failed to register pointer (PTR) resource records (RRs)
  3292. // for network adapter%nwith settings:%n%n
  3293. // Adapter Name : %1%n
  3294. // Host Name : %2%n
  3295. // Adapter-specific Domain Suffix : %3%n
  3296. // DNS server list :%n
  3297. // %4%n
  3298. // Sent update to server : %5%n
  3299. // IP Address : %6%n%n
  3300. // The reason that the system could not register these RRs was because
  3301. // of a security related problem. The cause of this could be (a) your
  3302. // computer does not have permissions to register and update the specific
  3303. // DNS domain name set for this adapter, or (b) there might have been a
  3304. // problem negotiating valid credentials with the DNS server during the
  3305. // processing of the update request.%n%n
  3306. // You can manually retry DNS registration of the network adapter and
  3307. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3308. // If problems still persist, contact your DNS server or network systems
  3309. // administrator.
  3310. //
  3311. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY 0x80002B98L
  3312. //
  3313. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER
  3314. //
  3315. // MessageText:
  3316. //
  3317. // The system failed to register pointer (PTR) resource records (RRs)
  3318. // for network adapter%nwith settings:%n%n
  3319. // Adapter Name : %1%n
  3320. // Host Name : %2%n
  3321. // Adapter-specific Domain Suffix : %3%n
  3322. // DNS server list :%n
  3323. // %4%n
  3324. // Sent update to server : %5%n
  3325. // IP Address : %6%n%n
  3326. // The reason the system could not register these RRs during the
  3327. // update request was because of a system problem. You can manually
  3328. // retry DNS registration of the network adapter and its settings by
  3329. // typing "ipconfig /registerdns" at the command prompt. If problems
  3330. // still persist, contact your DNS server or network systems
  3331. // administrator. For specific error code, see the record data displayed below.
  3332. //
  3333. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER 0x80002B99L
  3334. //
  3335. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN
  3336. //
  3337. // MessageText:
  3338. //
  3339. // The system failed to register host (A) resource records (RRs) for
  3340. // network adapter%nwith settings:%n%n
  3341. // Adapter Name : %1%n
  3342. // Host Name : %2%n
  3343. // Primary Domain Suffix : %3%n
  3344. // DNS server list :%n
  3345. // %4%n
  3346. // Sent update to server : %5%n
  3347. // IP Address(es) :%n
  3348. // %6%n%n
  3349. // The reason the system could not register these RRs was because the
  3350. // update request it sent to the DNS server timed out. The most likely
  3351. // cause of this is that the DNS server authoritative for the name it
  3352. // was attempting to register or update is not running at this time.%n%n
  3353. // You can manually retry DNS registration of the network adapter and
  3354. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3355. // If problems still persist, contact your DNS server or network systems
  3356. // administrator.
  3357. //
  3358. #define EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN 0x80002B9AL
  3359. //
  3360. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN
  3361. //
  3362. // MessageText:
  3363. //
  3364. // The system failed to register host (A) resource records (RRs) for
  3365. // network adapter%nwith settings:%n%n
  3366. // Adapter Name : %1%n
  3367. // Host Name : %2%n
  3368. // Primary Domain Suffix : %3%n
  3369. // DNS server list :%n
  3370. // %4%n
  3371. // Sent update to server : %5%n
  3372. // IP Address(es) :%n
  3373. // %6%n%n
  3374. // The reason the system could not register these RRs was because the
  3375. // DNS server failed the update request. The most likely cause of this
  3376. // is that the authoritative DNS server required to process this update
  3377. // request has a lock in place on the zone, probably because a zone
  3378. // transfer is in progress.%n%n
  3379. // You can manually retry DNS registration of the network adapter and
  3380. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3381. // If problems still persist, contact your DNS server or network systems
  3382. // administrator.
  3383. //
  3384. #define EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN 0x80002B9BL
  3385. //
  3386. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN
  3387. //
  3388. // MessageText:
  3389. //
  3390. // The system failed to register host (A) resource records (RRs) for
  3391. // network adapter%nwith settings:%n%n
  3392. // Adapter Name : %1%n
  3393. // Host Name : %2%n
  3394. // Primary Domain Suffix : %3%n
  3395. // DNS server list :%n
  3396. // %4%n
  3397. // Sent update to server : %5%n
  3398. // IP Address(es) :%n
  3399. // %6%n%n
  3400. // The reason the system could not register these RRs was because either
  3401. // (a) the DNS server does not support the DNS dynamic update protocol, or
  3402. // (b) the authoritative zone for the specified DNS domain name does not
  3403. // accept dynamic updates.%n%n
  3404. // To register the DNS host (A) resource records using the specific DNS
  3405. // domain name and IP addresses for this adapter, contact your DNS server
  3406. // or network systems administrator.
  3407. //
  3408. #define EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN 0x80002B9CL
  3409. //
  3410. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN
  3411. //
  3412. // MessageText:
  3413. //
  3414. // The system failed to register host (A) resource records (RRs) for
  3415. // network adapter%nwith settings:%n%n
  3416. // Adapter Name : %1%n
  3417. // Host Name : %2%n
  3418. // Primary Domain Suffix : %3%n
  3419. // DNS server list :%n
  3420. // %4%n
  3421. // Sent update to server : %5%n
  3422. // IP Address(es) :%n
  3423. // %6%n%n
  3424. // The reason the system could not register these RRs was because the
  3425. // DNS server contacted refused the update request. The reasons for this
  3426. // might be (a) you are not allowed to update the specified DNS domain name,
  3427. // or (b) because the DNS server authoritative for this name does not support
  3428. // the DNS dynamic update protocol.%n%n
  3429. // To register the DNS host (A) resource records using the specific DNS
  3430. // domain name and IP addresses for this adapter, contact your DNS server
  3431. // or network systems administrator.
  3432. //
  3433. #define EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN 0x80002B9DL
  3434. //
  3435. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN
  3436. //
  3437. // MessageText:
  3438. //
  3439. // The system failed to register host (A) resource records (RRs) for
  3440. // network adapter%nwith settings:%n%n
  3441. // Adapter Name : %1%n
  3442. // Host Name : %2%n
  3443. // Primary Domain Suffix : %3%n
  3444. // DNS server list :%n
  3445. // %4%n
  3446. // Sent update to server : %5%n
  3447. // IP Address(es) :%n
  3448. // %6%n%n
  3449. // The reason the system could not register these RRs was because of a
  3450. // security related problem. The cause of this could be (a) your computer
  3451. // does not have permissions to register and update the specific DNS domain
  3452. // name set for this adapter, or (b) there might have been a problem negotiating
  3453. // valid credentials with the DNS server during the processing of the update
  3454. // request.%n%n
  3455. // You can manually retry DNS registration of the network adapter and
  3456. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3457. // If problems still persist, contact your DNS server or network systems
  3458. // administrator. For specific error code, see the record data displayed below.
  3459. //
  3460. #define EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN 0x80002B9EL
  3461. //
  3462. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN
  3463. //
  3464. // MessageText:
  3465. //
  3466. // The system failed to register host (A) resource records (RRs) for
  3467. // network adapter%nwith settings:%n%n
  3468. // Adapter Name : %1%n
  3469. // Host Name : %2%n
  3470. // Primary Domain Suffix : %3%n
  3471. // DNS server list :%n
  3472. // %4%n
  3473. // Sent update to server : %5%n
  3474. // IP Address(es) :%n
  3475. // %6%n%n
  3476. // The reason the system could not register these RRs during the
  3477. // update request was because of a system problem. You can manually
  3478. // retry DNS registration of the network adapter and its settings by
  3479. // typing "ipconfig /registerdns" at the command prompt. If problems
  3480. // still persist, contact your DNS server or network systems
  3481. // administrator. For specific error code, see the record data displayed below.
  3482. //
  3483. #define EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN 0x80002B9FL
  3484. //
  3485. // Deregistration update errors
  3486. //
  3487. //
  3488. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT
  3489. //
  3490. // MessageText:
  3491. //
  3492. // The system failed to update and remove registration for the
  3493. // network adapter with settings:%n%n
  3494. // Adapter Name : %1%n
  3495. // Host Name : %2%n
  3496. // Adapter-specific Domain Suffix : %3%n
  3497. // DNS server list :%n
  3498. // %4%n
  3499. // Sent update to server : %5%n
  3500. // IP Address(es) :%n
  3501. // %6%n%n
  3502. // The reason for this failure is because the DNS server it sent the update
  3503. // request to timed out. The most likely cause of this failure is that the
  3504. // DNS server authoritative for the zone where the registration was originally
  3505. // made is either not running or unreachable through the network at this time.
  3506. //
  3507. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT 0x80002BACL
  3508. //
  3509. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL
  3510. //
  3511. // MessageText:
  3512. //
  3513. // The system failed to update and remove registration for the
  3514. // network adapter with settings:%n%n
  3515. // Adapter Name : %1%n
  3516. // Host Name : %2%n
  3517. // Adapter-specific Domain Suffix : %3%n
  3518. // DNS server list :%n
  3519. // %4%n
  3520. // Sent update to server : %5%n
  3521. // IP Address(es) :%n
  3522. // %6%n%n
  3523. // The reason for this failure is because the DNS server it sent the update
  3524. // to failed the update request. A possible cause of this failure is that
  3525. // the DNS server required to process this update request has a lock in place
  3526. // on the zone, probably because a zone transfer is in progress.%n%n
  3527. //
  3528. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL 0x80002BADL
  3529. //
  3530. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP
  3531. //
  3532. // MessageText:
  3533. //
  3534. // The system failed to update and remove registration for the network
  3535. // adapter with settings:%n%n
  3536. // Adapter Name : %1%n
  3537. // Host Name : %2%n
  3538. // Adapter-specific Domain Suffix : %3%n
  3539. // DNS server list :%n
  3540. // %4%n
  3541. // Sent update to server : %5%n
  3542. // IP Address(es) :%n
  3543. // %6%n%n
  3544. // The reason for this failure is because the DNS server sent the update
  3545. // either (a) does not support the DNS dynamic update protocol, or (b) the
  3546. // authoritative zone for the specified DNS domain name does not currently
  3547. // accept DNS dynamic updates.
  3548. //
  3549. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP 0x80002BAEL
  3550. //
  3551. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED
  3552. //
  3553. // MessageText:
  3554. //
  3555. // The system failed to update and remove registration for the network
  3556. // adapter with settings:%n%n
  3557. // Adapter Name : %1%n
  3558. // Host Name : %2%n
  3559. // Adapter-specific Domain Suffix : %3%n
  3560. // DNS server list :%n
  3561. // %4%n
  3562. // Sent update to server : %5%n
  3563. // IP Address(es) :%n
  3564. // %6%n%n
  3565. // The reason the system could not perform the update request was the
  3566. // DNS server contacted refused update request. The cause of this is
  3567. // (a) this computer is not allowed to update the specified DNS domain
  3568. // name, or (b) because the DNS server authoritative for the zone that
  3569. // requires updating does not support the DNS dynamic update protocol.
  3570. //
  3571. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED 0x80002BAFL
  3572. //
  3573. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY
  3574. //
  3575. // MessageText:
  3576. //
  3577. // The system failed to update and remove registration for the network
  3578. // adapter with settings:%n%n
  3579. // Adapter Name : %1%n
  3580. // Host Name : %2%n
  3581. // Adapter-specific Domain Suffix : %3%n
  3582. // DNS server list :%n
  3583. // %4%n
  3584. // Sent update to server : %5%n
  3585. // IP Address(es) :%n
  3586. // %6%n%n
  3587. // The reason the system could not perform the update request was because
  3588. // of a security related problem. The cause of this could be (a) your computer
  3589. // does not have permissions to register and update the specific DNS domain
  3590. // name set for this adapter, or (b) there might have been a problem negotiating
  3591. // valid credentials with the DNS server during the processing of the update
  3592. // request.%n%n
  3593. // For specific error code, see the record data displayed below.
  3594. //
  3595. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY 0x80002BB0L
  3596. //
  3597. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER
  3598. //
  3599. // MessageText:
  3600. //
  3601. // The system failed to update and remove the DNS registration for the
  3602. // network adapter with settings:%n%n
  3603. // Adapter Name : %1%n
  3604. // Host Name : %2%n
  3605. // Adapter-specific Domain Suffix : %3%n
  3606. // DNS server list :%n
  3607. // %4%n
  3608. // Sent update to server : %5%n
  3609. // IP Address(es) :%n
  3610. // %6%n%n
  3611. // The system could not update to remove this DNS registration because of
  3612. // a system problem. For specific error code, see the record data displayed below.
  3613. //
  3614. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER 0x80002BB1L
  3615. //
  3616. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT
  3617. //
  3618. // MessageText:
  3619. //
  3620. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3621. // for network adapter%nwith settings:%n%n
  3622. // Adapter Name : %1%n
  3623. // Host Name : %2%n
  3624. // Adapter-specific Domain Suffix : %3%n
  3625. // DNS server list :%n
  3626. // %4%n
  3627. // Sent update to server : %5%n
  3628. // IP Address : %6%n%n
  3629. // The system could not remove these PTR RRs because the update request
  3630. // timed out while awaiting a response from the DNS server. This is probably
  3631. // because the DNS server authoritative for the zone that requires update
  3632. // is not running.
  3633. //
  3634. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT 0x80002BB2L
  3635. //
  3636. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL
  3637. //
  3638. // MessageText:
  3639. //
  3640. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3641. // for network adapter%nwith settings:%n%n
  3642. // Adapter Name : %1%n
  3643. // Host Name : %2%n
  3644. // Adapter-specific Domain Suffix : %3%n
  3645. // DNS server list :%n
  3646. // %4%n
  3647. // Sent update to server : %5%n
  3648. // IP Address : %6%n%n
  3649. // The system could not remove these PTR RRs because the DNS server failed the
  3650. // update request. A possible cause is that a zone transfer is in progress,
  3651. // causing a lock for the zone at the DNS server authorized to perform the
  3652. // updates for these RRs.
  3653. //
  3654. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL 0x80002BB3L
  3655. //
  3656. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP
  3657. //
  3658. // MessageText:
  3659. //
  3660. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3661. // for network adapter%nwith settings:%n%n
  3662. // Adapter Name : %1%n
  3663. // Host Name : %2%n
  3664. // Adapter-specific Domain Suffix : %3%n
  3665. // DNS server list :%n
  3666. // %4%n
  3667. // Sent update to server : %5%n
  3668. // IP Address : %6%n%n
  3669. // The system could not remove these PTR RRs because either the DNS server
  3670. // does not support the DNS dynamic update protocol or the authoritative zone
  3671. // that contains these RRs does not accept dynamic updates.
  3672. //
  3673. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP 0x80002BB4L
  3674. //
  3675. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED
  3676. //
  3677. // MessageText:
  3678. //
  3679. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3680. // for network adapter%nwith settings:%n%n
  3681. // Adapter Name : %1%n
  3682. // Host Name : %2%n
  3683. // Adapter-specific Domain Suffix : %3%n
  3684. // DNS server list :%n
  3685. // %4%n
  3686. // Sent update to server : %5%n
  3687. // IP Address : %6%n%n
  3688. // The system could not remove these PTR RRs because the DNS server refused the
  3689. // update request. The cause of this might be (a) this computer is not allowed
  3690. // to update the specified DNS domain name specified by these settings, or
  3691. // (b) because the DNS server authorized to perform updates for the zone that
  3692. // contains these RRs does not support the DNS dynamic update protocol.
  3693. //
  3694. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED 0x80002BB5L
  3695. //
  3696. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY
  3697. //
  3698. // MessageText:
  3699. //
  3700. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3701. // for network adapter%nwith settings:%n%n
  3702. // Adapter Name : %1%n
  3703. // Host Name : %2%n
  3704. // Adapter-specific Domain Suffix : %3%n
  3705. // DNS server list :%n
  3706. // %4%n
  3707. // Sent update to server : %5%n
  3708. // IP Address : %6%n%n
  3709. // The system could not remove these PTR RRs because of a security related
  3710. // problem. The cause of this could be that (a) your computer does not have
  3711. // permissions to remove and update the specific DNS domain name or IP addresses
  3712. // configured for this adapter, or (b) there might have been a problem negotiating
  3713. // valid credentials with the DNS server during the processing of the update
  3714. // request. For specific error code, see the record data displayed below.
  3715. //
  3716. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY 0x80002BB6L
  3717. //
  3718. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER
  3719. //
  3720. // MessageText:
  3721. //
  3722. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3723. // for network adapter%nwith settings:%n%n
  3724. // Adapter Name : %1%n
  3725. // Host Name : %2%n
  3726. // Adapter-specific Domain Suffix : %3%n
  3727. // DNS server list :%n
  3728. // %4%n
  3729. // Sent update to server : %5%n
  3730. // IP Address : %6%n%n
  3731. // The system could not remove these PTR RRs because because of a system
  3732. // problem. For specific error code, see the record data displayed below.
  3733. //
  3734. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER 0x80002BB7L
  3735. //
  3736. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN
  3737. //
  3738. // MessageText:
  3739. //
  3740. // The system failed to update and remove host (A) resource records (RRs)
  3741. // for network adapter%nwith settings:%n%n
  3742. // Adapter Name : %1%n
  3743. // Host Name : %2%n
  3744. // Primary Domain Suffix : %3%n
  3745. // DNS server list :%n
  3746. // %4%n
  3747. // Sent update to server : %5%n
  3748. // IP Address(es) :%n
  3749. // %6%n%n
  3750. // The system could not remove these A RRs because the update request timed
  3751. // out while awaiting a response from the DNS server. This is probably because
  3752. // the DNS server authoritative for the zone where these RRs need to be updated
  3753. // is either not currently running or reachable on the network.
  3754. //
  3755. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN 0x80002BB8L
  3756. //
  3757. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN
  3758. //
  3759. // MessageText:
  3760. //
  3761. // The system failed to update and remove host (A) resource records (RRs)
  3762. // for network adapter%nwith settings:%n%n
  3763. // Adapter Name : %1%n
  3764. // Host Name : %2%n
  3765. // Primary Domain Suffix : %3%n
  3766. // DNS server list :%n
  3767. // %4%n
  3768. // Sent update to server : %5%n
  3769. // IP Address(es) :%n
  3770. // %6%n%n
  3771. // The system could not remove these A RRs because the DNS server failed the
  3772. // update request. A possible cause is that a zone transfer is in progress,
  3773. // causing a lock for the zone at the DNS server authorized to perform the
  3774. // updates for these RRs.
  3775. //
  3776. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN 0x80002BB9L
  3777. //
  3778. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN
  3779. //
  3780. // MessageText:
  3781. //
  3782. // The system failed to update and remove host (A) resource records (RRs)
  3783. // for network adapter%nwith settings:%n%n
  3784. // Adapter Name : %1%n
  3785. // Host Name : %2%n
  3786. // Primary Domain Suffix : %3%n
  3787. // DNS server list :%n
  3788. // %4%n
  3789. // Sent update to server : %5%n
  3790. // IP Address(es) :%n
  3791. // %6%n%n
  3792. // The reason for this failure is because the DNS server sent the update
  3793. // either (a) does not support the DNS dynamic update protocol, or (b) the
  3794. // authoritative zone for the DNS domain name specified in these A RRs does
  3795. // not currently accept DNS dynamic updates.
  3796. //
  3797. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN 0x80002BBAL
  3798. //
  3799. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN
  3800. //
  3801. // MessageText:
  3802. //
  3803. // The system failed to update and remove host (A) resource records (RRs)
  3804. // for network adapter%nwith settings:%n%n
  3805. // Adapter Name : %1%n
  3806. // Host Name : %2%n
  3807. // Primary Domain Suffix : %3%n
  3808. // DNS server list :%n
  3809. // %4%n
  3810. // Sent update to server : %5%n
  3811. // IP Address(es) :%n
  3812. // %6%n%n
  3813. // The request to remove these records failed because the DNS server refused
  3814. // the update request. The cause of this might be that either (a) this
  3815. // computer is not allowed to update the DNS domain name specified by these
  3816. // settings, or (b) because the DNS server authorized to perform updates for
  3817. // the zone that contains these RRs does not support the DNS dynamic update
  3818. // protocol.
  3819. //
  3820. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN 0x80002BBBL
  3821. //
  3822. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN
  3823. //
  3824. // MessageText:
  3825. //
  3826. // The system failed to update and remove host (A) resource records (RRs)
  3827. // for network adapter%nwith settings:%n%n
  3828. // Adapter Name : %1%n
  3829. // Host Name : %2%n
  3830. // Primary Domain Suffix : %3%n
  3831. // DNS server list :%n
  3832. // %4%n
  3833. // Sent update to server : %5%n
  3834. // IP Address(es) :%n
  3835. // %6%n%n
  3836. // The reason for this failure was because of a security related problem.
  3837. // The cause of this could be that (a) your computer does not have permissions
  3838. // to remove and update the specific DNS domain name or IP addresses
  3839. // configured for this adapter, or (b) there might have been a problem
  3840. // negotiating valid credentials with the DNS server during the processing of
  3841. // the update request. For specific error code, see the record data displayed below.
  3842. //
  3843. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN 0x80002BBCL
  3844. //
  3845. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN
  3846. //
  3847. // MessageText:
  3848. //
  3849. // The system failed to update and remove host (A) resource records (RRs)
  3850. // for network adapter%nwith settings:%n%n
  3851. // Adapter Name : %1%n
  3852. // Host Name : %2%n
  3853. // Primary Domain Suffix : %3%n
  3854. // DNS server list :%n
  3855. // %4%n
  3856. // Sent update to server : %5%n
  3857. // IP Address(es) :%n
  3858. // %6%n%n
  3859. // The reason the update request failed was because of a system problem.
  3860. // For specific error code, see the record data displayed below.
  3861. //
  3862. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN 0x80002BBDL
  3863. //
  3864. // Information
  3865. //
  3866. //
  3867. // MessageId: EVENT_DNSAPI_REGISTERED_ADAPTER
  3868. //
  3869. // MessageText:
  3870. //
  3871. // The system registered network adapter with settings :%n%n
  3872. // Adapter Name : %1%n
  3873. // Host Name : %2%n
  3874. // Adapter-specific Domain Suffix : %3%n
  3875. // DNS server list :%n
  3876. // %4%n
  3877. // Sent update to server : %5%n
  3878. // IP Address(es) :%n
  3879. // %6
  3880. //
  3881. #define EVENT_DNSAPI_REGISTERED_ADAPTER 0x40002BC0L
  3882. //
  3883. // MessageId: EVENT_DNSAPI_REGISTERED_PTR
  3884. //
  3885. // MessageText:
  3886. //
  3887. // The system registered pointer (PTR) resource records (RRs) for network
  3888. // adapter%nwith settings:%n%n
  3889. // Adapter Name : %1%n
  3890. // Host Name : %2%n
  3891. // Adapter-specific Domain Suffix : %3%n
  3892. // Primary Domain Suffix : %4%n
  3893. // DNS server list :%n
  3894. // %5%n
  3895. // Sent update to server : %6%n
  3896. // IP Address : %7
  3897. //
  3898. #define EVENT_DNSAPI_REGISTERED_PTR 0x40002BC1L
  3899. //
  3900. // MessageId: EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN
  3901. //
  3902. // MessageText:
  3903. //
  3904. // The system registered host (A) resource records (RRs) for network
  3905. // adapter%nwith settings :%n%n
  3906. // Adapter Name : %1%n
  3907. // Host Name : %2%n
  3908. // Primary Domain Suffix : %3%n
  3909. // DNS server list :%n
  3910. // %4%n
  3911. // Sent update to server : %5%n
  3912. // IP Address(es) :%n
  3913. // %6
  3914. //
  3915. #define EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN 0x40002BC2L
  3916. /////////////////////////////////////////////////////////////////////////
  3917. //
  3918. // WMI Service Events (12000-12499)
  3919. //
  3920. /////////////////////////////////////////////////////////////////////////
  3921. //
  3922. // Errors
  3923. //
  3924. //
  3925. // MessageId: EVENT_WMI_CANT_OPEN_DEVICE
  3926. //
  3927. // MessageText:
  3928. //
  3929. // The WMI service was unable to open the WMI service device. The status code is in the additional data.
  3930. //
  3931. #define EVENT_WMI_CANT_OPEN_DEVICE 0xC0002EE0L
  3932. //
  3933. // Warnings
  3934. //
  3935. //
  3936. // MessageId: EVENT_WMI_INVALID_MOF
  3937. //
  3938. // MessageText:
  3939. //
  3940. // The binary MOF in the resource named %1 in the image file %2 is not valid.
  3941. //
  3942. #define EVENT_WMI_INVALID_MOF 0x80002F44L
  3943. //
  3944. // MessageId: EVENT_WMI_MOF_LOAD_FAILURE
  3945. //
  3946. // MessageText:
  3947. //
  3948. // The binary MOF in the resource named %1 in the image file %2 could not be loaded.
  3949. //
  3950. #define EVENT_WMI_MOF_LOAD_FAILURE 0x80002F45L
  3951. //
  3952. // MessageId: EVENT_WMI_INVALID_REGINFO
  3953. //
  3954. // MessageText:
  3955. //
  3956. // The registration information for the image file %1 is not valid.
  3957. //
  3958. #define EVENT_WMI_INVALID_REGINFO 0x80002F46L
  3959. //
  3960. // MessageId: EVENT_WMI_INVALID_REGPATH
  3961. //
  3962. // MessageText:
  3963. //
  3964. // The registry path (%1) passed by a kernel mode driver is invalid. The driver device object is in the additional data.
  3965. //
  3966. #define EVENT_WMI_INVALID_REGPATH 0x80002F47L
  3967. //
  3968. // MessageId: EVENT_WMI_CANT_RESOLVE_INSTANCE
  3969. //
  3970. // MessageText:
  3971. //
  3972. // An event was fired specifying a static instance name that could not be resolved.
  3973. //
  3974. #define EVENT_WMI_CANT_RESOLVE_INSTANCE 0x80002F48L
  3975. //
  3976. // MessageId: EVENT_WMI_CANT_GET_EVENT_DATA
  3977. //
  3978. // MessageText:
  3979. //
  3980. // An error occured while attempting to query for the event data referenced by a fired event.
  3981. //
  3982. #define EVENT_WMI_CANT_GET_EVENT_DATA 0x80002F49L
  3983. /////////////////////////////////////////////////////////////////////////
  3984. //
  3985. // Trk Services Events (12500-12999)
  3986. //
  3987. /////////////////////////////////////////////////////////////////////////
  3988. //
  3989. // MessageId: EVENT_TRK_INTERNAL_ERROR
  3990. //
  3991. // MessageText:
  3992. //
  3993. // An internal error occured in Distributed Link Tracking. The error code was %1.
  3994. //
  3995. #define EVENT_TRK_INTERNAL_ERROR 0xC00030D4L
  3996. //
  3997. // MessageId: EVENT_TRK_SERVICE_START_SUCCESS
  3998. //
  3999. // MessageText:
  4000. //
  4001. // Service started successfully
  4002. //
  4003. #define EVENT_TRK_SERVICE_START_SUCCESS 0x400030D5L
  4004. //
  4005. // MessageId: EVENT_TRK_SERVICE_START_FAILURE
  4006. //
  4007. // MessageText:
  4008. //
  4009. // Service failed to start. Error = %1
  4010. //
  4011. #define EVENT_TRK_SERVICE_START_FAILURE 0xC00030D6L
  4012. //
  4013. // MessageId: EVENT_TRK_SERVICE_CORRUPT_LOG
  4014. //
  4015. // MessageText:
  4016. //
  4017. // The Distributed Link Tracking log was corrupt on volume %1: and has been re-created. This log is used to automatically repair file links, such as Shell Shortcuts and OLE links, when for some reason those links become broken.
  4018. //
  4019. #define EVENT_TRK_SERVICE_CORRUPT_LOG 0xC00030D7L
  4020. //
  4021. // MessageId: EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED
  4022. //
  4023. // MessageText:
  4024. //
  4025. // The Distributed Link Tracking volume ID quota on this machine has been exceeded. As a result, it is not possible to create new volume IDs. Distributed Link Tracking normally uses these volume IDs to automatically repair file links, such as Shell Shortcuts and OLE links, when for some reason those links become broken.
  4026. //
  4027. #define EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED 0x800030D8L
  4028. //
  4029. // MessageId: EVENT_TRK_SERVICE_VOLUME_CREATE
  4030. //
  4031. // MessageText:
  4032. //
  4033. // A new volume ID has been assigned for %1:%n%2%n%n
  4034. // This ID is used by Distributed Link Tracking to automatically repair file links, such as Shell Shortcuts and OLE links, when for some reason those links become broken. If there previously were links to files on this volume that are broken, they might not be automatically repairable.
  4035. //
  4036. #define EVENT_TRK_SERVICE_VOLUME_CREATE 0x400030D9L
  4037. //
  4038. // MessageId: EVENT_TRK_SERVICE_VOLUME_CLAIM
  4039. //
  4040. // MessageText:
  4041. //
  4042. // Ownership of the volume ID for %1: has been successfully claimed. This volume ID is used by Distributed Link Tracking to automatically repair file links, such as Shell Shortcuts and OLE links, when for some reason those links become broken.
  4043. //
  4044. #define EVENT_TRK_SERVICE_VOLUME_CLAIM 0x400030DAL
  4045. //
  4046. // MessageId: EVENT_TRK_SERVICE_DUPLICATE_VOLIDS
  4047. //
  4048. // MessageText:
  4049. //
  4050. // The volume ID for %1: has been reset, since it was a duplicate of that on %2:. This volume ID is used by Distributed Link Tracking to automatically repair file links, such as Shell Shortcuts and OLE links, when for some reason those links become broken.
  4051. //
  4052. #define EVENT_TRK_SERVICE_DUPLICATE_VOLIDS 0x400030DBL
  4053. //
  4054. // MessageId: EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED
  4055. //
  4056. // MessageText:
  4057. //
  4058. // The move table quota for Distributed Link Tracking in this domain has been exceeded. This table is used by Distributed Link Tracking to automatically repair file links, such as Shell Shortcuts and OLE links, when for some reason those links become broken. While this quota is exceeded, it may not be possible to automatically repair some such broken links.
  4059. //
  4060. #define EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED 0x800030DCL
  4061. /////////////////////////////////////////////////////////////////////////
  4062. //
  4063. // ATM Protocol Events (13000-13499)
  4064. //
  4065. /////////////////////////////////////////////////////////////////////////
  4066. //
  4067. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_VERSNOSUPP
  4068. //
  4069. // MessageText:
  4070. //
  4071. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service does not support the version (1.0) supported by this LAN Emulation Client.
  4072. //
  4073. #define EVENT_ATMLANE_CFGREQ_FAIL_VERSNOSUPP 0xC000332CL
  4074. //
  4075. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_VERSNOSUPP
  4076. //
  4077. // MessageText:
  4078. //
  4079. // Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service does not support the version (1.0) supported by this LAN Emulation Client.
  4080. //
  4081. #define EVENT_ATMLANE_JOINREQ_FAIL_VERSNOSUPP 0xC000332DL
  4082. //
  4083. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_REQPARMINVAL
  4084. //
  4085. // MessageText:
  4086. //
  4087. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The configuration parameters are incompatible with the desired Emulated LAN.
  4088. //
  4089. #define EVENT_ATMLANE_CFGREQ_FAIL_REQPARMINVAL 0xC000332EL
  4090. //
  4091. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_REQPARMINVAL
  4092. //
  4093. // MessageText:
  4094. //
  4095. // Emulated LAN (%2) - LAN Emulation Join Request failed. The join parameters are incompatible with the desired Emulated LAN.
  4096. //
  4097. #define EVENT_ATMLANE_JOINREQ_FAIL_REQPARMINVAL 0xC000332FL
  4098. //
  4099. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_DUPLANDEST
  4100. //
  4101. // MessageText:
  4102. //
  4103. // Emulated LAN (%2) - LAN Emulation Join Request failed. This LAN Emulation client attempted to register a MAC address (%3) that is already in use by another client.
  4104. //
  4105. #define EVENT_ATMLANE_JOINREQ_FAIL_DUPLANDEST 0xC0003330L
  4106. //
  4107. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_DUPATMADDR
  4108. //
  4109. // MessageText:
  4110. //
  4111. // Emulated LAN (%2) - LAN Emulation Join Request failed. This LAN Emulation client attempted to register an ATM address (%3) that is already in use by another client.
  4112. //
  4113. #define EVENT_ATMLANE_JOINREQ_FAIL_DUPATMADDR 0xC0003331L
  4114. //
  4115. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_INSUFFRES
  4116. //
  4117. // MessageText:
  4118. //
  4119. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service does not have sufficient resources to process the request.
  4120. //
  4121. #define EVENT_ATMLANE_CFGREQ_FAIL_INSUFFRES 0xC0003332L
  4122. //
  4123. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_INSUFFRES
  4124. //
  4125. // MessageText:
  4126. //
  4127. // Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service does not have sufficient resources to process the request.
  4128. //
  4129. #define EVENT_ATMLANE_JOINREQ_FAIL_INSUFFRES 0xC0003333L
  4130. //
  4131. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_NOACCESS
  4132. //
  4133. // MessageText:
  4134. //
  4135. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service disallowed this request for security reasons.
  4136. //
  4137. #define EVENT_ATMLANE_CFGREQ_FAIL_NOACCESS 0xC0003334L
  4138. //
  4139. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_NOACCESS
  4140. //
  4141. // MessageText:
  4142. //
  4143. // Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service disallowed this request for security reasons.
  4144. //
  4145. #define EVENT_ATMLANE_JOINREQ_FAIL_NOACCESS 0xC0003335L
  4146. //
  4147. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_REQIDINVAL
  4148. //
  4149. // MessageText:
  4150. //
  4151. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied LAN Emulation Client ID is invalid.
  4152. //
  4153. #define EVENT_ATMLANE_CFGREQ_FAIL_REQIDINVAL 0xC0003336L
  4154. //
  4155. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_REQIDINVAL
  4156. //
  4157. // MessageText:
  4158. //
  4159. // Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied LAN Emulation Client ID is invalid.
  4160. //
  4161. #define EVENT_ATMLANE_JOINREQ_FAIL_REQIDINVAL 0xC0003337L
  4162. //
  4163. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_LANDESTINVAL
  4164. //
  4165. // MessageText:
  4166. //
  4167. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied MAC Address (%3) cannot be a multicast address or, on an Ethernet/802.3 Emulated LAN, a Route Descriptor.
  4168. //
  4169. #define EVENT_ATMLANE_CFGREQ_FAIL_LANDESTINVAL 0xC0003338L
  4170. //
  4171. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_LANDESTINVAL
  4172. //
  4173. // MessageText:
  4174. //
  4175. // Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied MAC Address (%3) cannot be a multicast address or, on an Ethernet/802.3 Emulated LAN, a Route Descriptor.
  4176. //
  4177. #define EVENT_ATMLANE_JOINREQ_FAIL_LANDESTINVAL 0xC0003339L
  4178. //
  4179. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_ATMADDRINVAL
  4180. //
  4181. // MessageText:
  4182. //
  4183. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied ATM Address (%3) is not in a recognizable format.
  4184. //
  4185. #define EVENT_ATMLANE_CFGREQ_FAIL_ATMADDRINVAL 0xC000333AL
  4186. //
  4187. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_ATMADDRINVAL
  4188. //
  4189. // MessageText:
  4190. //
  4191. // Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied ATM Address (%3) is not in a recognizable format.
  4192. //
  4193. #define EVENT_ATMLANE_JOINREQ_FAIL_ATMADDRINVAL 0xC000333BL
  4194. //
  4195. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_NOCONF
  4196. //
  4197. // MessageText:
  4198. //
  4199. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation client is not recognized.
  4200. //
  4201. #define EVENT_ATMLANE_CFGREQ_FAIL_NOCONF 0xC000333CL
  4202. //
  4203. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_CONFERROR
  4204. //
  4205. // MessageText:
  4206. //
  4207. // Emulated LAN (%2) - LAN Emulation Configure Request failed. No other information is available.
  4208. //
  4209. #define EVENT_ATMLANE_CFGREQ_FAIL_CONFERROR 0xC000333DL
  4210. //
  4211. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_INSUFFINFO
  4212. //
  4213. // MessageText:
  4214. //
  4215. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation client has not provided sufficient information to allow assignment to an Emulated LAN.
  4216. //
  4217. #define EVENT_ATMLANE_CFGREQ_FAIL_INSUFFINFO 0xC000333EL
  4218. //
  4219. // MessageId: EVENT_ATMARPS_ADDRESS_ALREADY_EXISTS
  4220. //
  4221. // MessageText:
  4222. //
  4223. // The Local ATM address (%2) can not be used because it is already registered by another node in the network.
  4224. //
  4225. #define EVENT_ATMARPS_ADDRESS_ALREADY_EXISTS 0xC0003390L
  4226. /////////////////////////////////////////////////////////////////////////
  4227. //
  4228. // File Replication Service (NtFrs) Events (13500-13999)
  4229. //
  4230. /////////////////////////////////////////////////////////////////////////
  4231. //
  4232. // MessageId: EVENT_FRS_ERROR
  4233. //
  4234. // MessageText:
  4235. //
  4236. // File Replication Service
  4237. //
  4238. #define EVENT_FRS_ERROR 0xC00034BCL
  4239. //
  4240. // MessageId: EVENT_FRS_STARTING
  4241. //
  4242. // MessageText:
  4243. //
  4244. // The File Replication Service is starting.
  4245. //
  4246. #define EVENT_FRS_STARTING 0x400034BDL
  4247. //
  4248. // MessageId: EVENT_FRS_STOPPING
  4249. //
  4250. // MessageText:
  4251. //
  4252. // The File Replication Service is stopping.
  4253. //
  4254. #define EVENT_FRS_STOPPING 0x400034BEL
  4255. //
  4256. // MessageId: EVENT_FRS_STOPPED
  4257. //
  4258. // MessageText:
  4259. //
  4260. // The File Replication Service has stopped.
  4261. //
  4262. #define EVENT_FRS_STOPPED 0x400034BFL
  4263. //
  4264. // MessageId: EVENT_FRS_STOPPED_FORCE
  4265. //
  4266. // MessageText:
  4267. //
  4268. // The File Replication Service stopped without cleaning up.
  4269. //
  4270. #define EVENT_FRS_STOPPED_FORCE 0xC00034C0L
  4271. //
  4272. // MessageId: EVENT_FRS_STOPPED_ASSERT
  4273. //
  4274. // MessageText:
  4275. //
  4276. // The File Replication Service has stopped after taking an assertion failure.
  4277. //
  4278. #define EVENT_FRS_STOPPED_ASSERT 0xC00034C1L
  4279. //
  4280. // MessageId: EVENT_FRS_ASSERT
  4281. //
  4282. // MessageText:
  4283. //
  4284. // The File Replication Service failed a consistency check
  4285. // %n (%3)
  4286. // %nin "%1" at line %2.
  4287. // %n
  4288. // %nThe File Replication Service will restart automatically at a later time.
  4289. // If this problem persists a subsequent entry in this event log describes the
  4290. // recovery procedure.
  4291. // %n
  4292. // For more information about the automatic restart right click on
  4293. // My Computer and then click on Manage, System Tools, Services,
  4294. // File Replication Service, and Recovery.
  4295. //
  4296. #define EVENT_FRS_ASSERT 0xC00034C2L
  4297. //
  4298. // MessageId: EVENT_FRS_VOLUME_NOT_SUPPORTED
  4299. //
  4300. // MessageText:
  4301. //
  4302. // The File Replication Service cannot start replica set %1 on computer %2
  4303. // for directory %3 because the type of volume %4 is not NTFS 5.0 or later.
  4304. // %n
  4305. // %nThe volume's type can be found by typing "chkdsk %4".
  4306. // %n
  4307. // %nThe volume can be upgraded to NTFS 5.0 or later by typing "chkntfs /E %4".
  4308. //
  4309. #define EVENT_FRS_VOLUME_NOT_SUPPORTED 0xC00034C3L
  4310. //
  4311. // MessageId: EVENT_FRS_LONG_JOIN
  4312. //
  4313. // MessageText:
  4314. //
  4315. // The File Replication Service is having trouble enabling replication
  4316. // from %1 to %2 for %3 using the DNS name %4. FRS will keep retrying.
  4317. // %n Following are some of the reasons you would see this warning.
  4318. // %n
  4319. // %n [1] FRS can not correctly resolve the DNS name %4 from this computer.
  4320. // %n [2] FRS is not running on %4.
  4321. // %n [3] The topology information in the Active Directory for this replica has not
  4322. // yet replicated to all the Domain Controllers.
  4323. // %n
  4324. // %n This event log message will appear once per connection, After the problem
  4325. // is fixed you will see another event log message indicating that the connection
  4326. // has been established.
  4327. //
  4328. #define EVENT_FRS_LONG_JOIN 0x800034C4L
  4329. //
  4330. // MessageId: EVENT_FRS_LONG_JOIN_DONE
  4331. //
  4332. // MessageText:
  4333. //
  4334. // The File Replication Service has enabled replication from %1 to %2 for %3
  4335. // after repeated retries.
  4336. //
  4337. #define EVENT_FRS_LONG_JOIN_DONE 0x800034C5L
  4338. //
  4339. // MessageId: EVENT_FRS_CANNOT_COMMUNICATE
  4340. //
  4341. // MessageText:
  4342. //
  4343. // The File Replication Service on the computer %1 cannot communicate with
  4344. // the File Replication Service on the computer %2.
  4345. // %n
  4346. // %nVerify that the computer %2 is up and running.
  4347. // %n
  4348. // %nVerify that the File Replication Service is running on %2 by
  4349. // typing "net start ntfrs" on %2.
  4350. // %n
  4351. // %nVerify that the network is functioning between %1 and %2 by
  4352. // typing "ping %1" on %2 and "ping %2" on %1.
  4353. // If the pings succeed then retry the failed operation.
  4354. // If the pings fail then there may be problems with the DNS server.
  4355. // %n
  4356. // %nThe DNS server is responsible for mapping computer names to IP addresses.
  4357. // The commands "ipconfig" and "nslookup" help diagnose problems with the
  4358. // DNS server.
  4359. // %n
  4360. // %nTyping "ipconfig /all" will list the computer's IP address and the IP
  4361. // address of the computer's DNS servers. Type "ping <DNS server's IP address>"
  4362. // to verify that a DNS server is available. The DNS mapping for %2 or %1
  4363. // can be verified by typing "nslookup" and then typing "%2" and then "%1"
  4364. // on %1 and %2. Be sure to check out the DNS server on both %1 and %2;
  4365. // a DNS problem on either computer will prevent proper communication.
  4366. // %n
  4367. // %nSome network problems between %1 and %2 can be cleared up by flushing
  4368. // the DNS Resolver Cache. Type "ipconfig /flushdns".
  4369. // %n
  4370. // %nSome network problems between %1 and %2 can be cleared up by renewing
  4371. // the IP address. Type "ipconfig /release" followed by "ipconfig /renew".
  4372. // %n
  4373. // %nSome network problems between %1 and %2 can be cleared up by resetting
  4374. // the computer's DNS entry. Type "net stop NetLogon" followed by
  4375. // "net start NetLogon".
  4376. // %n
  4377. // %nSome problems between %1 and %2 can be cleared up by restarting
  4378. // the File Replication Service. Type "net stop ntfrs" followed by
  4379. // "net start ntfrs".
  4380. // %n
  4381. // %nSome problems between %1 and %2 can be cleared up by restarting
  4382. // the computers %1 and %2 AFTER CLOSING RUNNING APPLIATIONS,
  4383. // especially dcpromo. Click on Start, Shutdown, select Restart, and
  4384. // click on OK.
  4385. // %n
  4386. // %nOther network and computer problems are beyond the scope of
  4387. // this event log message.
  4388. //
  4389. #define EVENT_FRS_CANNOT_COMMUNICATE 0xC00034C6L
  4390. //
  4391. // MessageId: EVENT_FRS_DATABASE_SPACE
  4392. //
  4393. // MessageText:
  4394. //
  4395. // The File Replication Service is stopping on computer %1 because there is no free
  4396. // space on the volume containing %2.
  4397. // %n
  4398. // %nThe available space on the volume can be found by typing
  4399. // "dir %2".
  4400. // %n
  4401. // %nOnce free space is made available on the volume containing %2,
  4402. // the File Replication Service can be restarted immediately by typing
  4403. // "net start ntfrs". Otherwise, the File Replication Service will
  4404. // restart automatically at a later time.
  4405. // %n
  4406. // %nFor more information about the automatic restart right click on
  4407. // My Computer and then click on Manage, System Tools, Services, File
  4408. // Replication Service, and Recovery.
  4409. // %n
  4410. // %nFor more information about managing space on a volume type "copy /?",
  4411. // "rename /?", "del /?", "rmdir /?", and "dir /?".
  4412. //
  4413. #define EVENT_FRS_DATABASE_SPACE 0xC00034C7L
  4414. //
  4415. // MessageId: EVENT_FRS_DISK_WRITE_CACHE_ENABLED
  4416. //
  4417. // MessageText:
  4418. //
  4419. // The File Replication Service has detected an enabled disk write cache
  4420. // on the drive containing the directory %2 on the computer %1.
  4421. // The File Replication Service might not recover when power to the
  4422. // drive is interrupted and critical updates are lost.
  4423. //
  4424. #define EVENT_FRS_DISK_WRITE_CACHE_ENABLED 0x800034C8L
  4425. //
  4426. // MessageId: EVENT_FRS_JET_1414
  4427. //
  4428. // MessageText:
  4429. //
  4430. // The File Replication Service on computer %1 is stopping because the
  4431. // database %2 is corrupted.
  4432. // %n
  4433. // %nThe database can be recovered by typing "esentutl /d %2 /l%3 /s%4".
  4434. // %n
  4435. // %nOnce the database has been successfully recovered the
  4436. // File Replication Service can be restarted by typing "net start ntfrs".
  4437. //
  4438. #define EVENT_FRS_JET_1414 0xC00034C9L
  4439. //
  4440. // MessageId: EVENT_FRS_SYSVOL_NOT_READY
  4441. //
  4442. // MessageText:
  4443. //
  4444. // The File Replication Service may be preventing the computer %1 from becoming a
  4445. // domain controller while the system volume is being initialized with data
  4446. // from another domain controller and then shared as SYSVOL.
  4447. // %n
  4448. // %nType "net share" to check for the SYSVOL share. The File Replication
  4449. // Service has stopped preventing the computer from becoming a domain
  4450. // controller once the SYSVOL share appears.
  4451. // %n
  4452. // %nThe initialization of the system volume can take some time.
  4453. // The time is dependent on the amount of data in the system volume,
  4454. // the availability of other domain controllers, and the replication
  4455. // interval between domain controllers.
  4456. //
  4457. #define EVENT_FRS_SYSVOL_NOT_READY 0x800034CAL
  4458. //
  4459. // MessageId: EVENT_FRS_SYSVOL_NOT_READY_PRIMARY
  4460. //
  4461. // MessageText:
  4462. //
  4463. // The File Replication Service may be preventing the computer %1 from becoming a
  4464. // domain controller while the system volume is being initialized and then
  4465. // shared as SYSVOL.
  4466. // %n
  4467. // %nType "net share" to check for the SYSVOL share. The File Replication
  4468. // Service has stopped preventing the computer from becoming a domain
  4469. // controller once the SYSVOL share appears.
  4470. // %n
  4471. // %nThe initialization of the system volume can take some time.
  4472. // The time is dependent on the amount of data in the system volume.
  4473. // %n
  4474. // %nThe initialization of the system volume can be bypassed by first typing
  4475. // regedt32 and setting the value of SysvolReady to 1 and then restarting
  4476. // the Netlogon service.
  4477. // %n
  4478. // %nWARNING - BYPASSING THE SYSTEM VOLUME INITIALIZATION IS NOT RECOMMENDED.
  4479. // Applications may fail in unexpected ways.
  4480. // %n
  4481. // %nThe value SysvolReady is located by clicking on HKEY_LOCAL_MACHINE
  4482. // and then clicking on System, CurrentControlSet, Services, Netlogon,
  4483. // and Parameters.
  4484. // %n
  4485. // %nThe Netlogon service can be restarted by typing "net stop netlogon"
  4486. // followed by "net start netlogon".
  4487. //
  4488. #define EVENT_FRS_SYSVOL_NOT_READY_PRIMARY 0x800034CBL
  4489. //
  4490. // MessageId: EVENT_FRS_SYSVOL_READY
  4491. //
  4492. // MessageText:
  4493. //
  4494. // The File Replication Service is no longer preventing the computer %1 from
  4495. // becoming a domain controller. The system volume has been successfully
  4496. // initialized and the Netlogon service has been notified that the system
  4497. // volume is now ready to be shared as SYSVOL.
  4498. // %n
  4499. // %nType "net share" to check for the SYSVOL share.
  4500. //
  4501. #define EVENT_FRS_SYSVOL_READY 0x400034CCL
  4502. //
  4503. // MessageId: EVENT_FRS_ACCESS_CHECKS_DISABLED
  4504. //
  4505. // MessageText:
  4506. //
  4507. // The File Replication Service will not check access to the API "%1".
  4508. // %n
  4509. // %nAccess checks can be enabled for "%1" by running regedt32.
  4510. // %n
  4511. // %nClick on Start, Run, and type regedt32.
  4512. // %n
  4513. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4514. // CurrentControlSet, Services, NtFrs, Parameters, Access Checks, "%1", and "%2".
  4515. // Change the string to Enabled.
  4516. // %n
  4517. // %nPermissions can be changed by highlighting "%1" and then clicking on the
  4518. // toolbar option Security and then Permissions...
  4519. //
  4520. #define EVENT_FRS_ACCESS_CHECKS_DISABLED 0x800034CDL
  4521. //
  4522. // MessageId: EVENT_FRS_ACCESS_CHECKS_FAILED_USER
  4523. //
  4524. // MessageText:
  4525. //
  4526. // The File Replication Service did not grant the user "%3" access to the
  4527. // API "%1".
  4528. // %n
  4529. // %nPermissions for "%1" can be changed by running regedt32.
  4530. // %n
  4531. // %nClick on Start, Run, and type regedt32.
  4532. // %n
  4533. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4534. // CurrentControlSet, Services, NtFrs, Parameters, Access Checks, and highlight "%1".
  4535. // Click on the toolbar option Security and then Permissions...
  4536. // %n
  4537. // %nAccess checks can be disabled for "%1". Double click on "%2" and
  4538. // change the string to Disabled.
  4539. //
  4540. #define EVENT_FRS_ACCESS_CHECKS_FAILED_USER 0x800034CEL
  4541. //
  4542. // MessageId: EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN
  4543. //
  4544. // MessageText:
  4545. //
  4546. // The File Replication Service could not grant an unknown user access to the
  4547. // API "%1".
  4548. // %n
  4549. // %nAccess checks can be disabled for "%1" by running regedt32.
  4550. // %n
  4551. // %nClick on Start, Run, and type regedt32.
  4552. // %n
  4553. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4554. // CurrentControlSet, Services, NtFrs, Parameters, Access Checks, "%1", and "%2".
  4555. // Change the string to Disabled.
  4556. // %n
  4557. // %nPermissions can be changed by highlighting "%1" and then clicking on the
  4558. // toolbar option Security and then Permissions...
  4559. //
  4560. #define EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN 0xC00034CFL
  4561. //
  4562. // MessageId: EVENT_FRS_MOVED_PREEXISTING
  4563. //
  4564. // MessageText:
  4565. //
  4566. // The File Replication Service moved the preexisting files in %1 to %2.
  4567. // %n
  4568. // %nThe File Replication Service may delete the files in %2 at any time.
  4569. // Files can be saved from deletion by copying them out of %2. Copying
  4570. // the files into %1 may lead to name conflicts if the files already exist
  4571. // on some other replicating partner.
  4572. // %n
  4573. // %nIn some cases, the File Replication Service may copy a file
  4574. // from %2 into %1 instead of replicating the file from some other
  4575. // replicating partner.
  4576. // %n
  4577. // %nSpace can be recovered at any time by deleting the files in %2.
  4578. //
  4579. #define EVENT_FRS_MOVED_PREEXISTING 0x800034D0L
  4580. //
  4581. // MessageId: EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS
  4582. //
  4583. // MessageText:
  4584. //
  4585. // The File Replication Service cannot enable replication on the comptuer %1
  4586. // until a backup/restore application completes.
  4587. // %n
  4588. // %nA backup/restore application has set a registry key that
  4589. // prevents the File Replication Service from starting until the registry
  4590. // key is deleted or the system is rebooted.
  4591. // %n
  4592. // %nThe backup/restore application may still be running. Check with your
  4593. // local administrator before proceeding further.
  4594. // %n
  4595. // %nThe computer can be rebooted by clicking on Start, Shutdown, and
  4596. // selecting Restart.
  4597. // %n
  4598. // %nWARNING - DELETING THE REGISTRY KEY IS NOT RECOMMENDED!
  4599. // Applications may fail in unexpected ways.
  4600. // %n
  4601. // %nThe registry key can be deleted by running regedt32.
  4602. // %n
  4603. // %nClick on Start, Run, and type regedt32.
  4604. // %n
  4605. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4606. // CurrentControlSet, Services, NtFrs, Parameters, Backup/Restore,
  4607. // "Stop NtFrs from Starting". On the toolbar, click on Edit and select
  4608. // Delete. Be careful! Deleting a key other than "Stop NtFrs From Starting"
  4609. // can have unexpected sideeffects.
  4610. //
  4611. #define EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS 0xC00034D1L
  4612. //
  4613. // MessageId: EVENT_FRS_STAGING_AREA_FULL
  4614. //
  4615. // MessageText:
  4616. //
  4617. // The File Replication Service paused because the staging area is full.
  4618. // Replication will resume if staging space becomes available or if the
  4619. // staging space limit is increased.
  4620. // %n
  4621. // %nThe current value of the staging space limit is %1 KB.
  4622. // %n
  4623. // %nTo change the staging space limit, run regedt32.
  4624. // %n
  4625. // %nClick on Start, Run and type regedt32.
  4626. // %n
  4627. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4628. // CurrentControlSet, Services, NtFrs, Parameters, and the value
  4629. // "Staging Space Limit in KB".
  4630. //
  4631. #define EVENT_FRS_STAGING_AREA_FULL 0x800034D2L
  4632. //
  4633. // MessageId: EVENT_FRS_HUGE_FILE
  4634. //
  4635. // MessageText:
  4636. //
  4637. // The File Replication Service paused because the size of a file exceeds the
  4638. // staging space limit. Replication will resume only if the staging space limit
  4639. // is increased.
  4640. // %n
  4641. // %nThe staging space limit is %1 KB and the file size is %2 KB.
  4642. // %n
  4643. // %nTo change the staging space limit, run regedt32.
  4644. // %n
  4645. // %nClick on Start, Run and type regedt32.
  4646. // %n
  4647. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4648. // CurrentControlSet, Services, NtFrs, Parameters, and the value
  4649. // "Staging Space Limit in KB".
  4650. //
  4651. #define EVENT_FRS_HUGE_FILE 0x800034D3L
  4652. //
  4653. // MessageId: EVENT_FRS_CANNOT_CREATE_UUID
  4654. //
  4655. // MessageText:
  4656. //
  4657. // The File Replication Service is stopping on the computer %1 because
  4658. // a universally unique ID (UUID) cannot be created.
  4659. // %n
  4660. // %nThe SDK function UuidCreate() returned the error "%2".
  4661. // %n
  4662. // %nThe problem may be the lack of an Ethernet address,
  4663. // token ring address, or network address. The lack of a network
  4664. // address implies an unsupported netcard.
  4665. // %n
  4666. // %nThe File Replication Service will restart automatically at a later time.
  4667. // For more information about the automatic restart right click on
  4668. // My Computer and then click on Manage, System Tools, Services,
  4669. // File Replication Service, and Recovery.
  4670. //
  4671. #define EVENT_FRS_CANNOT_CREATE_UUID 0xC00034D4L
  4672. //
  4673. // MessageId: EVENT_FRS_NO_DNS_ATTRIBUTE
  4674. //
  4675. // MessageText:
  4676. //
  4677. // The File Replication Service cannot find the DNS name for the computer %1
  4678. // because the "%2" attribute could not be read from the distinguished
  4679. // name "%3".
  4680. // %n
  4681. // %nThe File Replication Service will try using the name "%1" until the
  4682. // computer's DNS name appears.
  4683. //
  4684. #define EVENT_FRS_NO_DNS_ATTRIBUTE 0x800034D5L
  4685. //
  4686. // MessageId: EVENT_FRS_NO_SID
  4687. //
  4688. // MessageText:
  4689. //
  4690. // The File Replication Service cannot replicate %1 with the computer
  4691. // %2 because the computer's SID cannot be determined from the distinguished
  4692. // name "%3".
  4693. // %n
  4694. // %nThe File Replication Service will retry later.
  4695. //
  4696. #define EVENT_FRS_NO_SID 0xC00034D6L
  4697. //
  4698. // MessageId: NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET
  4699. //
  4700. // MessageText:
  4701. //
  4702. // The RPC binding failed in the Open function of the FileReplicaSet Object. The
  4703. // counter data for this object will not be available. The FileReplicaSet object
  4704. // contains the performance counters of the Replica sets whose files are being
  4705. // replicated by the File Replication Service.
  4706. //
  4707. #define NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET 0xC00034D7L
  4708. //
  4709. // MessageId: NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN
  4710. //
  4711. // MessageText:
  4712. //
  4713. // The RPC binding failed in the Open function of the FileReplicaConn Object. The
  4714. // counter data for this object will not be available. The FileReplicaConn object
  4715. // contains the performance counters of the connections over which files are being
  4716. // replicated by the File Replication Service.
  4717. //
  4718. #define NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN 0xC00034D8L
  4719. //
  4720. // MessageId: NTFRSPRF_OPEN_RPC_CALL_ERROR_SET
  4721. //
  4722. // MessageText:
  4723. //
  4724. // The RPC call failed in the Open function of the FileReplicaSet Object. The
  4725. // counter data for this object will not be available. The FileReplicaSet object
  4726. // contains the performance counters of the Replica sets whose files are being
  4727. // replicated by the File Replication Service.
  4728. //
  4729. #define NTFRSPRF_OPEN_RPC_CALL_ERROR_SET 0xC00034D9L
  4730. //
  4731. // MessageId: NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN
  4732. //
  4733. // MessageText:
  4734. //
  4735. // The RPC call failed in the Open function of the FileReplicaConn Object. The
  4736. // counter data for this object will not be available. The FileReplicaConn object
  4737. // contains the performance counters of the connections over which files are being
  4738. // replicated by the File Replication Service.
  4739. //
  4740. #define NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN 0xC00034DAL
  4741. //
  4742. // MessageId: NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET
  4743. //
  4744. // MessageText:
  4745. //
  4746. // The RPC binding failed in the Collect function of the FileReplicaSet Object. The
  4747. // counter data for this object will not be available till the binding succeeds.
  4748. // The FileReplicaSet object contains the performance counters of the Replica sets
  4749. // whose files are being replicated by the File Replication Service.
  4750. //
  4751. #define NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET 0xC00034DBL
  4752. //
  4753. // MessageId: NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN
  4754. //
  4755. // MessageText:
  4756. //
  4757. // The RPC binding failed in the Collect function of the FileReplicaConn Object.
  4758. // The counter data for this object will not be available till the binding
  4759. // succeeds. The FileReplicaConn object contains the performance counters of the
  4760. // connections over which files are being replicated by the File Replication
  4761. // Service.
  4762. //
  4763. #define NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN 0xC00034DCL
  4764. //
  4765. // MessageId: NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET
  4766. //
  4767. // MessageText:
  4768. //
  4769. // The RPC call failed in the Collect function of the FileReplicaSet Object. The
  4770. // counter data for this object will not be available till the call succeeds. The
  4771. // FileReplicaSet object contains the performance counters of the Replica sets
  4772. // whose files are being replicated by the File Replication Service.
  4773. //
  4774. #define NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET 0xC00034DDL
  4775. //
  4776. // MessageId: NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN
  4777. //
  4778. // MessageText:
  4779. //
  4780. // The RPC call failed in the Collect function of the FileReplicaConn Object. The
  4781. // counter data for this object will not be available till the call succeeds. The
  4782. // FileReplicaConn object contains the performance counters of the connections over
  4783. // which files are being replicated by the File Replication Service.
  4784. //
  4785. #define NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN 0xC00034DEL
  4786. //
  4787. // MessageId: NTFRSPRF_VIRTUALALLOC_ERROR_SET
  4788. //
  4789. // MessageText:
  4790. //
  4791. // The call to VirtualAlloc failed in the Open function of the FileReplicaSet
  4792. // Object. The counter data for this object will not be available. The
  4793. // FileReplicaSet object contains the performance counters of the Replica sets
  4794. // whose files are being replicated by the File Replication Service.
  4795. //
  4796. #define NTFRSPRF_VIRTUALALLOC_ERROR_SET 0xC00034DFL
  4797. //
  4798. // MessageId: NTFRSPRF_VIRTUALALLOC_ERROR_CONN
  4799. //
  4800. // MessageText:
  4801. //
  4802. // The call to VirtualAlloc failed in the Open function of the FileReplicaConn
  4803. // Object. The counter data for this object will not be available. The
  4804. // FileReplicaConn object contains the performance counters of the connections over
  4805. // which files are being replicated by the File Replication Service.
  4806. //
  4807. #define NTFRSPRF_VIRTUALALLOC_ERROR_CONN 0xC00034E0L
  4808. //
  4809. // MessageId: NTFRSPRF_REGISTRY_ERROR_SET
  4810. //
  4811. // MessageText:
  4812. //
  4813. // The call to the Registry failed in the Open function of the FileReplicaSet
  4814. // Object. The counter data for this object will not be available. The
  4815. // FileReplicaSet object contains the performance counters of the Replica sets
  4816. // whose files are being replicated by the File Replication Service.
  4817. //
  4818. #define NTFRSPRF_REGISTRY_ERROR_SET 0xC00034E1L
  4819. //
  4820. // MessageId: NTFRSPRF_REGISTRY_ERROR_CONN
  4821. //
  4822. // MessageText:
  4823. //
  4824. // The call to the Registry failed in the Open function of the FileReplicaConn
  4825. // Object. The counter data for this object will not be available. The
  4826. // FileReplicaConn object contains the performance counters of the connections over
  4827. // which files are being replicated by the File Replication Service.
  4828. //
  4829. #define NTFRSPRF_REGISTRY_ERROR_CONN 0xC00034E2L
  4830. //
  4831. // MessageId: EVENT_FRS_ROOT_NOT_VALID
  4832. //
  4833. // MessageText:
  4834. //
  4835. // The File Replication Service cannot replicate %1 because the
  4836. // pathname of the replicated directory is not the fully qualified
  4837. // pathname of an existing, accessible local directory.
  4838. //
  4839. #define EVENT_FRS_ROOT_NOT_VALID 0xC00034E3L
  4840. //
  4841. // MessageId: EVENT_FRS_STAGE_NOT_VALID
  4842. //
  4843. // MessageText:
  4844. //
  4845. // The File Replication Service cannot replicate %1 because the pathname
  4846. // of the customer designated staging directory:
  4847. // %n %2
  4848. // %n is not the fully qualified pathname of an existing, accessible local directory.
  4849. //
  4850. #define EVENT_FRS_STAGE_NOT_VALID 0xC00034E4L
  4851. //
  4852. // MessageId: EVENT_FRS_OVERLAPS_LOGGING
  4853. //
  4854. // MessageText:
  4855. //
  4856. // The File Replication Service cannot replicate %1 because it overlaps
  4857. // the File Replication Service's logging pathname %2.
  4858. //
  4859. #define EVENT_FRS_OVERLAPS_LOGGING 0xC00034E5L
  4860. //
  4861. // MessageId: EVENT_FRS_OVERLAPS_WORKING
  4862. //
  4863. // MessageText:
  4864. //
  4865. // The File Replication Service cannot replicate %1 because it overlaps
  4866. // the File Replication Service's working directory %2.
  4867. //
  4868. #define EVENT_FRS_OVERLAPS_WORKING 0xC00034E6L
  4869. //
  4870. // MessageId: EVENT_FRS_OVERLAPS_STAGE
  4871. //
  4872. // MessageText:
  4873. //
  4874. // The File Replication Service cannot replicate %1 because it overlaps
  4875. // the staging directory %2.
  4876. //
  4877. #define EVENT_FRS_OVERLAPS_STAGE 0xC00034E7L
  4878. //
  4879. // MessageId: EVENT_FRS_OVERLAPS_ROOT
  4880. //
  4881. // MessageText:
  4882. //
  4883. // The File Replication Service cannot replicate %1 because it overlaps
  4884. // the replicating directory %2.
  4885. //
  4886. #define EVENT_FRS_OVERLAPS_ROOT 0xC00034E8L
  4887. //
  4888. // MessageId: EVENT_FRS_OVERLAPS_OTHER_STAGE
  4889. //
  4890. // MessageText:
  4891. //
  4892. // The File Replication Service cannot replicate %1 because it overlaps
  4893. // the staging directory %2 of the replicating directory %3.
  4894. //
  4895. #define EVENT_FRS_OVERLAPS_OTHER_STAGE 0xC00034E9L
  4896. //
  4897. // MessageId: EVENT_FRS_PREPARE_ROOT_FAILED
  4898. //
  4899. // MessageText:
  4900. //
  4901. // The File Replication Service could not prepare the root directory
  4902. // %1 for replication. This is likely due to a problem creating the
  4903. // root directory or a problem removing preexisting files in the root
  4904. // directory.
  4905. // %n
  4906. // %nCheck that the path leading up to the root directory exists and is
  4907. // accessible.
  4908. //
  4909. #define EVENT_FRS_PREPARE_ROOT_FAILED 0xC00034EAL
  4910. //
  4911. // MessageId: EVENT_FRS_BAD_REG_DATA
  4912. //
  4913. // MessageText:
  4914. //
  4915. // The File Replication Service detected an invalid parameter value in the
  4916. // registry. %1.
  4917. // %n
  4918. // %nThe expected registry key name is "%2".
  4919. // %nThe expected value name is "%3".
  4920. // %nThe expected registry data type is %4.
  4921. // %nThe allowed range for this parameter is %5
  4922. // %nThe data units for this parameter value are %6.
  4923. // %nThe File Replication Service is using a default value of "%7".
  4924. // %n
  4925. // %nTo change this parameter, run regedt32.
  4926. // %n
  4927. // %nClick on Start, Run and type regedt32.
  4928. // %n
  4929. // %nClick on the window entitled HKEY_LOCAL_MACHINE.
  4930. // %nClick down the key path: "%8"
  4931. // %nDouble click on the value name -
  4932. // %n "%9"
  4933. // %nand update the value.
  4934. // %nIf the value name is not present you may add it with the Add Value function
  4935. // under the Edit Menu item. Type the value name exactly as shown above using the
  4936. // above registry data type. Make sure you observe the data units and allowed range
  4937. // when entering the value.
  4938. //
  4939. #define EVENT_FRS_BAD_REG_DATA 0x800034EBL
  4940. //
  4941. // MessageId: EVENT_FRS_JOIN_FAIL_TIME_SKEW
  4942. //
  4943. // MessageText:
  4944. //
  4945. // The File Replication Service is unable to replicate with its partner computer
  4946. // because the difference in clock times is outside the range of plus or minus
  4947. // %1 minutes.
  4948. // %n
  4949. // %nThe connection to the partner computer is:
  4950. // %n "%2"
  4951. // %nThe detected time difference is: %3 minutes.
  4952. // %n
  4953. // %nNote: If this time difference is close to a multiple of 60 minutes then it
  4954. // is likely that either this computer or its partner computer was set to the
  4955. // incorrect time zone when the computer time was initially set. Check that
  4956. // the time zone and the system time are correctly set on both computers.
  4957. // %n
  4958. // %nIf necessary, the default value used to test for computer time consistency
  4959. // may be changed in the registry on this computer. (Note: This is not recommended.)
  4960. // %n
  4961. // %nTo change this parameter, run regedt32.
  4962. // %n
  4963. // %nClick on Start, Run and type regedt32.
  4964. // %n
  4965. // %nClick on the window entitled HKEY_LOCAL_MACHINE.
  4966. // %nClick down the key path:
  4967. // %n "System\CurrentControlSet\Services\NtFrs\Parameters"
  4968. // %nDouble click on the value name
  4969. // %n "Partner Clock Skew In Minutes"
  4970. // %nand update the value.
  4971. // %n
  4972. // %nIf the value name is not present you may add it with the Add Value function
  4973. // under the Edit Menu item. Type the value name exactly as shown above using the
  4974. // the registry data type REG_DWORD.
  4975. //
  4976. #define EVENT_FRS_JOIN_FAIL_TIME_SKEW 0xC00034ECL
  4977. //
  4978. // MessageId: EVENT_FRS_RMTCO_TIME_SKEW
  4979. //
  4980. // MessageText:
  4981. //
  4982. // The File Replication Service is unable to replicate from a partner computer
  4983. // because the event time associated with the file to be replicated is too far
  4984. // into the future. It is %1 minutes greater than the current time. This can
  4985. // happen if the system time on the partner computer was set incorrectly when
  4986. // the file was created or updated. To preserve the integrity of the replica
  4987. // set this file update will not be performed or propagated further.
  4988. // %n
  4989. // %nThe file name is: "%2"
  4990. // %nThe connection to the partner computer is:
  4991. // %n "%3"
  4992. // %n
  4993. // %nNote: If this time difference is close to a multiple of 60 minutes then it
  4994. // is likely that this file may have been created or updated on the partner
  4995. // computer while the computer was set to the incorrect time zone when its
  4996. // computer time was initially set. Check that the timezone and time are
  4997. // correctly set on the partner computer.
  4998. //
  4999. #define EVENT_FRS_RMTCO_TIME_SKEW 0xC00034EDL
  5000. //
  5001. // MessageId: EVENT_FRS_CANT_OPEN_STAGE
  5002. //
  5003. // MessageText:
  5004. //
  5005. // The File Replication Service is unable to open the customer designated
  5006. // staging directory for replica set %1. The path used for the staging
  5007. // directory is,
  5008. // %n "%2"
  5009. // %nThe customer designated root path for this replica set is:
  5010. // %n "%3"
  5011. // %n
  5012. // The service is unable to start replication on this replica set. Among the
  5013. // possible errors to check are:
  5014. // %n -- an invalid staging path,
  5015. // %n -- a missing directory,
  5016. // %n -- a missing disk volume,
  5017. // %n -- a file system on the volume that does not support ACLs,
  5018. // %n -- a sharing conflict on the staging directory with some other application.
  5019. // %n
  5020. // %nCorrect the problem and the service will attempt to restart replication
  5021. // automatically at a later time.
  5022. //
  5023. #define EVENT_FRS_CANT_OPEN_STAGE 0xC00034EEL
  5024. //
  5025. // MessageId: EVENT_FRS_CANT_OPEN_PREINSTALL
  5026. //
  5027. // MessageText:
  5028. //
  5029. // The File Replication Service is unable to open (or create) the pre-install
  5030. // directory under the customer designated replica tree directory for
  5031. // replica set %1. The path used for the pre-install
  5032. // directory is,
  5033. // %n "%2"
  5034. // %nThe customer designated root path for this replica set is:
  5035. // %n "%3"
  5036. // %n
  5037. // The service is unable to start replication on this replica set. Among the
  5038. // possible errors to check are:
  5039. // %n -- an invalid root path,
  5040. // %n -- a missing directory,
  5041. // %n -- a missing disk volume,
  5042. // %n -- a file system on the volume that does not support NTFS 5.0
  5043. // %n -- a sharing conflict on the pre-install directory with some other application.
  5044. // %n
  5045. // %nCorrect the problem and the service will attempt to restart replication
  5046. // automatically at a later time.
  5047. //
  5048. #define EVENT_FRS_CANT_OPEN_PREINSTALL 0xC00034EFL
  5049. //
  5050. // MessageId: EVENT_FRS_REPLICA_SET_CREATE_FAIL
  5051. //
  5052. // MessageText:
  5053. //
  5054. // The File Replication Service is unable to add this computer to the following
  5055. // replica set:
  5056. // %n "%1"
  5057. // %n
  5058. // %nThis could be caused by a number of problems such as:
  5059. // %n -- an invalid root path,
  5060. // %n -- a missing directory,
  5061. // %n -- a missing disk volume,
  5062. // %n -- a file system on the volume that does not support NTFS 5.0
  5063. // %n
  5064. // %nThe information below may help to resolve the problem:
  5065. // %nComputer DNS name is "%2"
  5066. // %nReplica set member name is "%3"
  5067. // %nReplica set root path is "%4"
  5068. // %nReplica staging directory path is "%5"
  5069. // %nReplica working directory path is "%6"
  5070. // %nWindows error status code is %7
  5071. // %nFRS error status code is %8
  5072. // %n
  5073. // %nOther event log messages may also help determine the problem. Correct the
  5074. // problem and the service will attempt to restart replication automatically at
  5075. // a later time.
  5076. //
  5077. #define EVENT_FRS_REPLICA_SET_CREATE_FAIL 0xC00034F0L
  5078. //
  5079. // MessageId: EVENT_FRS_REPLICA_SET_CREATE_OK
  5080. //
  5081. // MessageText:
  5082. //
  5083. // The File Replication Service successfully added this computer to the following
  5084. // replica set:
  5085. // %n "%1"
  5086. // %n
  5087. // %nInformation related to this event is shown below:
  5088. // %nComputer DNS name is "%2"
  5089. // %nReplica set member name is "%3"
  5090. // %nReplica set root path is "%4"
  5091. // %nReplica staging directory path is "%5"
  5092. // %nReplica working directory path is "%6"
  5093. //
  5094. #define EVENT_FRS_REPLICA_SET_CREATE_OK 0x400034F1L
  5095. //
  5096. // MessageId: EVENT_FRS_REPLICA_SET_CXTIONS
  5097. //
  5098. // MessageText:
  5099. //
  5100. // The File Replication Service successfully added the connections shown below
  5101. // to the replica set:
  5102. // %n "%1"
  5103. // %n
  5104. // %n %2
  5105. // %n %3
  5106. // %n %4
  5107. // %n %5
  5108. // %n %6
  5109. // %n %7
  5110. // %n %8
  5111. // %n %9
  5112. // %n
  5113. // %nMore information may appear in subsequent event log messages.
  5114. //
  5115. #define EVENT_FRS_REPLICA_SET_CXTIONS 0x400034F2L
  5116. //
  5117. // MessageId: EVENT_FRS_IN_ERROR_STATE
  5118. //
  5119. // MessageText:
  5120. //
  5121. // The File Replication Service is in an error state. Files will not replicate
  5122. // to or from one or all of the replica sets on his computer until the
  5123. // following recovery steps are performed:
  5124. // %n
  5125. // %n Recovery Steps:
  5126. // %n
  5127. // %n [1] The error state may clear itself if you stop and restart the FRS service.
  5128. // This can be done by performing the following in a command window:
  5129. // %n
  5130. // %n net stop ntfrs
  5131. // %n net start ntfrs
  5132. // %n
  5133. // %nIf this fails to clear up the problem then proceed as follows.
  5134. // %n
  5135. // %n [2] For Active Directory Domain Controllers that DO NOT host any DFS
  5136. // alternates or other replica sets with replication enabled:
  5137. // %n
  5138. // %nIf there is at least one other Domain Controller in this domain then
  5139. // restore the "system state" of this DC from backup (using ntbackup or other
  5140. // backup-restore utility) and make it non-authoritative.
  5141. // %n
  5142. // %nIf there are NO other Domain Controllers in this domain then restore
  5143. // the "system state" of this DC from backup (using ntbackup or other
  5144. // backup-restore utility) and choose the Advanced option which marks
  5145. // the sysvols as primary.
  5146. // %n
  5147. // %nIf there are other Domain Controllers in this domain but ALL of
  5148. // them have this event log message then restore one of them as primary
  5149. // (data files from primary will replicate everywhere) and the others as
  5150. // non-authoritative.
  5151. // %n
  5152. // %n
  5153. // %n [3] For Active Directory Domain Controllers that host DFS alternates
  5154. // or other replica sets with replication enabled:
  5155. // %n
  5156. // %n (3-a) If the Dfs alternates on this DC do not have any other replication
  5157. // partners then copy the data under that Dfs share to a safe location.
  5158. // %n (3-b) If this server is the only Active Directory Domain Controller for this
  5159. // domain then, before going to (3-c), make sure this server does not have any
  5160. // inbound or outbound connections to other servers that were formerly Domain
  5161. // Controllers for this domain but are now off the net (and will never be
  5162. // coming back online) or have been fresh installed without being demoted.
  5163. // To delete connections use the Sites and Services snapin and look for
  5164. // %nSites->NAME_OF_SITE->Servers->NAME_OF_SERVER->NTDS Settings->CONNECTIONS.
  5165. // %n (3-c) Restore the "system state" of this DC from backup (using ntbackup
  5166. // or other backup-restore utility) and make it non-authoritative.
  5167. // %n (3-d) Copy the data from step (3-a) above to the original location
  5168. // after the sysvol share is published.
  5169. // %n
  5170. // %n
  5171. // %n [4] For other Windows 2000 servers:
  5172. // %n
  5173. // %n (4-a) If any of the DFS alternates or other replica sets hosted by
  5174. // this server do not have any other replication partners then copy the
  5175. // data under its share or replica tree root to a safe location.
  5176. // %n (4-b) net stop ntfrs
  5177. // %n (4-c) rd /s /q %1
  5178. // %n (4-d) net start ntfrs
  5179. // %n (4-e) Copy the data from step (4-a) above to the original location after
  5180. // the service has initialized (5 minutes is a safe waiting time).
  5181. // %n
  5182. // %nNote: If this error message is in the eventlog of all the members of a
  5183. // particular replica set then perform steps (4-a) and (4-e) above on only
  5184. // one of the members.
  5185. //
  5186. #define EVENT_FRS_IN_ERROR_STATE 0xC00034F3L
  5187. //
  5188. // MessageId: EVENT_FRS_REPLICA_NO_ROOT_CHANGE
  5189. //
  5190. // MessageText:
  5191. //
  5192. // The File Replication Service has detected what appears to be an attempt
  5193. // to change the root path for the following replica set:
  5194. // %n "%1"
  5195. // %n
  5196. // %nThis is not allowed. To perform this operation you must remove this member
  5197. // from the replica set and add the member back with the new root path.
  5198. // %n
  5199. // %nIt is possible that this is a transient error due to Active Directory
  5200. // replication delays associated with updating FRS configuration objects. If
  5201. // file replication does not take place after an appropriate waiting time,
  5202. // which could be several hours if cross site Active Directory replication
  5203. // is required, you must delete and re-add this member to the replica set.
  5204. // %n
  5205. // %nInformation related to this event is shown below:
  5206. // %nComputer DNS name is "%2"
  5207. // %nReplica set member name is "%3"
  5208. // %nThe current Replica set root path is "%4"
  5209. // %nThe desired new Replica set root path is "%5"
  5210. // %nReplica staging directory path is "%6"
  5211. //
  5212. #define EVENT_FRS_REPLICA_NO_ROOT_CHANGE 0xC00034F4L
  5213. //
  5214. // MessageId: EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL
  5215. //
  5216. // MessageText:
  5217. //
  5218. // The File Replication Service has detected a duplicate connection object between
  5219. // this computer "%6" and a computer named "%1".
  5220. // %nThis was detected for the following replica set:
  5221. // %n "%2"
  5222. // %n
  5223. // %nThis is not allowed and replication will not occur between these two
  5224. // computers until the duplicate connection objects are removed.
  5225. // %n
  5226. // %nIt is possible that this is a transient error due to Active Directory
  5227. // replication delays associated with updating FRS configuration objects. If
  5228. // file replication does not take place after an appropriate waiting time,
  5229. // which could be several hours if cross site Active Directory replication
  5230. // is required, you must manually delete the duplicate connection objects by
  5231. // following the steps below:
  5232. // %n
  5233. // %n [1] Start the Active Directory Sites and Services Snapin.
  5234. // %n [2] Click on "%3, %4, %5, %6, %7".
  5235. // %n [3] Look for duplicate connections from "%1" in site "%8".
  5236. // %n [4] Delete all but one of the connections.
  5237. //
  5238. #define EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL 0xC00034F5L
  5239. //
  5240. // MessageId: EVENT_FRS_DUPLICATE_IN_CXTION
  5241. //
  5242. // MessageText:
  5243. //
  5244. // The File Replication Service has detected a duplicate connection object between
  5245. // this computer "%7" and a computer named "%1".
  5246. // %nThis was detected for the following replica set:
  5247. // %n "%2"
  5248. // %n
  5249. // %nThis is not allowed and replication will not occur between these two
  5250. // computers until the duplicate connection objects are removed.
  5251. // %n
  5252. // %nIt is possible that this is a transient error due to Active Directory
  5253. // replication delays associated with updating FRS configuration objects. If
  5254. // file replication does not take place after an appropriate waiting time,
  5255. // which could be several hours if cross site Active Directory replication
  5256. // is required, you must manually delete the duplicate connection objects by
  5257. // following the steps below:
  5258. // %n
  5259. // %n [1] Start the Active Directory Users and Computers Snapin.
  5260. // %n [2] Click the view button and advanced features to display the system node.
  5261. // %n [3] Click on "%3, %4, %5".
  5262. // %n [4] Under "%5" you will see one or more DFS related replica set objects.
  5263. // Look for the FRS member object "%6" under the subtree for replica set "%2".
  5264. // %n [5] Under "%6" look for duplicate connections from "%1".
  5265. // %n [6] Delete all but one of the connections.
  5266. //
  5267. #define EVENT_FRS_DUPLICATE_IN_CXTION 0xC00034F6L
  5268. //
  5269. // MessageId: EVENT_FRS_ROOT_HAS_MOVED
  5270. //
  5271. // MessageText:
  5272. //
  5273. // The File Replication Service has detected that the replica root path has changed
  5274. // from "%2" to "%3". If this is an intentional move then a file with the name
  5275. // NTFRS_CMD_FILE_MOVE_ROOT needs to be created under the new root path.
  5276. // %nThis was detected for the following replica set:
  5277. // %n "%1"
  5278. // %n
  5279. // %nChanging the replica root path is a two step process which is triggered by
  5280. // the creation of the NTFRS_CMD_FILE_MOVE_ROOT file.
  5281. // %n
  5282. // %n [1] At the first poll which will occur in %4 minutes this computer will be
  5283. // deleted from the replica set.
  5284. // %n [2] At the poll following the deletion this computer will be re-added to the
  5285. // replica set with the new root path. This re-addition will trigger a full tree
  5286. // sync for the replica set. At the end of the sync all the files will be at the new
  5287. // location. The files may or may not be deleted from the old location depending on whether
  5288. // they are needed or not.
  5289. //
  5290. #define EVENT_FRS_ROOT_HAS_MOVED 0xC00034F7L
  5291. //
  5292. // MessageId: EVENT_FRS_ERROR_REPLICA_SET_DELETED
  5293. //
  5294. // MessageText:
  5295. //
  5296. // The File Replication Service is deleting this computer from the replica set "%1" as an attempt to
  5297. // recover from the error state,
  5298. // %n Error status = %2
  5299. // %n At the next poll, which will occur in %3 minutes, this computer will be re-added to the
  5300. // replica set. The re-addition will trigger a full tree sync for the replica set.
  5301. //
  5302. #define EVENT_FRS_ERROR_REPLICA_SET_DELETED 0x800034F8L
  5303. //
  5304. // MessageId: EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR
  5305. //
  5306. // MessageText:
  5307. //
  5308. // The File Replication Service has detected that the replica set "%1" is in JRNL_WRAP_ERROR.
  5309. // %n
  5310. // %n Replica set name is : "%1"
  5311. // %n Replica root path is : "%2"
  5312. // %n Replica root volume is : "%3"
  5313. // %n
  5314. //
  5315. // A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.
  5316. // This can occur because of one of the following reasons.
  5317. // %n
  5318. // %n [1] Volume "%3" has been formatted.
  5319. // %n [2] The NTFS USN journal on volume "%3" has been deleted.
  5320. // %n [3] The NTFS USN journal on volume "%3" has been truncated. Chkdsk can truncate
  5321. // the journal if it finds corrupt entries at the end of the journal.
  5322. // %n [4] File Replication Service was not running on this computer for a long time.
  5323. // %n [5] File Replication Service could not keep up with the rate of Disk IO activity on "%3".
  5324. // %n
  5325. // %n Following recovery steps will be taken to automatically recover from this error state.
  5326. // %n [1] At the first poll which will occur in %4 minutes this computer will be
  5327. // deleted from the replica set.
  5328. // %n [2] At the poll following the deletion this computer will be re-added to the
  5329. // replica set. The re-addition will trigger a full tree sync for the replica set.
  5330. //
  5331. #define EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR 0xC00034F9L
  5332. //
  5333. // MessageId: EVENT_FRS_DS_POLL_ERROR_SUMMARY
  5334. //
  5335. // MessageText:
  5336. //
  5337. // Following is the summary of warnings and errors encountered by File Replication Service
  5338. // while polling the Domain Controller %1 for FRS replica set configuration information.
  5339. // %n
  5340. // %n %2
  5341. // %n
  5342. //
  5343. #define EVENT_FRS_DS_POLL_ERROR_SUMMARY 0x800034FAL
  5344. /////////////////////////////////////////////////////////////////////////
  5345. //
  5346. // PSCHED Events
  5347. //
  5348. // Codes 14000 - 14299
  5349. //
  5350. /////////////////////////////////////////////////////////////////////////
  5351. //
  5352. // Driver wide events (14000 - 14099)
  5353. //
  5354. //
  5355. // MessageId: EVENT_PS_GPC_REGISTER_FAILED
  5356. //
  5357. // MessageText:
  5358. //
  5359. // QoS: The Packet Scheduler failed to register with the Generic Packet Classifier (msgpc.sys).
  5360. //
  5361. #define EVENT_PS_GPC_REGISTER_FAILED 0xC00036B0L
  5362. //
  5363. // MessageId: EVENT_PS_NO_RESOURCES_FOR_INIT
  5364. //
  5365. // MessageText:
  5366. //
  5367. // QoS: The Packet Scheduler was unable to allocate required resources for initialization.
  5368. //
  5369. #define EVENT_PS_NO_RESOURCES_FOR_INIT 0xC00036B1L
  5370. //
  5371. // MessageId: EVENT_PS_REGISTER_PROTOCOL_FAILED
  5372. //
  5373. // MessageText:
  5374. //
  5375. // QoS: The Packet Scheduler failed to register as a protocol with NDIS.
  5376. //
  5377. #define EVENT_PS_REGISTER_PROTOCOL_FAILED 0xC00036B2L
  5378. //
  5379. // MessageId: EVENT_PS_REGISTER_MINIPORT_FAILED
  5380. //
  5381. // MessageText:
  5382. //
  5383. // QoS: The Packet Scheduler failed to register as a miniport with NDIS.
  5384. //
  5385. #define EVENT_PS_REGISTER_MINIPORT_FAILED 0xC00036B3L
  5386. //
  5387. // Adapter events (14100 - 14199)
  5388. //
  5389. //
  5390. // MessageId: EVENT_PS_BAD_BESTEFFORT_LIMIT
  5391. //
  5392. // MessageText:
  5393. //
  5394. // QoS [Adapter %2]:%nThe BestEffortLimit value set in the registry exceeds the LinkSpeed. Defaulting to Unlimited BestEffort.
  5395. //
  5396. #define EVENT_PS_BAD_BESTEFFORT_LIMIT 0x80003714L
  5397. //
  5398. // MessageId: EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE
  5399. //
  5400. // MessageText:
  5401. //
  5402. // QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_MAXIMUM_FRAME_SIZE.
  5403. //
  5404. #define EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE 0xC0003715L
  5405. //
  5406. // MessageId: EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE
  5407. //
  5408. // MessageText:
  5409. //
  5410. // QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_MAXIMUM_TOTAL_SIZE.
  5411. //
  5412. #define EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE 0xC0003716L
  5413. //
  5414. // MessageId: EVENT_PS_QUERY_OID_GEN_LINK_SPEED
  5415. //
  5416. // MessageText:
  5417. //
  5418. // QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_LINK_SPEED.
  5419. //
  5420. #define EVENT_PS_QUERY_OID_GEN_LINK_SPEED 0xC0003717L
  5421. //
  5422. // MessageId: EVENT_PS_BINDING_FAILED
  5423. //
  5424. // MessageText:
  5425. //
  5426. // QoS [Adapter %2]:%nThe Packet Scheduler failed to bind to the netcard's miniport driver.
  5427. //
  5428. #define EVENT_PS_BINDING_FAILED 0xC0003718L
  5429. //
  5430. // MessageId: EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA
  5431. //
  5432. // MessageText:
  5433. //
  5434. // QoS [Adapter %2]:%nThe UpperBindings key is missing from the registry.
  5435. //
  5436. #define EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA 0xC0003719L
  5437. //
  5438. // MessageId: EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED
  5439. //
  5440. // MessageText:
  5441. //
  5442. // QoS [Adapter %2]:%nThe Packet Scheduler was unable to register with the NDISWAN Call Manager.
  5443. //
  5444. #define EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED 0xC000371AL
  5445. //
  5446. // MessageId: EVENT_PS_INIT_DEVICE_FAILED
  5447. //
  5448. // MessageText:
  5449. //
  5450. // QoS [Adapter %2]:%nThe Packet Scheduler could not initialize the virtual miniport with NDIS.
  5451. //
  5452. #define EVENT_PS_INIT_DEVICE_FAILED 0xC000371BL
  5453. //
  5454. // MessageId: EVENT_PS_WMI_INSTANCE_NAME_FAILED
  5455. //
  5456. // MessageText:
  5457. //
  5458. // QoS [Adapter %2]:%nThe Packet Scheduler could not obtain the adapter's friendly name from NDIS.
  5459. //
  5460. #define EVENT_PS_WMI_INSTANCE_NAME_FAILED 0xC000371CL
  5461. //
  5462. // MessageId: EVENT_PS_WAN_LIMITED_BESTEFFORT
  5463. //
  5464. // MessageText:
  5465. //
  5466. // Qos [Adapter %2]:%nThe registry entry for BestEffortLimit is not supported over WAN links. Defaulting to Unlimited BestEffort mode.
  5467. //
  5468. #define EVENT_PS_WAN_LIMITED_BESTEFFORT 0x8000371DL
  5469. //
  5470. // MessageId: EVENT_PS_RESOURCE_POOL
  5471. //
  5472. // MessageText:
  5473. //
  5474. // QoS [Adapter %2]:%nCould not initialize due to insufficient nonpaged pool memory.
  5475. //
  5476. #define EVENT_PS_RESOURCE_POOL 0xC000371EL
  5477. //
  5478. // MessageId: EVENT_PS_ADMISSIONCONTROL_OVERFLOW
  5479. //
  5480. // MessageText:
  5481. //
  5482. // QoS [Adapter %2]:%nTotal bandwidth allocated to flows exceeds the NonBestEffortLimit. This is because of a reduction in the LinkSpeed or because of a change to the NonBestEffortLimit registry key.
  5483. //
  5484. #define EVENT_PS_ADMISSIONCONTROL_OVERFLOW 0x8000371FL
  5485. //
  5486. // MessageId: EVENT_PS_NETWORK_ADDRESS_FAIL
  5487. //
  5488. // MessageText:
  5489. //
  5490. // QoS [Adapter %2]:%nCould not allocate non paged pool memory for storing Network Addresses.
  5491. //
  5492. #define EVENT_PS_NETWORK_ADDRESS_FAIL 0xC0003720L
  5493. /////////////////////////////////////////////////////////////////////////
  5494. //
  5495. // Distributed File System (Dfs) Events (14300-14599)
  5496. //
  5497. /////////////////////////////////////////////////////////////////////////
  5498. //
  5499. // Server-side (dfs.sys) errors (14300-14399)
  5500. //
  5501. //
  5502. // MessageId: EXTRA_EXIT_POINT
  5503. //
  5504. // MessageText:
  5505. //
  5506. // An extra ExitPoint %2 was found at server %3
  5507. //
  5508. #define EXTRA_EXIT_POINT 0xC00037DCL
  5509. //
  5510. // MessageId: MISSING_EXIT_POINT
  5511. //
  5512. // MessageText:
  5513. //
  5514. // The ExitPoint %2 was missing at server %3
  5515. //
  5516. #define MISSING_EXIT_POINT 0xC00037DDL
  5517. //
  5518. // MessageId: MISSING_VOLUME
  5519. //
  5520. // MessageText:
  5521. //
  5522. // The Volume %2 was missing at server %3
  5523. //
  5524. #define MISSING_VOLUME 0xC00037DEL
  5525. //
  5526. // MessageId: EXTRA_VOLUME
  5527. //
  5528. // MessageText:
  5529. //
  5530. // The extra Volume %2 was found at server %3
  5531. //
  5532. #define EXTRA_VOLUME 0xC00037DFL
  5533. //
  5534. // MessageId: EXTRA_EXIT_POINT_DELETED
  5535. //
  5536. // MessageText:
  5537. //
  5538. // The extra ExitPoint %2 was deleted successfully from the server %3
  5539. //
  5540. #define EXTRA_EXIT_POINT_DELETED 0xC00037E0L
  5541. //
  5542. // MessageId: EXTRA_EXIT_POINT_NOT_DELETED
  5543. //
  5544. // MessageText:
  5545. //
  5546. // Unable to delete the extra ExitPoint %2 at the server %3
  5547. //
  5548. #define EXTRA_EXIT_POINT_NOT_DELETED 0xC00037E1L
  5549. //
  5550. // MessageId: MISSING_EXIT_POINT_CREATED
  5551. //
  5552. // MessageText:
  5553. //
  5554. // The missing ExitPoint %2 was created at the server %3 successfully
  5555. //
  5556. #define MISSING_EXIT_POINT_CREATED 0xC00037E2L
  5557. //
  5558. // MessageId: MISSING_EXIT_POINT_NOT_CREATED
  5559. //
  5560. // MessageText:
  5561. //
  5562. // Unable to create the missing Exit Point %2 at the server %3
  5563. //
  5564. #define MISSING_EXIT_POINT_NOT_CREATED 0xC00037E3L
  5565. //
  5566. // MessageId: MISSING_VOLUME_CREATED
  5567. //
  5568. // MessageText:
  5569. //
  5570. // Successfully created the missing volume %2 knowledge at the server %3
  5571. //
  5572. #define MISSING_VOLUME_CREATED 0xC00037E4L
  5573. //
  5574. // MessageId: MISSING_VOLUME_NOT_CREATED
  5575. //
  5576. // MessageText:
  5577. //
  5578. // Unable to create the missing Volume %2 info at server %3
  5579. //
  5580. #define MISSING_VOLUME_NOT_CREATED 0xC00037E5L
  5581. //
  5582. // MessageId: EXTRA_VOLUME_DELETED
  5583. //
  5584. // MessageText:
  5585. //
  5586. // The extra Volume %2 info was deleted at server %3
  5587. //
  5588. #define EXTRA_VOLUME_DELETED 0xC00037E6L
  5589. //
  5590. // MessageId: EXTRA_VOLUME_NOT_DELETED
  5591. //
  5592. // MessageText:
  5593. //
  5594. // The extra Volume %2 info was not deleted at server %3
  5595. //
  5596. #define EXTRA_VOLUME_NOT_DELETED 0xC00037E7L
  5597. //
  5598. // MessageId: COULD_NOT_VERIFY_VOLUMES
  5599. //
  5600. // MessageText:
  5601. //
  5602. // Since the DC %2 was unavailable could not verify volumes knowledge.
  5603. //
  5604. #define COULD_NOT_VERIFY_VOLUMES 0xC00037E8L
  5605. //
  5606. // MessageId: KNOWLEDGE_INCONSISTENCY_DETECTED
  5607. //
  5608. // MessageText:
  5609. //
  5610. // Detected Knowledge inconsistency with the volume %2 at server %3
  5611. //
  5612. #define KNOWLEDGE_INCONSISTENCY_DETECTED 0xC00037E9L
  5613. //
  5614. // MessageId: PREFIX_MISMATCH
  5615. //
  5616. // MessageText:
  5617. //
  5618. // The local Prefix %2 was represented as %3 at remote server %4
  5619. //
  5620. #define PREFIX_MISMATCH 0xC00037EAL
  5621. //
  5622. // MessageId: PREFIX_MISMATCH_FIXED
  5623. //
  5624. // MessageText:
  5625. //
  5626. // The remote Prefix %3 was corrected to %2 at remote server %4
  5627. //
  5628. #define PREFIX_MISMATCH_FIXED 0xC00037EBL
  5629. //
  5630. // MessageId: PREFIX_MISMATCH_NOT_FIXED
  5631. //
  5632. // MessageText:
  5633. //
  5634. // The remote Prefix %3 was NOT corrected to %2 at remote server %4
  5635. //
  5636. #define PREFIX_MISMATCH_NOT_FIXED 0xC00037ECL
  5637. //
  5638. // MessageId: MACHINE_UNJOINED
  5639. //
  5640. // MessageText:
  5641. //
  5642. // The machine %2 has become unlinked from the domain. Re-join the machine the machine to this domain.
  5643. //
  5644. #define MACHINE_UNJOINED 0xC00037EDL
  5645. //
  5646. // MessageId: DFS_REFERRAL_REQUEST
  5647. //
  5648. // MessageText:
  5649. //
  5650. // Dfs received a referral request for "%2". The return code is in the data.
  5651. //
  5652. #define DFS_REFERRAL_REQUEST 0x400037EEL
  5653. //
  5654. // Client-side Dfs (mup.sys) errors (14400-14499)
  5655. //
  5656. //
  5657. // MessageId: NOT_A_DFS_PATH
  5658. //
  5659. // MessageText:
  5660. //
  5661. // The path "%2" is not a dfs path
  5662. //
  5663. #define NOT_A_DFS_PATH 0x40003840L
  5664. //
  5665. // MessageId: LM_REDIR_FAILURE
  5666. //
  5667. // MessageText:
  5668. //
  5669. // Dfs was unable to open the Lan Redir
  5670. //
  5671. #define LM_REDIR_FAILURE 0x40003841L
  5672. //
  5673. // MessageId: DFS_CONNECTION_FAILURE
  5674. //
  5675. // MessageText:
  5676. //
  5677. // Dfs was unable to open a connection to server %2. The error returned is in the record data.
  5678. //
  5679. #define DFS_CONNECTION_FAILURE 0x40003842L
  5680. //
  5681. // MessageId: DFS_REFERRAL_FAILURE
  5682. //
  5683. // MessageText:
  5684. //
  5685. // Dfs was unable to obtain a referral for "%2" from %3. The error returned is in the record data.
  5686. //
  5687. #define DFS_REFERRAL_FAILURE 0x40003843L
  5688. //
  5689. // MessageId: DFS_REFERRAL_SUCCESS
  5690. //
  5691. // MessageText:
  5692. //
  5693. // Dfs obtained a referral for "%2" from %3
  5694. //
  5695. #define DFS_REFERRAL_SUCCESS 0x40003844L
  5696. //
  5697. // MessageId: DFS_MAX_DNR_ATTEMPTS
  5698. //
  5699. // MessageText:
  5700. //
  5701. // Dfs reached its limit of attempts of resolution of "%2".
  5702. //
  5703. #define DFS_MAX_DNR_ATTEMPTS 0x40003845L
  5704. //
  5705. // MessageId: DFS_SPECIAL_REFERRAL_FAILURE
  5706. //
  5707. // MessageText:
  5708. //
  5709. // Dfs was unable to obtain the special referral table from %2. The error returned is in the record data.
  5710. //
  5711. #define DFS_SPECIAL_REFERRAL_FAILURE 0x40003846L
  5712. //
  5713. // MessageId: DFS_OPEN_FAILURE
  5714. //
  5715. // MessageText:
  5716. //
  5717. // Dfs failed on open of %2 directed to %3. The error returned is in the record data.
  5718. //
  5719. #define DFS_OPEN_FAILURE 0x40003847L
  5720. //
  5721. // Dfs service (dfssvc) errors (14500-14599)
  5722. //
  5723. //
  5724. // MessageId: NET_DFS_ENUM
  5725. //
  5726. // MessageText:
  5727. //
  5728. // NetrDfsEnum received an enumeration. The return code is in the record data.
  5729. //
  5730. #define NET_DFS_ENUM 0x400038A4L
  5731. //
  5732. // MessageId: NET_DFS_ENUMEX
  5733. //
  5734. // MessageText:
  5735. //
  5736. // NetrDfsEnumEx received an enumeration. The return code is in the record data.
  5737. //
  5738. #define NET_DFS_ENUMEX 0x400038A5L
  5739. //
  5740. // MessageId: DFS_ERROR_CREATE_DIRECTORY_FAILURE
  5741. //
  5742. // MessageText:
  5743. //
  5744. // Dfs could not create directory %1. The return code is in the record data.
  5745. //
  5746. #define DFS_ERROR_CREATE_DIRECTORY_FAILURE 0xC00038A6L
  5747. //
  5748. // MessageId: DFS_ERROR_CREATE_REPARSEPOINT_FAILURE
  5749. //
  5750. // MessageText:
  5751. //
  5752. // Dfs could not create reparse point for share %1 mapped to directory %2. The return code is in the record data.
  5753. //
  5754. #define DFS_ERROR_CREATE_REPARSEPOINT_FAILURE 0xC00038A7L
  5755. //
  5756. // MessageId: DFS_ERROR_UNSUPPORTED_FILESYSTEM
  5757. //
  5758. // MessageText:
  5759. //
  5760. // Share %1 mapped to %2 does not support reparse points. Upgrade Filesystem and retry.
  5761. //
  5762. #define DFS_ERROR_UNSUPPORTED_FILESYSTEM 0xC00038A8L
  5763. //
  5764. // MessageId: DFS_ERROR_OVERLAPPING_DIRECTORIES
  5765. //
  5766. // MessageText:
  5767. //
  5768. // Share %1 mapped to %2 directory overlaps an existing root. The DFS Root will not be created. The return code is in the record data.
  5769. //
  5770. #define DFS_ERROR_OVERLAPPING_DIRECTORIES 0xC00038A9L
  5771. //
  5772. // MessageId: DFS_ERROR_AD_WRITE_ERROR
  5773. //
  5774. // MessageText:
  5775. //
  5776. // DFS could not write to the Active Directory on Root %1. The return code is in the record data.
  5777. //
  5778. #define DFS_ERROR_AD_WRITE_ERROR 0xC00038AAL
  5779. //
  5780. // MessageId: DFS_ERROR_AD_READ_ERROR
  5781. //
  5782. // MessageText:
  5783. //
  5784. // DFS could not read from the Active Directory on Root %1. The return code is in the record data.
  5785. //
  5786. #define DFS_ERROR_AD_READ_ERROR 0xC00038ABL
  5787. //
  5788. // MessageId: DFS_ERROR_DIRECTORY_NOT_EMPTY
  5789. //
  5790. // MessageText:
  5791. //
  5792. // Directory %1 mapped to %2 is not empty. The directory will not be removed.
  5793. //
  5794. #define DFS_ERROR_DIRECTORY_NOT_EMPTY 0xC00038ACL
  5795. //
  5796. // MessageId: DFS_ERROR_TOO_MANY_ERRORS
  5797. //
  5798. // MessageText:
  5799. //
  5800. // Root %1 has too many errors. No further eventlogs will be logged on this root.
  5801. //
  5802. #define DFS_ERROR_TOO_MANY_ERRORS 0xC00038ADL
  5803. /////////////////////////////////////////////////////////////////////////
  5804. //
  5805. // BRIDGE Events
  5806. //
  5807. // Codes 14600 - 14899
  5808. //
  5809. /////////////////////////////////////////////////////////////////////////
  5810. //
  5811. // Driver-wide events (14600 - 14699)
  5812. //
  5813. //
  5814. // MessageId: EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED
  5815. //
  5816. // MessageText:
  5817. //
  5818. // Bridge: The bridge could not be initialized because the bridge failed to register as a protocol with NDIS.
  5819. //
  5820. #define EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED 0xC0003908L
  5821. //
  5822. // MessageId: EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING
  5823. //
  5824. // MessageText:
  5825. //
  5826. // Bridge: The bridge could not be initialized because the bridge's miniport device name is missing from the registry.
  5827. //
  5828. #define EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING 0xC0003909L
  5829. //
  5830. // MessageId: EVENT_BRIDGE_MINIPORT_REGISTER_FAILED
  5831. //
  5832. // MessageText:
  5833. //
  5834. // Bridge: The bridge could not be initialized because the bridge failed to register as a miniport with NDIS.
  5835. //
  5836. #define EVENT_BRIDGE_MINIPORT_REGISTER_FAILED 0xC000390AL
  5837. //
  5838. // MessageId: EVENT_BRIDGE_DEVICE_CREATION_FAILED
  5839. //
  5840. // MessageText:
  5841. //
  5842. // Bridge: The bridge could not be initialized because the bridge failed to create a device object.
  5843. //
  5844. #define EVENT_BRIDGE_DEVICE_CREATION_FAILED 0xC000390BL
  5845. //
  5846. // MessageId: EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR
  5847. //
  5848. // MessageText:
  5849. //
  5850. // Bridge: The bridge could not be initialized because the bridge failed to determine a MAC address for itself.
  5851. //
  5852. #define EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR 0xC000390CL
  5853. //
  5854. // MessageId: EVENT_BRIDGE_MINIPORT_INIT_FAILED
  5855. //
  5856. // MessageText:
  5857. //
  5858. // Bridge: The bridge's attempt to create its virtual miniport failed.
  5859. //
  5860. #define EVENT_BRIDGE_MINIPORT_INIT_FAILED 0xC000390DL
  5861. //
  5862. // MessageId: EVENT_BRIDGE_ETHERNET_NOT_OFFERED
  5863. //
  5864. // MessageText:
  5865. //
  5866. // Bridge: The bridge could not initialize its miniport because Ethernet was not offered as a supported medium.
  5867. //
  5868. #define EVENT_BRIDGE_ETHERNET_NOT_OFFERED 0xC000390EL
  5869. //
  5870. // MessageId: EVENT_BRIDGE_THREAD_CREATION_FAILED
  5871. //
  5872. // MessageText:
  5873. //
  5874. // Bridge: The bridge could not initialize because it failed to create a system thread.
  5875. //
  5876. #define EVENT_BRIDGE_THREAD_CREATION_FAILED 0xC000390FL
  5877. //
  5878. // MessageId: EVENT_BRIDGE_THREAD_REF_FAILED
  5879. //
  5880. // MessageText:
  5881. //
  5882. // Bridge: The bridge could not initialize because it failed to reference its system thread.
  5883. //
  5884. #define EVENT_BRIDGE_THREAD_REF_FAILED 0xC0003910L
  5885. //
  5886. // MessageId: EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED
  5887. //
  5888. // MessageText:
  5889. //
  5890. // Bridge: The bridge could not initialize because it failed to create a packet pool.
  5891. //
  5892. #define EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED 0xC0003911L
  5893. //
  5894. // MessageId: EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED
  5895. //
  5896. // MessageText:
  5897. //
  5898. // Bridge: The bridge could not initialize because it failed to create a buffer pool.
  5899. //
  5900. #define EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED 0xC0003912L
  5901. //
  5902. // MessageId: EVENT_BRIDGE_INIT_MALLOC_FAILED
  5903. //
  5904. // MessageText:
  5905. //
  5906. // Bridge: The bridge could not initialize because it failed to allocate memory.
  5907. //
  5908. #define EVENT_BRIDGE_INIT_MALLOC_FAILED 0xC0003913L
  5909. //
  5910. // Adapter-specific events (14700 - 14799)
  5911. //
  5912. //
  5913. // MessageId: EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED
  5914. //
  5915. // MessageText:
  5916. //
  5917. // Bridge [Adapter %2]:%nThe bridge could not determine the adapter's link speed. The adapter will not be used.
  5918. //
  5919. #define EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED 0xC000396CL
  5920. //
  5921. // MessageId: EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED
  5922. //
  5923. // MessageText:
  5924. //
  5925. // Bridge [Adapter %2]:%nThe bridge could not determine the adapter's MAC address. The adapter will not be used.
  5926. //
  5927. #define EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED 0xC000396DL
  5928. //
  5929. // MessageId: EVENT_BRIDGE_ADAPTER_FILTER_FAILED
  5930. //
  5931. // MessageText:
  5932. //
  5933. // Bridge [Adapter %2]:%nThe bridge could not modify the adapter's packet filter. The adapter will not function correctly.
  5934. //
  5935. #define EVENT_BRIDGE_ADAPTER_FILTER_FAILED 0xC000396EL
  5936. //
  5937. // MessageId: EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED
  5938. //
  5939. // MessageText:
  5940. //
  5941. // Bridge [Adapter %2]:%nThe bridge could not retrieve the adapter's description string. The adapter will not be used.
  5942. //
  5943. #define EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED 0xC000396FL
  5944. //
  5945. // MessageId: EVENT_BRIDGE_ADAPTER_BIND_FAILED
  5946. //
  5947. // MessageText:
  5948. //
  5949. // Bridge [Adapter %2]:%nThe bridge's attempt to bind to the adapter failed. The adapter will not be used.
  5950. //
  5951. #define EVENT_BRIDGE_ADAPTER_BIND_FAILED 0xC0003970L
  5952. //
  5953. // DAV Redir Events (14800 - 14899)
  5954. //
  5955. //
  5956. // MessageId: EVENT_DAV_REDIR_DELAYED_WRITE_FAILED
  5957. //
  5958. // MessageText:
  5959. //
  5960. // Windows was unable to save data for file %2. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
  5961. //
  5962. #define EVENT_DAV_REDIR_DELAYED_WRITE_FAILED 0x800039D0L
  5963. //
  5964. // WebClient Service Events (14900 - 14999)
  5965. //
  5966. //
  5967. // MessageId: EVENT_WEBCLIENT_CLOSE_PUT_FAILED
  5968. //
  5969. // MessageText:
  5970. //
  5971. // PUT failed for file %1 on Close. ErrorStatus: %2.
  5972. //
  5973. #define EVENT_WEBCLIENT_CLOSE_PUT_FAILED 0x80003A35L
  5974. //
  5975. // MessageId: EVENT_WEBCLIENT_CLOSE_DELETE_FAILED
  5976. //
  5977. // MessageText:
  5978. //
  5979. // DELETE failed for file %1 on Close. ErrorStatus: %2.
  5980. //
  5981. #define EVENT_WEBCLIENT_CLOSE_DELETE_FAILED 0x80003A36L
  5982. //
  5983. // MessageId: EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED
  5984. //
  5985. // MessageText:
  5986. //
  5987. // PROPPATCH failed for file %1 on Close. ErrorStatus: %2.
  5988. //
  5989. #define EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED 0x80003A37L
  5990. //
  5991. // MessageId: EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED
  5992. //
  5993. // MessageText:
  5994. //
  5995. // PROPPATCH failed for file %1 on SetFileInfo. ErrorStatus: %2.
  5996. //
  5997. #define EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED 0x80003A38L
  5998. #endif // _NETEVENT