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

6871 lines
195 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 TCP/IP version 6 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. // MessageId: EVENT_EventlogUptime
  1688. //
  1689. // MessageText:
  1690. //
  1691. // The system uptime is %5 seconds.
  1692. //
  1693. #define EVENT_EventlogUptime 0xC000177DL
  1694. //
  1695. // System Events 6100 - 6199
  1696. //
  1697. //
  1698. // MessageId: EVENT_UP_DRIVER_ON_MP
  1699. //
  1700. // MessageText:
  1701. //
  1702. // A uniprocessor-specific driver was loaded on a multiprocessor system. The driver could not load.
  1703. //
  1704. #define EVENT_UP_DRIVER_ON_MP 0xC00017D4L
  1705. //
  1706. // Service Controller Events 7000 - 7899
  1707. //
  1708. //
  1709. // MessageId: EVENT_SERVICE_START_FAILED
  1710. //
  1711. // MessageText:
  1712. //
  1713. // The %1 service failed to start due to the following error: %n%2
  1714. //
  1715. #define EVENT_SERVICE_START_FAILED 0xC0001B58L
  1716. //
  1717. // MessageId: EVENT_SERVICE_START_FAILED_II
  1718. //
  1719. // MessageText:
  1720. //
  1721. // The %1 service depends on the %2 service which failed to start because of the following error: %n%3
  1722. //
  1723. #define EVENT_SERVICE_START_FAILED_II 0xC0001B59L
  1724. //
  1725. // MessageId: EVENT_SERVICE_START_FAILED_GROUP
  1726. //
  1727. // MessageText:
  1728. //
  1729. // The %1 service depends on the %2 group and no member of this group started.
  1730. //
  1731. #define EVENT_SERVICE_START_FAILED_GROUP 0xC0001B5AL
  1732. //
  1733. // MessageId: EVENT_SERVICE_START_FAILED_NONE
  1734. //
  1735. // MessageText:
  1736. //
  1737. // The %1 service depends on the following nonexistent service: %2
  1738. //
  1739. #define EVENT_SERVICE_START_FAILED_NONE 0xC0001B5BL
  1740. //
  1741. // MessageId: EVENT_CALL_TO_FUNCTION_FAILED
  1742. //
  1743. // MessageText:
  1744. //
  1745. // The %1 call failed with the following error: %n%2
  1746. //
  1747. #define EVENT_CALL_TO_FUNCTION_FAILED 0xC0001B5DL
  1748. //
  1749. // MessageId: EVENT_CALL_TO_FUNCTION_FAILED_II
  1750. //
  1751. // MessageText:
  1752. //
  1753. // The %1 call failed for %2 with the following error: %n%3
  1754. //
  1755. #define EVENT_CALL_TO_FUNCTION_FAILED_II 0xC0001B5EL
  1756. //
  1757. // MessageId: EVENT_REVERTED_TO_LASTKNOWNGOOD
  1758. //
  1759. // MessageText:
  1760. //
  1761. // The system reverted to its last known good configuration. The system is restarting....
  1762. //
  1763. #define EVENT_REVERTED_TO_LASTKNOWNGOOD 0xC0001B5FL
  1764. //
  1765. // MessageId: EVENT_BAD_ACCOUNT_NAME
  1766. //
  1767. // MessageText:
  1768. //
  1769. // No backslash is in the account name.
  1770. //
  1771. #define EVENT_BAD_ACCOUNT_NAME 0xC0001B60L
  1772. //
  1773. // MessageId: EVENT_CONNECTION_TIMEOUT
  1774. //
  1775. // MessageText:
  1776. //
  1777. // Timeout (%1 milliseconds) waiting for the %2 service to connect.
  1778. //
  1779. #define EVENT_CONNECTION_TIMEOUT 0xC0001B61L
  1780. //
  1781. // MessageId: EVENT_READFILE_TIMEOUT
  1782. //
  1783. // MessageText:
  1784. //
  1785. // Timeout (%1 milliseconds) waiting for ReadFile.
  1786. //
  1787. #define EVENT_READFILE_TIMEOUT 0xC0001B62L
  1788. //
  1789. // MessageId: EVENT_TRANSACT_TIMEOUT
  1790. //
  1791. // MessageText:
  1792. //
  1793. // Timeout (%1 milliseconds) waiting for a transaction response from the %2 service.
  1794. //
  1795. #define EVENT_TRANSACT_TIMEOUT 0xC0001B63L
  1796. //
  1797. // MessageId: EVENT_TRANSACT_INVALID
  1798. //
  1799. // MessageText:
  1800. //
  1801. // Message returned in transaction has incorrect size.
  1802. //
  1803. #define EVENT_TRANSACT_INVALID 0xC0001B64L
  1804. //
  1805. // MessageId: EVENT_FIRST_LOGON_FAILED
  1806. //
  1807. // MessageText:
  1808. //
  1809. // Logon attempt with current password failed with the following error: %n%1
  1810. //
  1811. #define EVENT_FIRST_LOGON_FAILED 0xC0001B65L
  1812. //
  1813. // MessageId: EVENT_SECOND_LOGON_FAILED
  1814. //
  1815. // MessageText:
  1816. //
  1817. // Second logon attempt with old password also failed with the following error: %n%1
  1818. //
  1819. #define EVENT_SECOND_LOGON_FAILED 0xC0001B66L
  1820. //
  1821. // MessageId: EVENT_INVALID_DRIVER_DEPENDENCY
  1822. //
  1823. // MessageText:
  1824. //
  1825. // Boot-start or system-start driver (%1) must not depend on a service.
  1826. //
  1827. #define EVENT_INVALID_DRIVER_DEPENDENCY 0xC0001B67L
  1828. //
  1829. // MessageId: EVENT_BAD_SERVICE_STATE
  1830. //
  1831. // MessageText:
  1832. //
  1833. // The %1 service has reported an invalid current state %2.
  1834. //
  1835. #define EVENT_BAD_SERVICE_STATE 0xC0001B68L
  1836. //
  1837. // MessageId: EVENT_CIRCULAR_DEPENDENCY_DEMAND
  1838. //
  1839. // MessageText:
  1840. //
  1841. // Detected circular dependencies demand starting %1.
  1842. //
  1843. #define EVENT_CIRCULAR_DEPENDENCY_DEMAND 0xC0001B69L
  1844. //
  1845. // MessageId: EVENT_CIRCULAR_DEPENDENCY_AUTO
  1846. //
  1847. // MessageText:
  1848. //
  1849. // Detected circular dependencies auto-starting services.
  1850. //
  1851. #define EVENT_CIRCULAR_DEPENDENCY_AUTO 0xC0001B6AL
  1852. //
  1853. // MessageId: EVENT_DEPEND_ON_LATER_SERVICE
  1854. //
  1855. // MessageText:
  1856. //
  1857. // Circular dependency: The %1 service depends on a service in a group which starts later.
  1858. //
  1859. #define EVENT_DEPEND_ON_LATER_SERVICE 0xC0001B6BL
  1860. //
  1861. // MessageId: EVENT_DEPEND_ON_LATER_GROUP
  1862. //
  1863. // MessageText:
  1864. //
  1865. // Circular dependency: The %1 service depends on a group which starts later.
  1866. //
  1867. #define EVENT_DEPEND_ON_LATER_GROUP 0xC0001B6CL
  1868. //
  1869. // MessageId: EVENT_SEVERE_SERVICE_FAILED
  1870. //
  1871. // MessageText:
  1872. //
  1873. // About to revert to the last known good configuration because the %1 service failed to start.
  1874. //
  1875. #define EVENT_SEVERE_SERVICE_FAILED 0xC0001B6DL
  1876. //
  1877. // MessageId: EVENT_SERVICE_START_HUNG
  1878. //
  1879. // MessageText:
  1880. //
  1881. // The %1 service hung on starting.
  1882. //
  1883. #define EVENT_SERVICE_START_HUNG 0xC0001B6EL
  1884. //
  1885. // MessageId: EVENT_SERVICE_EXIT_FAILED
  1886. //
  1887. // MessageText:
  1888. //
  1889. // The %1 service terminated with the following error: %n%2
  1890. //
  1891. #define EVENT_SERVICE_EXIT_FAILED 0xC0001B6FL
  1892. //
  1893. // MessageId: EVENT_SERVICE_EXIT_FAILED_SPECIFIC
  1894. //
  1895. // MessageText:
  1896. //
  1897. // The %1 service terminated with service-specific error %2.
  1898. //
  1899. #define EVENT_SERVICE_EXIT_FAILED_SPECIFIC 0xC0001B70L
  1900. //
  1901. // MessageId: EVENT_SERVICE_START_AT_BOOT_FAILED
  1902. //
  1903. // MessageText:
  1904. //
  1905. // At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details.
  1906. //
  1907. #define EVENT_SERVICE_START_AT_BOOT_FAILED 0xC0001B71L
  1908. //
  1909. // MessageId: EVENT_BOOT_SYSTEM_DRIVERS_FAILED
  1910. //
  1911. // MessageText:
  1912. //
  1913. // The following boot-start or system-start driver(s) failed to load: %1
  1914. //
  1915. #define EVENT_BOOT_SYSTEM_DRIVERS_FAILED 0xC0001B72L
  1916. //
  1917. // MessageId: EVENT_RUNNING_LASTKNOWNGOOD
  1918. //
  1919. // MessageText:
  1920. //
  1921. // Windows 2000 could not be started as configured. A previous working configuration was used instead.
  1922. //
  1923. #define EVENT_RUNNING_LASTKNOWNGOOD 0xC0001B73L
  1924. //
  1925. // MessageId: EVENT_TAKE_OWNERSHIP
  1926. //
  1927. // MessageText:
  1928. //
  1929. // The %1 Registry key denied access to SYSTEM account programs so the Service Control Manager took ownership of the Registry key.
  1930. //
  1931. #define EVENT_TAKE_OWNERSHIP 0xC0001B74L
  1932. //
  1933. // This Text is used as a title for the message box used to display
  1934. // MessageId 7027. It is not an event or error message.
  1935. //
  1936. //
  1937. // MessageId: TITLE_SC_MESSAGE_BOX
  1938. //
  1939. // MessageText:
  1940. //
  1941. // Service Control Manager %0
  1942. //
  1943. #define TITLE_SC_MESSAGE_BOX 0xC0001B75L
  1944. //
  1945. // MessageId: EVENT_SERVICE_NOT_INTERACTIVE
  1946. //
  1947. // MessageText:
  1948. //
  1949. // 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.
  1950. //
  1951. #define EVENT_SERVICE_NOT_INTERACTIVE 0xC0001B76L
  1952. //
  1953. // Parameter %4 is the value, in decimal, of the SC_ACTION_ constant for
  1954. // the action described in parameter %5.
  1955. //
  1956. //
  1957. // MessageId: EVENT_SERVICE_CRASH
  1958. //
  1959. // MessageText:
  1960. //
  1961. // The %1 service terminated unexpectedly. It has done this %2 time(s). The following corrective action will be taken in %3 milliseconds: %5.
  1962. //
  1963. #define EVENT_SERVICE_CRASH 0xC0001B77L
  1964. //
  1965. // Parameter %1 is the value, in decimal, of the SC_ACTION_ constant for
  1966. // the action described in parameter %2.
  1967. //
  1968. //
  1969. // MessageId: EVENT_SERVICE_RECOVERY_FAILED
  1970. //
  1971. // MessageText:
  1972. //
  1973. // 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
  1974. //
  1975. #define EVENT_SERVICE_RECOVERY_FAILED 0xC0001B78L
  1976. //
  1977. // MessageId: EVENT_SERVICE_SCESRV_FAILED
  1978. //
  1979. // MessageText:
  1980. //
  1981. // The Service Control Manager did not initialize successfully. The security
  1982. // configuration server (scesrv.dll) failed to initialize with error %1. The
  1983. // system is restarting...
  1984. //
  1985. #define EVENT_SERVICE_SCESRV_FAILED 0xC0001B79L
  1986. //
  1987. // MessageId: EVENT_SERVICE_CRASH_NO_ACTION
  1988. //
  1989. // MessageText:
  1990. //
  1991. // The %1 service terminated unexpectedly. It has done this %2 time(s).
  1992. //
  1993. #define EVENT_SERVICE_CRASH_NO_ACTION 0xC0001B7AL
  1994. //
  1995. // Parameter %2 is the string name of the control
  1996. //
  1997. //
  1998. // MessageId: EVENT_SERVICE_CONTROL_SUCCESS
  1999. //
  2000. // MessageText:
  2001. //
  2002. // The %1 service was successfully sent a %2 control.
  2003. //
  2004. #define EVENT_SERVICE_CONTROL_SUCCESS 0x40001B7BL
  2005. //
  2006. // Parameter %2 is the string name of the control
  2007. //
  2008. //
  2009. // MessageId: EVENT_SERVICE_STATUS_SUCCESS
  2010. //
  2011. // MessageText:
  2012. //
  2013. // The %1 service entered the %2 state.
  2014. //
  2015. #define EVENT_SERVICE_STATUS_SUCCESS 0x40001B7CL
  2016. //
  2017. // MessageId: EVENT_SERVICE_CONFIG_BACKOUT_FAILED
  2018. //
  2019. // MessageText:
  2020. //
  2021. // The Service Control Manager encountered an error undoing a configuration change
  2022. // to the %1 service. The service's %2 is currently in an unpredictable state.
  2023. //
  2024. // If you do not correct this configuration, you may not be able to restart the %1
  2025. // service or may encounter other errors. To ensure that the service is configured
  2026. // properly, use the Services snap-in in Microsoft Management Console (MMC).
  2027. //
  2028. #define EVENT_SERVICE_CONFIG_BACKOUT_FAILED 0xC0001B7DL
  2029. //
  2030. // MessageId: EVENT_FIRST_LOGON_FAILED_II
  2031. //
  2032. // MessageText:
  2033. //
  2034. // The %1 service was unable to log on as %2 with the currently configured
  2035. // password due to the following error: %n%3%n%nTo ensure that the service is
  2036. // configured properly, use the Services snap-in in Microsoft Management
  2037. // Console (MMC).
  2038. //
  2039. #define EVENT_FIRST_LOGON_FAILED_II 0xC0001B7EL
  2040. //
  2041. // Schedule (AT command) Service Events 7900 - 7999
  2042. //
  2043. //
  2044. // MessageId: EVENT_COMMAND_NOT_INTERACTIVE
  2045. //
  2046. // MessageText:
  2047. //
  2048. // The %1 command is marked as an interactive command. However, the system is
  2049. // configured to not allow interactive command execution. This command may not
  2050. // function properly.
  2051. //
  2052. #define EVENT_COMMAND_NOT_INTERACTIVE 0xC0001EDCL
  2053. //
  2054. // MessageId: EVENT_COMMAND_START_FAILED
  2055. //
  2056. // MessageText:
  2057. //
  2058. // The %1 command failed to start due to the following error: %n%2
  2059. //
  2060. #define EVENT_COMMAND_START_FAILED 0xC0001EDDL
  2061. /////////////////////////////////////////////////////////////////////////
  2062. //
  2063. // Lanman Bowser/Browser Events (8000-8499)
  2064. //
  2065. //
  2066. /////////////////////////////////////////////////////////////////////////
  2067. //
  2068. // MessageId: EVENT_BOWSER_OTHER_MASTER_ON_NET
  2069. //
  2070. // MessageText:
  2071. //
  2072. // The master browser has received a server announcement from the computer %2
  2073. // that believes that it is the master browser for the domain on transport %3.
  2074. // The master browser is stopping or an election is being forced.
  2075. //
  2076. #define EVENT_BOWSER_OTHER_MASTER_ON_NET 0xC0001F43L
  2077. //
  2078. // MessageId: EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER
  2079. //
  2080. // MessageText:
  2081. //
  2082. // A request has been submitted to promote the computer to backup when it is already a
  2083. // master browser.
  2084. //
  2085. #define EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER 0x80001F44L
  2086. //
  2087. // MessageId: EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE
  2088. //
  2089. // MessageText:
  2090. //
  2091. // The browser has received a server announcement indicating that the computer %2
  2092. // is a master browser, but this computer is not a master browser.
  2093. //
  2094. #define EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE 0x80001F45L
  2095. //
  2096. // MessageId: EVENT_BOWSER_ILLEGAL_DATAGRAM
  2097. //
  2098. // MessageText:
  2099. //
  2100. // The browser has received an illegal datagram from the remote computer %2 to name %3 on transport %4. The data is the datagram.
  2101. //
  2102. #define EVENT_BOWSER_ILLEGAL_DATAGRAM 0x80001F46L
  2103. //
  2104. // MessageId: EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED
  2105. //
  2106. // MessageText:
  2107. //
  2108. // The browser was unable to update the service status bits. The data is the error.
  2109. //
  2110. #define EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED 0xC0001F47L
  2111. //
  2112. // MessageId: EVENT_BROWSER_ROLE_CHANGE_FAILED
  2113. //
  2114. // MessageText:
  2115. //
  2116. // The browser was unable to update its role. The data is the error.
  2117. //
  2118. #define EVENT_BROWSER_ROLE_CHANGE_FAILED 0xC0001F48L
  2119. //
  2120. // MessageId: EVENT_BROWSER_MASTER_PROMOTION_FAILED
  2121. //
  2122. // MessageText:
  2123. //
  2124. // The browser was unable to promote itself to master browser. The computer that currently
  2125. // believes it is the master browser is %1.
  2126. //
  2127. #define EVENT_BROWSER_MASTER_PROMOTION_FAILED 0xC0001F49L
  2128. //
  2129. // MessageId: EVENT_BOWSER_NAME_CONVERSION_FAILED
  2130. //
  2131. // MessageText:
  2132. //
  2133. // The browser driver was unable to convert a character string to a unicode string.
  2134. //
  2135. #define EVENT_BOWSER_NAME_CONVERSION_FAILED 0xC0001F4AL
  2136. //
  2137. // MessageId: EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED
  2138. //
  2139. // MessageText:
  2140. //
  2141. // The browser was unable to add the configuration parameter %1.
  2142. //
  2143. #define EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED 0xC0001F4BL
  2144. //
  2145. // MessageId: EVENT_BOWSER_ELECTION_RECEIVED
  2146. //
  2147. // MessageText:
  2148. //
  2149. // The browser driver has received an election packet from computer %2 on network %3. The data is the packet received.
  2150. //
  2151. #define EVENT_BOWSER_ELECTION_RECEIVED 0x00001F4CL
  2152. //
  2153. // MessageId: EVENT_BOWSER_ELECTION_SENT_GETBLIST_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 to retrieve a backup list on that network.
  2158. //
  2159. #define EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED 0x40001F4DL
  2160. //
  2161. // MessageId: EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED
  2162. //
  2163. // MessageText:
  2164. //
  2165. // The browser driver has forced an election on network %2 because it was unable to find a master browser for that network.
  2166. //
  2167. #define EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED 0x40001F4EL
  2168. //
  2169. // MessageId: EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED
  2170. //
  2171. // MessageText:
  2172. //
  2173. // The browser has forced an election on network %1 because a Windows 2000 Server (or domain master) browser is started.
  2174. //
  2175. #define EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED 0x40001F4FL
  2176. //
  2177. // MessageId: EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD
  2178. //
  2179. // MessageText:
  2180. //
  2181. // 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.
  2182. // No more events will be generated until the reset frequency has expired.
  2183. //
  2184. #define EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD 0xC0001F50L
  2185. //
  2186. // MessageId: EVENT_BROWSER_DEPENDANT_SERVICE_FAILED
  2187. //
  2188. // MessageText:
  2189. //
  2190. // The browser has failed to start because the dependent service %1 had invalid service status %2.
  2191. // Status Meaning
  2192. // 1 Service Stopped%n
  2193. // 2 Start Pending%n
  2194. // 3 Stop Pending%n
  2195. // 4 Running%n
  2196. // 5 Continue Pending%n
  2197. // 6 Pause Pending%n
  2198. // 7 Paused%n
  2199. //
  2200. #define EVENT_BROWSER_DEPENDANT_SERVICE_FAILED 0xC0001F51L
  2201. //
  2202. // MessageId: EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING
  2203. //
  2204. // MessageText:
  2205. //
  2206. // The browser was unable to promote itself to master browser. The browser will continue
  2207. // to attempt to promote itself to the master browser, but will no longer log any events in the event log in Event Viewer.
  2208. //
  2209. #define EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING 0xC0001F53L
  2210. //
  2211. // MessageId: EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER
  2212. //
  2213. // MessageText:
  2214. //
  2215. // The browser was unable to promote itself to master browser. The computer that currently
  2216. // believes it is the master browser is unknown.
  2217. //
  2218. #define EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER 0xC0001F54L
  2219. //
  2220. // MessageId: EVENT_BROWSER_SERVER_LIST_FAILED
  2221. //
  2222. // MessageText:
  2223. //
  2224. // The browser service was unable to retrieve a list of servers from the browser master %1 on the network %2.%n
  2225. // %n
  2226. // Browser master: %1%n
  2227. // Network: %2%n
  2228. // %n
  2229. // This event may be caused by a temporary loss of network connectivity. If this message appears again, verify that the server is still connected to the network. The return code is in the Data text box.
  2230. //
  2231. #define EVENT_BROWSER_SERVER_LIST_FAILED 0x80001F55L
  2232. //
  2233. // MessageId: EVENT_BROWSER_DOMAIN_LIST_FAILED
  2234. //
  2235. // MessageText:
  2236. //
  2237. // The browser service was unable to retrieve a list of domains from the browser master %1 on the network %2.%n
  2238. // %n
  2239. // Browser master: %1%n
  2240. // Network: %2%n
  2241. // %n
  2242. // This event may be caused by a temporary loss of network connectivity. If this message appears again, verify that the server is still connected to the network. The return code is in the Data text box.
  2243. //
  2244. #define EVENT_BROWSER_DOMAIN_LIST_FAILED 0x80001F56L
  2245. //
  2246. // MessageId: EVENT_BROWSER_ILLEGAL_CONFIG
  2247. //
  2248. // MessageText:
  2249. //
  2250. // The value for the parameter %1 to the browser service was illegal.
  2251. //
  2252. #define EVENT_BROWSER_ILLEGAL_CONFIG 0x80001F57L
  2253. //
  2254. // MessageId: EVENT_BOWSER_OLD_BACKUP_FOUND
  2255. //
  2256. // MessageText:
  2257. //
  2258. // The backup browser server %2 is out-of-date. Consider upgrading this computer.
  2259. //
  2260. #define EVENT_BOWSER_OLD_BACKUP_FOUND 0x40001F58L
  2261. //
  2262. // MessageId: EVENT_BROWSER_SERVER_LIST_RETRIEVED
  2263. //
  2264. // MessageText:
  2265. //
  2266. // The browser has retrieved a list of servers from remote computer %1 on transport %2.%n
  2267. // There were %3 entries read, and %4 total entries.
  2268. //
  2269. #define EVENT_BROWSER_SERVER_LIST_RETRIEVED 0x00001F59L
  2270. //
  2271. // MessageId: EVENT_BROWSER_DOMAIN_LIST_RETRIEVED
  2272. //
  2273. // MessageText:
  2274. //
  2275. // The browser has retrieved a list of domains from remote computer %1 on transport %2.%n
  2276. // There were %3 entries read, and %4 total entries.
  2277. //
  2278. #define EVENT_BROWSER_DOMAIN_LIST_RETRIEVED 0x00001F5AL
  2279. //
  2280. // MessageId: EVENT_BOWSER_PDC_LOST_ELECTION
  2281. //
  2282. // MessageText:
  2283. //
  2284. // The browser running on the Domain Controller has lost an election. The computer that won the election is %2, on the transport %3.%n
  2285. // The data contains the election version, election criteria, and remote computer time up, and the same information for
  2286. // the current computer.
  2287. //
  2288. #define EVENT_BOWSER_PDC_LOST_ELECTION 0x40001F5BL
  2289. //
  2290. // MessageId: EVENT_BOWSER_NON_PDC_WON_ELECTION
  2291. //
  2292. // MessageText:
  2293. //
  2294. // The browser running on this computer has won a browser election on network %2.
  2295. // This computer is a member of a domain, so the Domain Controller should become the master
  2296. // browser.
  2297. //
  2298. #define EVENT_BOWSER_NON_PDC_WON_ELECTION 0x40001F5CL
  2299. //
  2300. // MessageId: EVENT_BOWSER_CANT_READ_REGISTRY
  2301. //
  2302. // MessageText:
  2303. //
  2304. // The browser driver was unable to initialize variables from the Registry.
  2305. //
  2306. #define EVENT_BOWSER_CANT_READ_REGISTRY 0x40001F5DL
  2307. //
  2308. // MessageId: EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED
  2309. //
  2310. // MessageText:
  2311. //
  2312. // The browser driver has discarded too many mailslot messages.
  2313. //
  2314. #define EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED 0x40001F5EL
  2315. //
  2316. // MessageId: EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED
  2317. //
  2318. // MessageText:
  2319. //
  2320. // The browser driver has discarded too many GetBrowserServerList requests.
  2321. //
  2322. #define EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED 0x40001F5FL
  2323. //
  2324. // MessageId: EVENT_BROWSER_BACKUP_STOPPED
  2325. //
  2326. // MessageText:
  2327. //
  2328. // The browser service has failed to retrieve the backup list too many times on transport %1.
  2329. // The backup browser is stopping.
  2330. //
  2331. #define EVENT_BROWSER_BACKUP_STOPPED 0xC0001F60L
  2332. //
  2333. // MessageId: EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED
  2334. //
  2335. // MessageText:
  2336. //
  2337. // The browser has forced an election on network %1 because a master browser was stopped.
  2338. //
  2339. #define EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED 0x40001F61L
  2340. //
  2341. // MessageId: EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER
  2342. //
  2343. // MessageText:
  2344. //
  2345. // The browser has received a GetBrowserServerList request when it is not the master browser.
  2346. //
  2347. #define EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER 0xC0001F62L
  2348. //
  2349. // MessageId: EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED
  2350. //
  2351. // MessageText:
  2352. //
  2353. // The browser has forced an election on network %1 because the Domain Controller (or Server) has changed its role.
  2354. //
  2355. #define EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED 0x40001F63L
  2356. //
  2357. // MessageId: EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH
  2358. //
  2359. // MessageText:
  2360. //
  2361. // The browser has failed to start because of an error in the DirectHostBinding parameter to the browser.
  2362. //
  2363. #define EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH 0xC0001F64L
  2364. /////////////////////////////////////////////////////////////////////////
  2365. //
  2366. // Sap Agent Events (8500-8999)
  2367. //
  2368. //
  2369. /////////////////////////////////////////////////////////////////////////
  2370. //
  2371. // MessageId: NWSAP_EVENT_KEY_NOT_FOUND
  2372. //
  2373. // MessageText:
  2374. //
  2375. // The Registry Key %1 was not present. The Sap Agent could not start.
  2376. //
  2377. #define NWSAP_EVENT_KEY_NOT_FOUND 0xC0002134L
  2378. //
  2379. // MessageId: NWSAP_EVENT_WSASTARTUP_FAILED
  2380. //
  2381. // MessageText:
  2382. //
  2383. // Winsock startup routine failed. The Sap Agent cannot continue.
  2384. //
  2385. #define NWSAP_EVENT_WSASTARTUP_FAILED 0xC0002135L
  2386. //
  2387. // MessageId: NWSAP_EVENT_SOCKET_FAILED
  2388. //
  2389. // MessageText:
  2390. //
  2391. // Socket create call failed for main socket. The Sap Agent cannot continue.
  2392. //
  2393. #define NWSAP_EVENT_SOCKET_FAILED 0xC0002136L
  2394. //
  2395. // MessageId: NWSAP_EVENT_SETOPTBCAST_FAILED
  2396. //
  2397. // MessageText:
  2398. //
  2399. // Setting broadcast option on socket failed. The Sap Agent cannot continue.
  2400. //
  2401. #define NWSAP_EVENT_SETOPTBCAST_FAILED 0xC0002137L
  2402. //
  2403. // MessageId: NWSAP_EVENT_BIND_FAILED
  2404. //
  2405. // MessageText:
  2406. //
  2407. // Binding to SAP Socket failed. The Sap Agent cannot continue.
  2408. //
  2409. #define NWSAP_EVENT_BIND_FAILED 0xC0002138L
  2410. //
  2411. // MessageId: NWSAP_EVENT_GETSOCKNAME_FAILED
  2412. //
  2413. // MessageText:
  2414. //
  2415. // Getting bound address of socket failed. The Sap Agent cannot continue.
  2416. //
  2417. #define NWSAP_EVENT_GETSOCKNAME_FAILED 0xC0002139L
  2418. //
  2419. // MessageId: NWSAP_EVENT_OPTEXTENDEDADDR_FAILED
  2420. //
  2421. // MessageText:
  2422. //
  2423. // Setting option EXTENDED_ADDRESS failed. The Sap Agent cannot continue.
  2424. //
  2425. #define NWSAP_EVENT_OPTEXTENDEDADDR_FAILED 0xC000213AL
  2426. //
  2427. // MessageId: NWSAP_EVENT_OPTBCASTINADDR_FAILED
  2428. //
  2429. // MessageText:
  2430. //
  2431. // Setting NWLink option BCASTINTADDR failed. The Sap Agent cannot continue.
  2432. //
  2433. #define NWSAP_EVENT_OPTBCASTINADDR_FAILED 0xC000213BL
  2434. //
  2435. // MessageId: NWSAP_EVENT_CARDMALLOC_FAILED
  2436. //
  2437. // MessageText:
  2438. //
  2439. // Error allocating memory to hold a card structure. The Sap Agent cannot continue.
  2440. //
  2441. #define NWSAP_EVENT_CARDMALLOC_FAILED 0xC000213CL
  2442. //
  2443. // MessageId: NWSAP_EVENT_NOCARDS
  2444. //
  2445. // MessageText:
  2446. //
  2447. // Enumeration of cards returned 0 cards.
  2448. //
  2449. #define NWSAP_EVENT_NOCARDS 0xC000213DL
  2450. //
  2451. // MessageId: NWSAP_EVENT_THREADEVENT_FAIL
  2452. //
  2453. // MessageText:
  2454. //
  2455. // Error creating thread counting event. The Sap Agent cannot continue.
  2456. //
  2457. #define NWSAP_EVENT_THREADEVENT_FAIL 0xC000213EL
  2458. //
  2459. // MessageId: NWSAP_EVENT_RECVSEM_FAIL
  2460. //
  2461. // MessageText:
  2462. //
  2463. // Error creating receive semaphore. The Sap Agent cannot continue.
  2464. //
  2465. #define NWSAP_EVENT_RECVSEM_FAIL 0xC000213FL
  2466. //
  2467. // MessageId: NWSAP_EVENT_SENDEVENT_FAIL
  2468. //
  2469. // MessageText:
  2470. //
  2471. // Error creating send event. The Sap Agent cannot continue.
  2472. //
  2473. #define NWSAP_EVENT_SENDEVENT_FAIL 0xC0002140L
  2474. //
  2475. // MessageId: NWSAP_EVENT_STARTRECEIVE_ERROR
  2476. //
  2477. // MessageText:
  2478. //
  2479. // Error starting receive thread. The Sap Agent cannot continue.
  2480. //
  2481. #define NWSAP_EVENT_STARTRECEIVE_ERROR 0xC0002141L
  2482. //
  2483. // MessageId: NWSAP_EVENT_STARTWORKER_ERROR
  2484. //
  2485. // MessageText:
  2486. //
  2487. // Error starting worker thread. The Sap Agent cannot continue.
  2488. //
  2489. #define NWSAP_EVENT_STARTWORKER_ERROR 0xC0002142L
  2490. //
  2491. // MessageId: NWSAP_EVENT_TABLE_MALLOC_FAILED
  2492. //
  2493. // MessageText:
  2494. //
  2495. // Error allocating database array. The Sap Agent cannot continue.
  2496. //
  2497. #define NWSAP_EVENT_TABLE_MALLOC_FAILED 0xC0002143L
  2498. //
  2499. // MessageId: NWSAP_EVENT_HASHTABLE_MALLOC_FAILED
  2500. //
  2501. // MessageText:
  2502. //
  2503. // Error allocating hash table. The Sap Agent cannot continue.
  2504. //
  2505. #define NWSAP_EVENT_HASHTABLE_MALLOC_FAILED 0xC0002144L
  2506. //
  2507. // MessageId: NWSAP_EVENT_STARTLPCWORKER_ERROR
  2508. //
  2509. // MessageText:
  2510. //
  2511. // Error starting LPC worker thread. The Sap Agent cannot continue.
  2512. //
  2513. #define NWSAP_EVENT_STARTLPCWORKER_ERROR 0xC0002145L
  2514. //
  2515. // MessageId: NWSAP_EVENT_CREATELPCPORT_ERROR
  2516. //
  2517. // MessageText:
  2518. //
  2519. // Error creating the LPC port. The Sap Agent cannot continue.
  2520. //
  2521. #define NWSAP_EVENT_CREATELPCPORT_ERROR 0xC0002146L
  2522. //
  2523. // MessageId: NWSAP_EVENT_CREATELPCEVENT_ERROR
  2524. //
  2525. // MessageText:
  2526. //
  2527. // Error creating the LPC thread event. The Sap Agent cannot continue.
  2528. //
  2529. #define NWSAP_EVENT_CREATELPCEVENT_ERROR 0xC0002147L
  2530. //
  2531. // MessageId: NWSAP_EVENT_LPCLISTENMEMORY_ERROR
  2532. //
  2533. // MessageText:
  2534. //
  2535. // Error allocating memory for an LPC Client structure. The Sap Agent cannot continue.
  2536. //
  2537. #define NWSAP_EVENT_LPCLISTENMEMORY_ERROR 0xC0002148L
  2538. //
  2539. // MessageId: NWSAP_EVENT_LPCHANDLEMEMORY_ERROR
  2540. //
  2541. // MessageText:
  2542. //
  2543. // Error allocating buffer to hold LPC worker thread handles. The Sap Agent cannot continue.
  2544. //
  2545. #define NWSAP_EVENT_LPCHANDLEMEMORY_ERROR 0xC0002149L
  2546. //
  2547. // MessageId: NWSAP_EVENT_BADWANFILTER_VALUE
  2548. //
  2549. // MessageText:
  2550. //
  2551. // The value for WANFilter in the registry must be 0-2. The Sap Agent cannot continue.
  2552. //
  2553. #define NWSAP_EVENT_BADWANFILTER_VALUE 0xC000214AL
  2554. //
  2555. // MessageId: NWSAP_EVENT_CARDLISTEVENT_FAIL
  2556. //
  2557. // MessageText:
  2558. //
  2559. // Error creating event for card list access synchronization. The Sap Agent cannot continue.
  2560. //
  2561. #define NWSAP_EVENT_CARDLISTEVENT_FAIL 0xC000214BL
  2562. //
  2563. // MessageId: NWSAP_EVENT_SDMDEVENT_FAIL
  2564. //
  2565. // MessageText:
  2566. //
  2567. // Error creating event for database access synchronization. The Sap Agent cannot continue.
  2568. //
  2569. #define NWSAP_EVENT_SDMDEVENT_FAIL 0xC000214CL
  2570. //
  2571. // MessageId: NWSAP_EVENT_INVALID_FILTERNAME
  2572. //
  2573. // MessageText:
  2574. //
  2575. // Name too long in key %1: Name = %s. The Sap Agent cannot continue.
  2576. //
  2577. #define NWSAP_EVENT_INVALID_FILTERNAME 0x8000214DL
  2578. //
  2579. // MessageId: NWSAP_EVENT_WANSEM_FAIL
  2580. //
  2581. // MessageText:
  2582. //
  2583. // Error creating WAN control semaphore. The Sap Agent cannot continue.
  2584. //
  2585. #define NWSAP_EVENT_WANSEM_FAIL 0xC000214EL
  2586. //
  2587. // MessageId: NWSAP_EVENT_WANSOCKET_FAILED
  2588. //
  2589. // MessageText:
  2590. //
  2591. // Socket create call failed for WAN socket. The Sap Agent cannot continue.
  2592. //
  2593. #define NWSAP_EVENT_WANSOCKET_FAILED 0xC000214FL
  2594. //
  2595. // MessageId: NWSAP_EVENT_WANBIND_FAILED
  2596. //
  2597. // MessageText:
  2598. //
  2599. // Binding to WAN socket failed. The Sap Agent cannot continue.
  2600. //
  2601. #define NWSAP_EVENT_WANBIND_FAILED 0xC0002150L
  2602. //
  2603. // MessageId: NWSAP_EVENT_STARTWANWORKER_ERROR
  2604. //
  2605. // MessageText:
  2606. //
  2607. // Error starting WAN worker thread. The Sap Agent cannot continue.
  2608. //
  2609. #define NWSAP_EVENT_STARTWANWORKER_ERROR 0xC0002151L
  2610. //
  2611. // MessageId: NWSAP_EVENT_STARTWANCHECK_ERROR
  2612. //
  2613. // MessageText:
  2614. //
  2615. // Error starting WAN check thread. The Sap Agent cannot continue.
  2616. //
  2617. #define NWSAP_EVENT_STARTWANCHECK_ERROR 0xC0002152L
  2618. //
  2619. // MessageId: NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR
  2620. //
  2621. // MessageText:
  2622. //
  2623. // Error on getsockopt IPX_MAX_ADAPTER_NUM. Data is the error code. The Sap Agent cannot continue.
  2624. //
  2625. #define NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR 0xC0002153L
  2626. //
  2627. // MessageId: NWSAP_EVENT_WANHANDLEMEMORY_ERROR
  2628. //
  2629. // MessageText:
  2630. //
  2631. // Error allocating buffer to hold WAN notify thread handles. The Sap Agent cannot continue.
  2632. //
  2633. #define NWSAP_EVENT_WANHANDLEMEMORY_ERROR 0xC0002154L
  2634. //
  2635. // MessageId: NWSAP_EVENT_WANEVENT_ERROR
  2636. //
  2637. // MessageText:
  2638. //
  2639. // Error creating the WAN thread event. The Sap Agent cannot continue.
  2640. //
  2641. #define NWSAP_EVENT_WANEVENT_ERROR 0xC0002155L
  2642. /////////////////////////////////////////////////////////////////////////
  2643. //
  2644. // Transport Events (9000-9499)
  2645. //
  2646. //
  2647. /////////////////////////////////////////////////////////////////////////
  2648. //
  2649. // MessageId: EVENT_TRANSPORT_RESOURCE_POOL
  2650. //
  2651. // MessageText:
  2652. //
  2653. // %2 could not allocate a resource of type %3 due to system resource problems.
  2654. //
  2655. #define EVENT_TRANSPORT_RESOURCE_POOL 0x80002329L
  2656. //
  2657. // MessageId: EVENT_TRANSPORT_RESOURCE_LIMIT
  2658. //
  2659. // MessageText:
  2660. //
  2661. // %2 could not allocate a resource of type %3 due to its configured size of %4.
  2662. //
  2663. #define EVENT_TRANSPORT_RESOURCE_LIMIT 0x8000232AL
  2664. //
  2665. // MessageId: EVENT_TRANSPORT_RESOURCE_SPECIFIC
  2666. //
  2667. // MessageText:
  2668. //
  2669. // %2 could not allocate a resource of type %3 due to a specifically configured limit of %4.
  2670. //
  2671. #define EVENT_TRANSPORT_RESOURCE_SPECIFIC 0x8000232BL
  2672. //
  2673. // MessageId: EVENT_TRANSPORT_REGISTER_FAILED
  2674. //
  2675. // MessageText:
  2676. //
  2677. // %2 failed to register itself with the NDIS wrapper.
  2678. //
  2679. #define EVENT_TRANSPORT_REGISTER_FAILED 0xC000232CL
  2680. //
  2681. // MessageId: EVENT_TRANSPORT_BINDING_FAILED
  2682. //
  2683. // MessageText:
  2684. //
  2685. // %2 failed to bind to adapter %3.
  2686. //
  2687. #define EVENT_TRANSPORT_BINDING_FAILED 0xC000232DL
  2688. //
  2689. // MessageId: EVENT_TRANSPORT_ADAPTER_NOT_FOUND
  2690. //
  2691. // MessageText:
  2692. //
  2693. // %2 could not find adapter %3.
  2694. //
  2695. #define EVENT_TRANSPORT_ADAPTER_NOT_FOUND 0xC000232EL
  2696. //
  2697. // MessageId: EVENT_TRANSPORT_SET_OID_FAILED
  2698. //
  2699. // MessageText:
  2700. //
  2701. // %2 failed while setting OID %3 on adapter %4.
  2702. //
  2703. #define EVENT_TRANSPORT_SET_OID_FAILED 0xC000232FL
  2704. //
  2705. // MessageId: EVENT_TRANSPORT_QUERY_OID_FAILED
  2706. //
  2707. // MessageText:
  2708. //
  2709. // %2 failed while querying OID %3 on adapter %4.
  2710. //
  2711. #define EVENT_TRANSPORT_QUERY_OID_FAILED 0xC0002330L
  2712. //
  2713. // MessageId: EVENT_TRANSPORT_TRANSFER_DATA
  2714. //
  2715. // MessageText:
  2716. //
  2717. // %2 could not transfer a packet from the adapter. The packet was dropped.
  2718. //
  2719. #define EVENT_TRANSPORT_TRANSFER_DATA 0x40002331L
  2720. //
  2721. // MessageId: EVENT_TRANSPORT_TOO_MANY_LINKS
  2722. //
  2723. // MessageText:
  2724. //
  2725. // %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.
  2726. //
  2727. #define EVENT_TRANSPORT_TOO_MANY_LINKS 0x40002332L
  2728. //
  2729. // MessageId: EVENT_TRANSPORT_BAD_PROTOCOL
  2730. //
  2731. // MessageText:
  2732. //
  2733. // %2 received an unexpected %3 packet from a remote computer.
  2734. //
  2735. #define EVENT_TRANSPORT_BAD_PROTOCOL 0x40002333L
  2736. /////////////////////////////////////////////////////////////////////////
  2737. //
  2738. // IPX/SPX Events (9500-9999)
  2739. //
  2740. //
  2741. /////////////////////////////////////////////////////////////////////////
  2742. //
  2743. // MessageId: EVENT_IPX_NEW_DEFAULT_TYPE
  2744. //
  2745. // MessageText:
  2746. //
  2747. // The default frame type for auto-detection on %2 was changed to %3.
  2748. // This type is now the default if no frame type can be detected.
  2749. //
  2750. #define EVENT_IPX_NEW_DEFAULT_TYPE 0x4000251DL
  2751. //
  2752. // MessageId: EVENT_IPX_SAP_ANNOUNCE
  2753. //
  2754. // MessageText:
  2755. //
  2756. // A SAP announcement was sent over %2 which is configured for multiple
  2757. // networks, but no internal network is configured. This may prevent
  2758. // machines on some networks from locating the advertised service.
  2759. //
  2760. #define EVENT_IPX_SAP_ANNOUNCE 0x8000251EL
  2761. //
  2762. // MessageId: EVENT_IPX_ILLEGAL_CONFIG
  2763. //
  2764. // MessageText:
  2765. //
  2766. // The value for the %2 parameter %3 was illegal.
  2767. //
  2768. #define EVENT_IPX_ILLEGAL_CONFIG 0x8000251FL
  2769. //
  2770. // MessageId: EVENT_IPX_INTERNAL_NET_INVALID
  2771. //
  2772. // MessageText:
  2773. //
  2774. // %2 was configured with an internal network number of %3. This network
  2775. // number conflicts with one of the attached networks. The configured
  2776. // internal network number will be ignored.
  2777. //
  2778. #define EVENT_IPX_INTERNAL_NET_INVALID 0xC0002520L
  2779. //
  2780. // MessageId: EVENT_IPX_NO_FRAME_TYPES
  2781. //
  2782. // MessageText:
  2783. //
  2784. // %2 had no frame types configured for the binding to adapter %3.
  2785. //
  2786. #define EVENT_IPX_NO_FRAME_TYPES 0xC0002521L
  2787. //
  2788. // MessageId: EVENT_IPX_CREATE_DEVICE
  2789. //
  2790. // MessageText:
  2791. //
  2792. // %2 failed to initialize because the driver device could not be created.
  2793. //
  2794. #define EVENT_IPX_CREATE_DEVICE 0xC0002522L
  2795. //
  2796. // MessageId: EVENT_IPX_NO_ADAPTERS
  2797. //
  2798. // MessageText:
  2799. //
  2800. // %2 could not bind to any adapters. The transport could not start.
  2801. //
  2802. #define EVENT_IPX_NO_ADAPTERS 0xC0002523L
  2803. /////////////////////////////////////////////////////////////////////////
  2804. //
  2805. // DCOM Events (10000-10999)
  2806. //
  2807. //
  2808. /////////////////////////////////////////////////////////////////////////
  2809. //
  2810. // MessageId: EVENT_RPCSS_CREATEPROCESS_FAILURE
  2811. //
  2812. // MessageText:
  2813. //
  2814. // Unable to start a DCOM Server: %3.
  2815. // The error:%n"%%%2"%nHappened while starting this command:%n%1
  2816. //
  2817. #define EVENT_RPCSS_CREATEPROCESS_FAILURE 0xC0002710L
  2818. //
  2819. // MessageId: EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE
  2820. //
  2821. // MessageText:
  2822. //
  2823. // Unable to start a DCOM Server: %3 as %4/%5.
  2824. // The error:%n"%%%2"%nHappened while starting this command:%n%1
  2825. //
  2826. #define EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE 0xC0002711L
  2827. //
  2828. // MessageId: EVENT_RPCSS_LAUNCH_ACCESS_DENIED
  2829. //
  2830. // MessageText:
  2831. //
  2832. // Access denied attempting to launch a DCOM Server.
  2833. // The server is:%n%1%nThe user is %2/%3, SID=%4.
  2834. //
  2835. #define EVENT_RPCSS_LAUNCH_ACCESS_DENIED 0xC0002712L
  2836. //
  2837. // MessageId: EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED
  2838. //
  2839. // MessageText:
  2840. //
  2841. // Access denied attempting to launch a DCOM Server using DefaultLaunchPermssion.
  2842. // The server is:%n%1%nThe user is %2/%3, SID=%4.
  2843. //
  2844. #define EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED 0xC0002713L
  2845. //
  2846. // MessageId: EVENT_RPCSS_RUNAS_CANT_LOGIN
  2847. //
  2848. // MessageText:
  2849. //
  2850. // DCOM got error "%%%1" and was unable to logon %2\%3
  2851. // in order to run the server:%n%4
  2852. //
  2853. #define EVENT_RPCSS_RUNAS_CANT_LOGIN 0xC0002714L
  2854. //
  2855. // MessageId: EVENT_RPCSS_START_SERVICE_FAILURE
  2856. //
  2857. // MessageText:
  2858. //
  2859. // DCOM got error "%%%1" attempting to start the service %2 with arguments "%3"
  2860. // in order to run the server:%n%4
  2861. //
  2862. #define EVENT_RPCSS_START_SERVICE_FAILURE 0xC0002715L
  2863. //
  2864. // MessageId: EVENT_RPCSS_REMOTE_SIDE_ERROR
  2865. //
  2866. // MessageText:
  2867. //
  2868. // DCOM got error "%%%1" from the computer %2 when attempting to
  2869. // activate the server:%n%3
  2870. //
  2871. #define EVENT_RPCSS_REMOTE_SIDE_ERROR 0xC0002716L
  2872. //
  2873. // MessageId: EVENT_RPCSS_ACTIVATION_ERROR
  2874. //
  2875. // MessageText:
  2876. //
  2877. // DCOM got error "%%%1" when attempting to
  2878. // activate the server:%n%2
  2879. //
  2880. #define EVENT_RPCSS_ACTIVATION_ERROR 0xC0002717L
  2881. //
  2882. // MessageId: EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE
  2883. //
  2884. // MessageText:
  2885. //
  2886. // DCOM got error "%%%1" from the computer %2 when attempting to
  2887. // the server:%n%3 with file %4.
  2888. //
  2889. #define EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE 0xC0002718L
  2890. //
  2891. // MessageId: EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE
  2892. //
  2893. // MessageText:
  2894. //
  2895. // DCOM was unable to communicate with the computer %1 using any of the configured
  2896. // protocols.
  2897. //
  2898. #define EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE 0xC0002719L
  2899. //
  2900. // MessageId: EVENT_RPCSS_SERVER_START_TIMEOUT
  2901. //
  2902. // MessageText:
  2903. //
  2904. // The server %1 did not register with DCOM within the required timeout.
  2905. //
  2906. #define EVENT_RPCSS_SERVER_START_TIMEOUT 0xC000271AL
  2907. //
  2908. // MessageId: EVENT_RPCSS_SERVER_NOT_RESPONDING
  2909. //
  2910. // MessageText:
  2911. //
  2912. // The server %1 could not be contacted to establish the connection to the client
  2913. //
  2914. #define EVENT_RPCSS_SERVER_NOT_RESPONDING 0xC000271BL
  2915. //
  2916. // MessageId: EVENT_DCOM_ASSERTION_FAILURE
  2917. //
  2918. // MessageText:
  2919. //
  2920. // There is an assertion failure in DCOM. Context follows:
  2921. // %1
  2922. // %2
  2923. // %3
  2924. //
  2925. #define EVENT_DCOM_ASSERTION_FAILURE 0xC000271CL
  2926. //
  2927. // MessageId: EVENT_DCOM_INVALID_ENDPOINT_DATA
  2928. //
  2929. // MessageText:
  2930. //
  2931. // DCOM server attempted to listen on an invalid endpoint.
  2932. // Protseq: %1
  2933. // Endpoint: %2
  2934. // Flags: %3
  2935. //
  2936. #define EVENT_DCOM_INVALID_ENDPOINT_DATA 0xC000271DL
  2937. /////////////////////////////////////////////////////////////////////////
  2938. //
  2939. // DNS Caching Resolvers Service and DNS API Events (11000-11999)
  2940. //
  2941. /////////////////////////////////////////////////////////////////////////
  2942. //
  2943. // Errors
  2944. //
  2945. //
  2946. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_DLL
  2947. //
  2948. // MessageText:
  2949. //
  2950. // Unable to start DNS Client Service.
  2951. // Failed to load DLL %2, Error: %1.
  2952. // Please reinstall this DLL from installation CD.
  2953. //
  2954. #define EVENT_DNS_CACHE_START_FAILURE_NO_DLL 0xC0002AF8L
  2955. //
  2956. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY
  2957. //
  2958. // MessageText:
  2959. //
  2960. // Unable to start DNS Client service. Can not find entry %3 in DLL %2.
  2961. // Please reinstall this DLL from installation CD. For specific error
  2962. // code, see the record data displayed below.
  2963. //
  2964. #define EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY 0xC0002AF9L
  2965. //
  2966. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL
  2967. //
  2968. // MessageText:
  2969. //
  2970. // Unable to start the DNS Client service. The system could not register a
  2971. // service control handler and could be out of resources. Close any
  2972. // applications not in use or reboot the computer. For specific error
  2973. // code, see the record data displayed below.
  2974. //
  2975. #define EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL 0xC0002AFAL
  2976. //
  2977. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT
  2978. //
  2979. // MessageText:
  2980. //
  2981. // Unable to start DNS Client service. The system could
  2982. // not create a termination event for this service and
  2983. // could be out of resources. Close any applications not
  2984. // in use or reboot the computer. For specific error code,
  2985. // see the record data displayed below.
  2986. //
  2987. #define EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT 0xC0002AFBL
  2988. //
  2989. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_RPC
  2990. //
  2991. // MessageText:
  2992. //
  2993. // Unable to start DNS Client service. Could not start the
  2994. // Remote Procedure Call (RPC) interface for this service.
  2995. // To correct the problem, you may restart the RPC and DNS
  2996. // Client services. To do so, use the following commands at a command
  2997. // prompt: (1) type "net start rpc" to start the RPC service, and (2)
  2998. // type "net start dnscache" to start the DNS Client service. For
  2999. // specific error code information, see the record data displayed below.
  3000. //
  3001. #define EVENT_DNS_CACHE_START_FAILURE_NO_RPC 0xC0002AFCL
  3002. //
  3003. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY
  3004. //
  3005. // MessageText:
  3006. //
  3007. // Unable to start DNS Client service. The system could not register
  3008. // shutdown notification for this service and could be out of resources.
  3009. // Try closing any applications not in use or reboot the computer.
  3010. //
  3011. #define EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY 0xC0002AFDL
  3012. //
  3013. // MessageId: EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE
  3014. //
  3015. // MessageText:
  3016. //
  3017. // Unable to start DNS Client service. Could not update status with
  3018. // Service Control Manager. To correct the problem, you may restart
  3019. // the RPC and DNS Client services. To do so, use the following commands
  3020. // at a command prompt: (1) type "net start rpc" to start the RPC service,
  3021. // and (2) type "net start dnscache" to start the DNS Client service. For
  3022. // specific error code information, see the record data displayed below.
  3023. //
  3024. #define EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE 0xC0002AFEL
  3025. //
  3026. // MessageId: EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY
  3027. //
  3028. // MessageText:
  3029. //
  3030. // Unable to start DNS Client service because the system failed to allocate
  3031. // memory and may be out of available memory. Try closing any applications not
  3032. // in use or reboot the computer. For specific error code, see the record data
  3033. // displayed below.
  3034. //
  3035. #define EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY 0xC0002AFFL
  3036. //
  3037. // Warnings
  3038. //
  3039. //
  3040. // MessageId: EVENT_DNS_CACHE_NETWORK_PERF_WARNING
  3041. //
  3042. // MessageText:
  3043. //
  3044. // The DNS Client service could not contact any DNS servers for
  3045. // a repeated number of attempts. For the next %3 seconds the
  3046. // DNS Client service will not use the network to avoid further
  3047. // network performance problems. It will resume its normal behavior
  3048. // after that. If this problem persists, verify your TCP/IP
  3049. // configuration, specifically check that you have a preferred
  3050. // (and possibly an alternate) DNS server configured. If the problem
  3051. // continues, verify network conditions to these DNS servers or contact
  3052. // your network administrator.
  3053. //
  3054. #define EVENT_DNS_CACHE_NETWORK_PERF_WARNING 0x80002B2AL
  3055. //
  3056. // MessageId: EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING
  3057. //
  3058. // MessageText:
  3059. //
  3060. // The DNS Client service failed to reach DNS server at address %1. It will
  3061. // not use this DNS server for %2 seconds.
  3062. //
  3063. #define EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING 0x80002B2BL
  3064. //
  3065. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT
  3066. //
  3067. // MessageText:
  3068. //
  3069. // The system failed to register network adapter with settings:%n%n
  3070. // Adapter Name : %1%n
  3071. // Host Name : %2%n
  3072. // Adapter-specific Domain Suffix : %3%n
  3073. // DNS Server list :%n
  3074. // %4%n
  3075. // Sent update to server : %5%n
  3076. // IP Address(es) :%n
  3077. // %6%n%n
  3078. // The cause of this DNS registration failure was because the DNS update
  3079. // request timed out after being sent to the specified DNS Server. This is
  3080. // probably because the authoritative DNS server for the name being updated
  3081. // is not running.%n%n You can manually retry registration of the network
  3082. // adapter and its settings by typing "ipconfig /registerdns" at the command
  3083. // prompt. If problems still persist, contact your network systems
  3084. // administrator to verify network conditions.
  3085. //
  3086. #define EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT 0x80002B8EL
  3087. //
  3088. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL
  3089. //
  3090. // MessageText:
  3091. //
  3092. // The system failed to register network adapter with settings:%n%n
  3093. // Adapter Name : %1%n
  3094. // Host Name : %2%n
  3095. // Adapter-specific Domain Suffix : %3%n
  3096. // DNS server list :%n
  3097. // %4%n
  3098. // Sent update to server : %5%n
  3099. // IP Address(es) :%n
  3100. // %6%n%n
  3101. // The cause of this DNS registration failure was because of DNS server failure.
  3102. // This may be due to a zone transfer that has locked the DNS server for the
  3103. // applicable zone that your computer needs to register itself with.%n%n
  3104. // (The applicable zone should typically correspond to the Adapter-specific
  3105. // Domain Suffix that was indicated above.) You can manually retry registration
  3106. // of the network adapter and its settings by typing "ipconfig /registerdns"
  3107. // at the command prompt. If problems still persist, contact your network
  3108. // systems administrator to verify network conditions.
  3109. //
  3110. #define EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL 0x80002B8FL
  3111. //
  3112. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP
  3113. //
  3114. // MessageText:
  3115. //
  3116. // The system failed to register network adapter with settings:%n%n
  3117. // Adapter Name : %1%n
  3118. // Host Name : %2%n
  3119. // Adapter-specific Domain Suffix : %3%n
  3120. // DNS server list :%n
  3121. // %4%n
  3122. // Sent update to server : %5%n
  3123. // IP Address(es) :%n
  3124. // %6%n%n
  3125. // The reason it could not register was because either: (a) the DNS server
  3126. // does not support the DNS dynamic update protocol, or (b) the primary zone
  3127. // authoritative for the registering names does not currently accept dynamic
  3128. // updates.%n%n To add or register a DNS host (A) resource record using the
  3129. // specific DNS name for this adapter, contact your DNS server or network
  3130. // systems administrator.
  3131. //
  3132. #define EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP 0x80002B90L
  3133. //
  3134. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED
  3135. //
  3136. // MessageText:
  3137. //
  3138. // The system failed to register network adapter with settings:%n%n
  3139. // Adapter Name : %1%n
  3140. // Host Name : %2%n
  3141. // Adapter-specific Domain Suffix : %3%n
  3142. // DNS server list :%n
  3143. // %4%n
  3144. // Sent update to server : %5%n
  3145. // IP Address(es) :%n
  3146. // %6%n%n
  3147. // The reason it could not register was because the DNS server refused the
  3148. // dynamic update request. This could happen for the following reasons:
  3149. // (a) current DNS update policies do not allow this computer to update
  3150. // the DNS domain name configured for this adapter, or (b) the authoritative
  3151. // DNS server for this DNS domain name does not support the DNS dynamic update
  3152. // protocol.%n%n
  3153. // To register a DNS host (A) resource record using the specific DNS domain
  3154. // name for this adapter, contact your DNS server or network systems
  3155. // administrator.
  3156. //
  3157. #define EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED 0x80002B91L
  3158. //
  3159. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY
  3160. //
  3161. // MessageText:
  3162. //
  3163. // The system failed to register network adapter with settings:%n%n
  3164. // Adapter Name : %1%n
  3165. // Host Name : %2%n
  3166. // Adapter-specific Domain Suffix : %3%n
  3167. // DNS server list :%n
  3168. // %4%n
  3169. // Sent update to server : %5%n
  3170. // IP Address(es) :%n
  3171. // %6%n%n
  3172. // The system could not register the DNS update request because of a
  3173. // security related problem. This could happen for the following reasons:
  3174. // (a) the DNS domain name that your computer is trying to register could
  3175. // not be updated because your computer does not have the right permissions,
  3176. // or (b) there might have been a problem negotiating valid credentials
  3177. // with the DNS server to update.%n%n
  3178. // You can manually retry DNS registration of the network adapter and its
  3179. // settings by typing "ipconfig /registerdns" at the command prompt. If
  3180. // problems still persist, contact your DNS server or network systems
  3181. // administrator. For specific error code information, see the record data
  3182. // displayed below.
  3183. //
  3184. #define EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY 0x80002B92L
  3185. //
  3186. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_OTHER
  3187. //
  3188. // MessageText:
  3189. //
  3190. // The system failed to register network adapter with settings:%n%n
  3191. // Adapter Name : %1%n
  3192. // Host Name : %2%n
  3193. // Adapter-specific Domain Suffix : %3%n
  3194. // DNS server list :%n
  3195. // %4%n
  3196. // Sent update to server : %5%n
  3197. // IP Address(es) :%n
  3198. // %6%n%n
  3199. // The reason the DNS update request could not be completed was because
  3200. // of a system problem. You can manually retry DNS registration of the
  3201. // network adapter and its settings by typing "ipconfig /registerdns"
  3202. // at the command prompt. If problems still persist, contact your DNS
  3203. // server or network systems administrator. For specific error code
  3204. // information, see the record data displayed below.
  3205. //
  3206. #define EVENT_DNSAPI_REGISTRATION_FAILED_OTHER 0x80002B93L
  3207. //
  3208. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT
  3209. //
  3210. // MessageText:
  3211. //
  3212. // The system failed to register pointer (PTR) resource records (RRs) for
  3213. // network adapter%nwith settings:%n%n
  3214. // Adapter Name : %1%n
  3215. // Host Name : %2%n
  3216. // Adapter-specific Domain Suffix : %3%n
  3217. // DNS server list :%n
  3218. // %4%n
  3219. // Sent update to server : %5%n
  3220. // IP Address : %6%n%n
  3221. // The reason that the system could not register these RRs was because the
  3222. // update request that was sent to the specified DNS server timed out. This
  3223. // is probably because the authoritative DNS server for the name being
  3224. // registered is not running.%n%n You can manually retry DNS registration
  3225. // of the network adapter and its settings by typing "ipconfig /registerdns"
  3226. // at the command prompt. If problems still persist, contact your DNS
  3227. // server or network systems administrator. For specific error code
  3228. // information, see the record data displayed below.
  3229. //
  3230. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT 0x80002B94L
  3231. //
  3232. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL
  3233. //
  3234. // MessageText:
  3235. //
  3236. // The system failed to register pointer (PTR) resource records (RRs)
  3237. // for network adapter%nwith settings:%n%n
  3238. // Adapter Name : %1%n
  3239. // Host Name : %2%n
  3240. // Adapter-specific Domain Suffix : %3%n
  3241. // DNS server list :%n
  3242. // %4%n
  3243. // Sent update to server : %5%n
  3244. // IP Address : %6%n%n
  3245. // The reason that the system could not register these RRs was because
  3246. // of DNS server failure. This may be due to a zone transfer lock on
  3247. // the DNS server for the zone that your computer needs to update.%n%n
  3248. // You can manually retry DNS registration of the network adapter and
  3249. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3250. // If problems still persist, contact your DNS server or network systems
  3251. // administrator. For specific error code information, see the record data
  3252. // displayed below.
  3253. //
  3254. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL 0x80002B95L
  3255. //
  3256. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP
  3257. //
  3258. // MessageText:
  3259. //
  3260. // The system failed to register pointer (PTR) resource records (RRs)
  3261. // for network adapter%nwith settings:%n%n
  3262. // Adapter Name : %1%n
  3263. // Host Name : %2%n
  3264. // Adapter-specific Domain Suffix : %3%n
  3265. // DNS server list :%n
  3266. // %4%n
  3267. // Sent update to server : %5%n
  3268. // IP Address : %6%n%n
  3269. // The reason that the system could not register these RRs was because
  3270. // (a) either the DNS server does not support the DNS dynamic update
  3271. // protocol, or (b) the authoritative zone where these records are to
  3272. // be registered does not allow dynamic updates.%n%n
  3273. // To register DNS pointer (PTR) resource records using the specific
  3274. // DNS domain name and IP addresses for this adapter, contact your
  3275. // DNS server or network systems administrator.
  3276. //
  3277. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP 0x80002B96L
  3278. //
  3279. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED
  3280. //
  3281. // MessageText:
  3282. //
  3283. // The system failed to register pointer (PTR) resource records (RRs)
  3284. // for network adapter%nwith settings:%n%n
  3285. // Adapter Name : %1%n
  3286. // Host Name : %2%n
  3287. // Adapter-specific Domain Suffix : %3%n
  3288. // DNS server list :%n
  3289. // %4%n
  3290. // Sent update to server : %5%n
  3291. // IP Address : %6%n%n
  3292. // The reason that the system could not register these RRs was because
  3293. // the DNS server refused the update request. The cause of this could
  3294. // be (a) your computer is not allowed to update the adapter-specified DNS
  3295. // domain name, or (b) because the DNS server authoritative for the specified
  3296. // name does not support the DNS dynamic update protocol.%n%n
  3297. // To register the DNS pointer (PTR) resource records using the specific
  3298. // DNS domain name and IP addresses for this adapter, contact your DNS
  3299. // server or network systems administrator.
  3300. //
  3301. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED 0x80002B97L
  3302. //
  3303. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY
  3304. //
  3305. // MessageText:
  3306. //
  3307. // The system failed to register pointer (PTR) resource records (RRs)
  3308. // for network adapter%nwith settings:%n%n
  3309. // Adapter Name : %1%n
  3310. // Host Name : %2%n
  3311. // Adapter-specific Domain Suffix : %3%n
  3312. // DNS server list :%n
  3313. // %4%n
  3314. // Sent update to server : %5%n
  3315. // IP Address : %6%n%n
  3316. // The reason that the system could not register these RRs was because
  3317. // of a security related problem. The cause of this could be (a) your
  3318. // computer does not have permissions to register and update the specific
  3319. // DNS domain name set for this adapter, or (b) there might have been a
  3320. // problem negotiating valid credentials with the DNS server during the
  3321. // processing of the update request.%n%n
  3322. // You can manually retry DNS registration of the network adapter and
  3323. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3324. // If problems still persist, contact your DNS server or network systems
  3325. // administrator.
  3326. //
  3327. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY 0x80002B98L
  3328. //
  3329. // MessageId: EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER
  3330. //
  3331. // MessageText:
  3332. //
  3333. // The system failed to register pointer (PTR) resource records (RRs)
  3334. // for network adapter%nwith settings:%n%n
  3335. // Adapter Name : %1%n
  3336. // Host Name : %2%n
  3337. // Adapter-specific Domain Suffix : %3%n
  3338. // DNS server list :%n
  3339. // %4%n
  3340. // Sent update to server : %5%n
  3341. // IP Address : %6%n%n
  3342. // The reason the system could not register these RRs during the
  3343. // update request was because of a system problem. You can manually
  3344. // retry DNS registration of the network adapter and its settings by
  3345. // typing "ipconfig /registerdns" at the command prompt. If problems
  3346. // still persist, contact your DNS server or network systems
  3347. // administrator. For specific error code, see the record data displayed below.
  3348. //
  3349. #define EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER 0x80002B99L
  3350. //
  3351. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN
  3352. //
  3353. // MessageText:
  3354. //
  3355. // The system failed to register host (A) resource records (RRs) for
  3356. // network adapter%nwith settings:%n%n
  3357. // Adapter Name : %1%n
  3358. // Host Name : %2%n
  3359. // Primary Domain Suffix : %3%n
  3360. // DNS server list :%n
  3361. // %4%n
  3362. // Sent update to server : %5%n
  3363. // IP Address(es) :%n
  3364. // %6%n%n
  3365. // The reason the system could not register these RRs was because the
  3366. // update request it sent to the DNS server timed out. The most likely
  3367. // cause of this is that the DNS server authoritative for the name it
  3368. // was attempting to register or update is not running at this time.%n%n
  3369. // You can manually retry DNS registration of the network adapter and
  3370. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3371. // If problems still persist, contact your DNS server or network systems
  3372. // administrator.
  3373. //
  3374. #define EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN 0x80002B9AL
  3375. //
  3376. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN
  3377. //
  3378. // MessageText:
  3379. //
  3380. // The system failed to register host (A) resource records (RRs) for
  3381. // network adapter%nwith settings:%n%n
  3382. // Adapter Name : %1%n
  3383. // Host Name : %2%n
  3384. // Primary Domain Suffix : %3%n
  3385. // DNS server list :%n
  3386. // %4%n
  3387. // Sent update to server : %5%n
  3388. // IP Address(es) :%n
  3389. // %6%n%n
  3390. // The reason the system could not register these RRs was because the
  3391. // DNS server failed the update request. The most likely cause of this
  3392. // is that the authoritative DNS server required to process this update
  3393. // request has a lock in place on the zone, probably because a zone
  3394. // transfer is in progress.%n%n
  3395. // You can manually retry DNS registration of the network adapter and
  3396. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3397. // If problems still persist, contact your DNS server or network systems
  3398. // administrator.
  3399. //
  3400. #define EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN 0x80002B9BL
  3401. //
  3402. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN
  3403. //
  3404. // MessageText:
  3405. //
  3406. // The system failed to register host (A) resource records (RRs) for
  3407. // network adapter%nwith settings:%n%n
  3408. // Adapter Name : %1%n
  3409. // Host Name : %2%n
  3410. // Primary Domain Suffix : %3%n
  3411. // DNS server list :%n
  3412. // %4%n
  3413. // Sent update to server : %5%n
  3414. // IP Address(es) :%n
  3415. // %6%n%n
  3416. // The reason the system could not register these RRs was because either
  3417. // (a) the DNS server does not support the DNS dynamic update protocol, or
  3418. // (b) the authoritative zone for the specified DNS domain name does not
  3419. // accept dynamic updates.%n%n
  3420. // To register the DNS host (A) resource records using the specific DNS
  3421. // domain name and IP addresses for this adapter, contact your DNS server
  3422. // or network systems administrator.
  3423. //
  3424. #define EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN 0x80002B9CL
  3425. //
  3426. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN
  3427. //
  3428. // MessageText:
  3429. //
  3430. // The system failed to register host (A) resource records (RRs) for
  3431. // network adapter%nwith settings:%n%n
  3432. // Adapter Name : %1%n
  3433. // Host Name : %2%n
  3434. // Primary Domain Suffix : %3%n
  3435. // DNS server list :%n
  3436. // %4%n
  3437. // Sent update to server : %5%n
  3438. // IP Address(es) :%n
  3439. // %6%n%n
  3440. // The reason the system could not register these RRs was because the
  3441. // DNS server contacted refused the update request. The reasons for this
  3442. // might be (a) you are not allowed to update the specified DNS domain name,
  3443. // or (b) because the DNS server authoritative for this name does not support
  3444. // the DNS dynamic update protocol.%n%n
  3445. // To register the DNS host (A) resource records using the specific DNS
  3446. // domain name and IP addresses for this adapter, contact your DNS server
  3447. // or network systems administrator.
  3448. //
  3449. #define EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN 0x80002B9DL
  3450. //
  3451. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN
  3452. //
  3453. // MessageText:
  3454. //
  3455. // The system failed to register host (A) resource records (RRs) for
  3456. // network adapter%nwith settings:%n%n
  3457. // Adapter Name : %1%n
  3458. // Host Name : %2%n
  3459. // Primary Domain Suffix : %3%n
  3460. // DNS server list :%n
  3461. // %4%n
  3462. // Sent update to server : %5%n
  3463. // IP Address(es) :%n
  3464. // %6%n%n
  3465. // The reason the system could not register these RRs was because of a
  3466. // security related problem. The cause of this could be (a) your computer
  3467. // does not have permissions to register and update the specific DNS domain
  3468. // name set for this adapter, or (b) there might have been a problem negotiating
  3469. // valid credentials with the DNS server during the processing of the update
  3470. // request.%n%n
  3471. // You can manually retry DNS registration of the network adapter and
  3472. // its settings by typing "ipconfig /registerdns" at the command prompt.
  3473. // If problems still persist, contact your DNS server or network systems
  3474. // administrator. For specific error code, see the record data displayed below.
  3475. //
  3476. #define EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN 0x80002B9EL
  3477. //
  3478. // MessageId: EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN
  3479. //
  3480. // MessageText:
  3481. //
  3482. // The system failed to register host (A) resource records (RRs) for
  3483. // network adapter%nwith settings:%n%n
  3484. // Adapter Name : %1%n
  3485. // Host Name : %2%n
  3486. // Primary Domain Suffix : %3%n
  3487. // DNS server list :%n
  3488. // %4%n
  3489. // Sent update to server : %5%n
  3490. // IP Address(es) :%n
  3491. // %6%n%n
  3492. // The reason the system could not register these RRs during the
  3493. // update request was because of a system problem. You can manually
  3494. // retry DNS registration of the network adapter and its settings by
  3495. // typing "ipconfig /registerdns" at the command prompt. If problems
  3496. // still persist, contact your DNS server or network systems
  3497. // administrator. For specific error code, see the record data displayed below.
  3498. //
  3499. #define EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN 0x80002B9FL
  3500. //
  3501. // Deregistration update errors
  3502. //
  3503. //
  3504. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT
  3505. //
  3506. // MessageText:
  3507. //
  3508. // The system failed to update and remove registration for the
  3509. // network adapter with settings:%n%n
  3510. // Adapter Name : %1%n
  3511. // Host Name : %2%n
  3512. // Adapter-specific Domain Suffix : %3%n
  3513. // DNS server list :%n
  3514. // %4%n
  3515. // Sent update to server : %5%n
  3516. // IP Address(es) :%n
  3517. // %6%n%n
  3518. // The reason for this failure is because the DNS server it sent the update
  3519. // request to timed out. The most likely cause of this failure is that the
  3520. // DNS server authoritative for the zone where the registration was originally
  3521. // made is either not running or unreachable through the network at this time.
  3522. //
  3523. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT 0x80002BACL
  3524. //
  3525. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL
  3526. //
  3527. // MessageText:
  3528. //
  3529. // The system failed to update and remove registration for the
  3530. // network adapter with settings:%n%n
  3531. // Adapter Name : %1%n
  3532. // Host Name : %2%n
  3533. // Adapter-specific Domain Suffix : %3%n
  3534. // DNS server list :%n
  3535. // %4%n
  3536. // Sent update to server : %5%n
  3537. // IP Address(es) :%n
  3538. // %6%n%n
  3539. // The reason for this failure is because the DNS server it sent the update
  3540. // to failed the update request. A possible cause of this failure is that
  3541. // the DNS server required to process this update request has a lock in place
  3542. // on the zone, probably because a zone transfer is in progress.%n%n
  3543. //
  3544. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL 0x80002BADL
  3545. //
  3546. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP
  3547. //
  3548. // MessageText:
  3549. //
  3550. // The system failed to update and remove registration for the network
  3551. // adapter with settings:%n%n
  3552. // Adapter Name : %1%n
  3553. // Host Name : %2%n
  3554. // Adapter-specific Domain Suffix : %3%n
  3555. // DNS server list :%n
  3556. // %4%n
  3557. // Sent update to server : %5%n
  3558. // IP Address(es) :%n
  3559. // %6%n%n
  3560. // The reason for this failure is because the DNS server sent the update
  3561. // either (a) does not support the DNS dynamic update protocol, or (b) the
  3562. // authoritative zone for the specified DNS domain name does not currently
  3563. // accept DNS dynamic updates.
  3564. //
  3565. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP 0x80002BAEL
  3566. //
  3567. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED
  3568. //
  3569. // MessageText:
  3570. //
  3571. // The system failed to update and remove registration for the network
  3572. // adapter with settings:%n%n
  3573. // Adapter Name : %1%n
  3574. // Host Name : %2%n
  3575. // Adapter-specific Domain Suffix : %3%n
  3576. // DNS server list :%n
  3577. // %4%n
  3578. // Sent update to server : %5%n
  3579. // IP Address(es) :%n
  3580. // %6%n%n
  3581. // The reason the system could not perform the update request was the
  3582. // DNS server contacted refused update request. The cause of this is
  3583. // (a) this computer is not allowed to update the specified DNS domain
  3584. // name, or (b) because the DNS server authoritative for the zone that
  3585. // requires updating does not support the DNS dynamic update protocol.
  3586. //
  3587. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED 0x80002BAFL
  3588. //
  3589. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY
  3590. //
  3591. // MessageText:
  3592. //
  3593. // The system failed to update and remove registration for the network
  3594. // adapter with settings:%n%n
  3595. // Adapter Name : %1%n
  3596. // Host Name : %2%n
  3597. // Adapter-specific Domain Suffix : %3%n
  3598. // DNS server list :%n
  3599. // %4%n
  3600. // Sent update to server : %5%n
  3601. // IP Address(es) :%n
  3602. // %6%n%n
  3603. // The reason the system could not perform the update request was because
  3604. // of a security related problem. The cause of this could be (a) your computer
  3605. // does not have permissions to register and update the specific DNS domain
  3606. // name set for this adapter, or (b) there might have been a problem negotiating
  3607. // valid credentials with the DNS server during the processing of the update
  3608. // request.%n%n
  3609. // For specific error code, see the record data displayed below.
  3610. //
  3611. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY 0x80002BB0L
  3612. //
  3613. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER
  3614. //
  3615. // MessageText:
  3616. //
  3617. // The system failed to update and remove the DNS registration for the
  3618. // network adapter with settings:%n%n
  3619. // Adapter Name : %1%n
  3620. // Host Name : %2%n
  3621. // Adapter-specific Domain Suffix : %3%n
  3622. // DNS server list :%n
  3623. // %4%n
  3624. // Sent update to server : %5%n
  3625. // IP Address(es) :%n
  3626. // %6%n%n
  3627. // The system could not update to remove this DNS registration because of
  3628. // a system problem. For specific error code, see the record data displayed below.
  3629. //
  3630. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER 0x80002BB1L
  3631. //
  3632. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT
  3633. //
  3634. // MessageText:
  3635. //
  3636. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3637. // for network adapter%nwith settings:%n%n
  3638. // Adapter Name : %1%n
  3639. // Host Name : %2%n
  3640. // Adapter-specific Domain Suffix : %3%n
  3641. // DNS server list :%n
  3642. // %4%n
  3643. // Sent update to server : %5%n
  3644. // IP Address : %6%n%n
  3645. // The system could not remove these PTR RRs because the update request
  3646. // timed out while awaiting a response from the DNS server. This is probably
  3647. // because the DNS server authoritative for the zone that requires update
  3648. // is not running.
  3649. //
  3650. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT 0x80002BB2L
  3651. //
  3652. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL
  3653. //
  3654. // MessageText:
  3655. //
  3656. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3657. // for network adapter%nwith settings:%n%n
  3658. // Adapter Name : %1%n
  3659. // Host Name : %2%n
  3660. // Adapter-specific Domain Suffix : %3%n
  3661. // DNS server list :%n
  3662. // %4%n
  3663. // Sent update to server : %5%n
  3664. // IP Address : %6%n%n
  3665. // The system could not remove these PTR RRs because the DNS server failed the
  3666. // update request. A possible cause is that a zone transfer is in progress,
  3667. // causing a lock for the zone at the DNS server authorized to perform the
  3668. // updates for these RRs.
  3669. //
  3670. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL 0x80002BB3L
  3671. //
  3672. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP
  3673. //
  3674. // MessageText:
  3675. //
  3676. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3677. // for network adapter%nwith settings:%n%n
  3678. // Adapter Name : %1%n
  3679. // Host Name : %2%n
  3680. // Adapter-specific Domain Suffix : %3%n
  3681. // DNS server list :%n
  3682. // %4%n
  3683. // Sent update to server : %5%n
  3684. // IP Address : %6%n%n
  3685. // The system could not remove these PTR RRs because either the DNS server
  3686. // does not support the DNS dynamic update protocol or the authoritative zone
  3687. // that contains these RRs does not accept dynamic updates.
  3688. //
  3689. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP 0x80002BB4L
  3690. //
  3691. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED
  3692. //
  3693. // MessageText:
  3694. //
  3695. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3696. // for network adapter%nwith settings:%n%n
  3697. // Adapter Name : %1%n
  3698. // Host Name : %2%n
  3699. // Adapter-specific Domain Suffix : %3%n
  3700. // DNS server list :%n
  3701. // %4%n
  3702. // Sent update to server : %5%n
  3703. // IP Address : %6%n%n
  3704. // The system could not remove these PTR RRs because the DNS server refused the
  3705. // update request. The cause of this might be (a) this computer is not allowed
  3706. // to update the specified DNS domain name specified by these settings, or
  3707. // (b) because the DNS server authorized to perform updates for the zone that
  3708. // contains these RRs does not support the DNS dynamic update protocol.
  3709. //
  3710. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED 0x80002BB5L
  3711. //
  3712. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY
  3713. //
  3714. // MessageText:
  3715. //
  3716. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3717. // for network adapter%nwith settings:%n%n
  3718. // Adapter Name : %1%n
  3719. // Host Name : %2%n
  3720. // Adapter-specific Domain Suffix : %3%n
  3721. // DNS server list :%n
  3722. // %4%n
  3723. // Sent update to server : %5%n
  3724. // IP Address : %6%n%n
  3725. // The system could not remove these PTR RRs because of a security related
  3726. // problem. The cause of this could be that (a) your computer does not have
  3727. // permissions to remove and update the specific DNS domain name or IP addresses
  3728. // configured for this adapter, or (b) there might have been a problem negotiating
  3729. // valid credentials with the DNS server during the processing of the update
  3730. // request. For specific error code, see the record data displayed below.
  3731. //
  3732. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY 0x80002BB6L
  3733. //
  3734. // MessageId: EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER
  3735. //
  3736. // MessageText:
  3737. //
  3738. // The system failed to update and remove pointer (PTR) resource records (RRs)
  3739. // for network adapter%nwith settings:%n%n
  3740. // Adapter Name : %1%n
  3741. // Host Name : %2%n
  3742. // Adapter-specific Domain Suffix : %3%n
  3743. // DNS server list :%n
  3744. // %4%n
  3745. // Sent update to server : %5%n
  3746. // IP Address : %6%n%n
  3747. // The system could not remove these PTR RRs because because of a system
  3748. // problem. For specific error code, see the record data displayed below.
  3749. //
  3750. #define EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER 0x80002BB7L
  3751. //
  3752. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN
  3753. //
  3754. // MessageText:
  3755. //
  3756. // The system failed to update and remove host (A) resource records (RRs)
  3757. // for network adapter%nwith settings:%n%n
  3758. // Adapter Name : %1%n
  3759. // Host Name : %2%n
  3760. // Primary Domain Suffix : %3%n
  3761. // DNS server list :%n
  3762. // %4%n
  3763. // Sent update to server : %5%n
  3764. // IP Address(es) :%n
  3765. // %6%n%n
  3766. // The system could not remove these A RRs because the update request timed
  3767. // out while awaiting a response from the DNS server. This is probably because
  3768. // the DNS server authoritative for the zone where these RRs need to be updated
  3769. // is either not currently running or reachable on the network.
  3770. //
  3771. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN 0x80002BB8L
  3772. //
  3773. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN
  3774. //
  3775. // MessageText:
  3776. //
  3777. // The system failed to update and remove host (A) resource records (RRs)
  3778. // for network adapter%nwith settings:%n%n
  3779. // Adapter Name : %1%n
  3780. // Host Name : %2%n
  3781. // Primary Domain Suffix : %3%n
  3782. // DNS server list :%n
  3783. // %4%n
  3784. // Sent update to server : %5%n
  3785. // IP Address(es) :%n
  3786. // %6%n%n
  3787. // The system could not remove these A RRs because the DNS server failed the
  3788. // update request. A possible cause is that a zone transfer is in progress,
  3789. // causing a lock for the zone at the DNS server authorized to perform the
  3790. // updates for these RRs.
  3791. //
  3792. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN 0x80002BB9L
  3793. //
  3794. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN
  3795. //
  3796. // MessageText:
  3797. //
  3798. // The system failed to update and remove host (A) resource records (RRs)
  3799. // for network adapter%nwith settings:%n%n
  3800. // Adapter Name : %1%n
  3801. // Host Name : %2%n
  3802. // Primary Domain Suffix : %3%n
  3803. // DNS server list :%n
  3804. // %4%n
  3805. // Sent update to server : %5%n
  3806. // IP Address(es) :%n
  3807. // %6%n%n
  3808. // The reason for this failure is because the DNS server sent the update
  3809. // either (a) does not support the DNS dynamic update protocol, or (b) the
  3810. // authoritative zone for the DNS domain name specified in these A RRs does
  3811. // not currently accept DNS dynamic updates.
  3812. //
  3813. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN 0x80002BBAL
  3814. //
  3815. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN
  3816. //
  3817. // MessageText:
  3818. //
  3819. // The system failed to update and remove host (A) resource records (RRs)
  3820. // for network adapter%nwith settings:%n%n
  3821. // Adapter Name : %1%n
  3822. // Host Name : %2%n
  3823. // Primary Domain Suffix : %3%n
  3824. // DNS server list :%n
  3825. // %4%n
  3826. // Sent update to server : %5%n
  3827. // IP Address(es) :%n
  3828. // %6%n%n
  3829. // The request to remove these records failed because the DNS server refused
  3830. // the update request. The cause of this might be that either (a) this
  3831. // computer is not allowed to update the DNS domain name specified by these
  3832. // settings, or (b) because the DNS server authorized to perform updates for
  3833. // the zone that contains these RRs does not support the DNS dynamic update
  3834. // protocol.
  3835. //
  3836. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN 0x80002BBBL
  3837. //
  3838. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN
  3839. //
  3840. // MessageText:
  3841. //
  3842. // The system failed to update and remove host (A) resource records (RRs)
  3843. // for network adapter%nwith settings:%n%n
  3844. // Adapter Name : %1%n
  3845. // Host Name : %2%n
  3846. // Primary Domain Suffix : %3%n
  3847. // DNS server list :%n
  3848. // %4%n
  3849. // Sent update to server : %5%n
  3850. // IP Address(es) :%n
  3851. // %6%n%n
  3852. // The reason for this failure was because of a security related problem.
  3853. // The cause of this could be that (a) your computer does not have permissions
  3854. // to remove and update the specific DNS domain name or IP addresses
  3855. // configured for this adapter, or (b) there might have been a problem
  3856. // negotiating valid credentials with the DNS server during the processing of
  3857. // the update request. For specific error code, see the record data displayed below.
  3858. //
  3859. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN 0x80002BBCL
  3860. //
  3861. // MessageId: EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN
  3862. //
  3863. // MessageText:
  3864. //
  3865. // The system failed to update and remove host (A) resource records (RRs)
  3866. // for network adapter%nwith settings:%n%n
  3867. // Adapter Name : %1%n
  3868. // Host Name : %2%n
  3869. // Primary Domain Suffix : %3%n
  3870. // DNS server list :%n
  3871. // %4%n
  3872. // Sent update to server : %5%n
  3873. // IP Address(es) :%n
  3874. // %6%n%n
  3875. // The reason the update request failed was because of a system problem.
  3876. // For specific error code, see the record data displayed below.
  3877. //
  3878. #define EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN 0x80002BBDL
  3879. //
  3880. // Information
  3881. //
  3882. //
  3883. // MessageId: EVENT_DNSAPI_REGISTERED_ADAPTER
  3884. //
  3885. // MessageText:
  3886. //
  3887. // The system registered network adapter with settings :%n%n
  3888. // Adapter Name : %1%n
  3889. // Host Name : %2%n
  3890. // Adapter-specific Domain Suffix : %3%n
  3891. // DNS server list :%n
  3892. // %4%n
  3893. // Sent update to server : %5%n
  3894. // IP Address(es) :%n
  3895. // %6
  3896. //
  3897. #define EVENT_DNSAPI_REGISTERED_ADAPTER 0x40002BC0L
  3898. //
  3899. // MessageId: EVENT_DNSAPI_REGISTERED_PTR
  3900. //
  3901. // MessageText:
  3902. //
  3903. // The system registered pointer (PTR) resource records (RRs) for network
  3904. // adapter%nwith settings:%n%n
  3905. // Adapter Name : %1%n
  3906. // Host Name : %2%n
  3907. // Adapter-specific Domain Suffix : %3%n
  3908. // Primary Domain Suffix : %4%n
  3909. // DNS server list :%n
  3910. // %5%n
  3911. // Sent update to server : %6%n
  3912. // IP Address : %7
  3913. //
  3914. #define EVENT_DNSAPI_REGISTERED_PTR 0x40002BC1L
  3915. //
  3916. // MessageId: EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN
  3917. //
  3918. // MessageText:
  3919. //
  3920. // The system registered host (A) resource records (RRs) for network
  3921. // adapter%nwith settings :%n%n
  3922. // Adapter Name : %1%n
  3923. // Host Name : %2%n
  3924. // Primary Domain Suffix : %3%n
  3925. // DNS server list :%n
  3926. // %4%n
  3927. // Sent update to server : %5%n
  3928. // IP Address(es) :%n
  3929. // %6
  3930. //
  3931. #define EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN 0x40002BC2L
  3932. /////////////////////////////////////////////////////////////////////////
  3933. //
  3934. // WMI Service Events (12000-12499)
  3935. //
  3936. /////////////////////////////////////////////////////////////////////////
  3937. //
  3938. // Errors
  3939. //
  3940. //
  3941. // MessageId: EVENT_WMI_CANT_OPEN_DEVICE
  3942. //
  3943. // MessageText:
  3944. //
  3945. // The WMI service was unable to open the WMI service device. The status code is in the additional data.
  3946. //
  3947. #define EVENT_WMI_CANT_OPEN_DEVICE 0xC0002EE0L
  3948. //
  3949. // Warnings
  3950. //
  3951. //
  3952. // MessageId: EVENT_WMI_INVALID_MOF
  3953. //
  3954. // MessageText:
  3955. //
  3956. // The binary MOF in the resource named %1 in the image file %2 is not valid.
  3957. //
  3958. #define EVENT_WMI_INVALID_MOF 0x80002F44L
  3959. //
  3960. // MessageId: EVENT_WMI_MOF_LOAD_FAILURE
  3961. //
  3962. // MessageText:
  3963. //
  3964. // The binary MOF in the resource named %1 in the image file %2 could not be loaded.
  3965. //
  3966. #define EVENT_WMI_MOF_LOAD_FAILURE 0x80002F45L
  3967. //
  3968. // MessageId: EVENT_WMI_INVALID_REGINFO
  3969. //
  3970. // MessageText:
  3971. //
  3972. // The registration information for the image file %1 is not valid.
  3973. //
  3974. #define EVENT_WMI_INVALID_REGINFO 0x80002F46L
  3975. //
  3976. // MessageId: EVENT_WMI_INVALID_REGPATH
  3977. //
  3978. // MessageText:
  3979. //
  3980. // The registry path (%1) passed by a kernel mode driver is invalid. The driver device object is in the additional data.
  3981. //
  3982. #define EVENT_WMI_INVALID_REGPATH 0x80002F47L
  3983. //
  3984. // MessageId: EVENT_WMI_CANT_RESOLVE_INSTANCE
  3985. //
  3986. // MessageText:
  3987. //
  3988. // An event was fired specifying a static instance name that could not be resolved.
  3989. //
  3990. #define EVENT_WMI_CANT_RESOLVE_INSTANCE 0x80002F48L
  3991. //
  3992. // MessageId: EVENT_WMI_CANT_GET_EVENT_DATA
  3993. //
  3994. // MessageText:
  3995. //
  3996. // An error occured while attempting to query for the event data referenced by a fired event.
  3997. //
  3998. #define EVENT_WMI_CANT_GET_EVENT_DATA 0x80002F49L
  3999. /////////////////////////////////////////////////////////////////////////
  4000. //
  4001. // Trk Services Events (12500-12999)
  4002. //
  4003. /////////////////////////////////////////////////////////////////////////
  4004. //
  4005. // MessageId: EVENT_TRK_INTERNAL_ERROR
  4006. //
  4007. // MessageText:
  4008. //
  4009. // An internal error occured in Distributed Link Tracking. The error code was %1.
  4010. //
  4011. #define EVENT_TRK_INTERNAL_ERROR 0xC00030D4L
  4012. //
  4013. // MessageId: EVENT_TRK_SERVICE_START_SUCCESS
  4014. //
  4015. // MessageText:
  4016. //
  4017. // Service started successfully
  4018. //
  4019. #define EVENT_TRK_SERVICE_START_SUCCESS 0x400030D5L
  4020. //
  4021. // MessageId: EVENT_TRK_SERVICE_START_FAILURE
  4022. //
  4023. // MessageText:
  4024. //
  4025. // Service failed to start. Error = %1
  4026. //
  4027. #define EVENT_TRK_SERVICE_START_FAILURE 0xC00030D6L
  4028. //
  4029. // MessageId: EVENT_TRK_SERVICE_CORRUPT_LOG
  4030. //
  4031. // MessageText:
  4032. //
  4033. // 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.
  4034. //
  4035. #define EVENT_TRK_SERVICE_CORRUPT_LOG 0xC00030D7L
  4036. //
  4037. // MessageId: EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED
  4038. //
  4039. // MessageText:
  4040. //
  4041. // 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.
  4042. //
  4043. #define EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED 0x800030D8L
  4044. //
  4045. // MessageId: EVENT_TRK_SERVICE_VOLUME_CREATE
  4046. //
  4047. // MessageText:
  4048. //
  4049. // A new volume ID has been assigned for %1:%n%2%n%n
  4050. // 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.
  4051. //
  4052. #define EVENT_TRK_SERVICE_VOLUME_CREATE 0x400030D9L
  4053. //
  4054. // MessageId: EVENT_TRK_SERVICE_VOLUME_CLAIM
  4055. //
  4056. // MessageText:
  4057. //
  4058. // 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.
  4059. //
  4060. #define EVENT_TRK_SERVICE_VOLUME_CLAIM 0x400030DAL
  4061. //
  4062. // MessageId: EVENT_TRK_SERVICE_DUPLICATE_VOLIDS
  4063. //
  4064. // MessageText:
  4065. //
  4066. // 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.
  4067. //
  4068. #define EVENT_TRK_SERVICE_DUPLICATE_VOLIDS 0x400030DBL
  4069. //
  4070. // MessageId: EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED
  4071. //
  4072. // MessageText:
  4073. //
  4074. // 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.
  4075. //
  4076. #define EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED 0x800030DCL
  4077. /////////////////////////////////////////////////////////////////////////
  4078. //
  4079. // ATM Protocol Events (13000-13499)
  4080. //
  4081. /////////////////////////////////////////////////////////////////////////
  4082. //
  4083. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_VERSNOSUPP
  4084. //
  4085. // MessageText:
  4086. //
  4087. // 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.
  4088. //
  4089. #define EVENT_ATMLANE_CFGREQ_FAIL_VERSNOSUPP 0xC000332CL
  4090. //
  4091. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_VERSNOSUPP
  4092. //
  4093. // MessageText:
  4094. //
  4095. // 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.
  4096. //
  4097. #define EVENT_ATMLANE_JOINREQ_FAIL_VERSNOSUPP 0xC000332DL
  4098. //
  4099. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_REQPARMINVAL
  4100. //
  4101. // MessageText:
  4102. //
  4103. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The configuration parameters are incompatible with the desired Emulated LAN.
  4104. //
  4105. #define EVENT_ATMLANE_CFGREQ_FAIL_REQPARMINVAL 0xC000332EL
  4106. //
  4107. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_REQPARMINVAL
  4108. //
  4109. // MessageText:
  4110. //
  4111. // Emulated LAN (%2) - LAN Emulation Join Request failed. The join parameters are incompatible with the desired Emulated LAN.
  4112. //
  4113. #define EVENT_ATMLANE_JOINREQ_FAIL_REQPARMINVAL 0xC000332FL
  4114. //
  4115. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_DUPLANDEST
  4116. //
  4117. // MessageText:
  4118. //
  4119. // 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.
  4120. //
  4121. #define EVENT_ATMLANE_JOINREQ_FAIL_DUPLANDEST 0xC0003330L
  4122. //
  4123. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_DUPATMADDR
  4124. //
  4125. // MessageText:
  4126. //
  4127. // 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.
  4128. //
  4129. #define EVENT_ATMLANE_JOINREQ_FAIL_DUPATMADDR 0xC0003331L
  4130. //
  4131. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_INSUFFRES
  4132. //
  4133. // MessageText:
  4134. //
  4135. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service does not have sufficient resources to process the request.
  4136. //
  4137. #define EVENT_ATMLANE_CFGREQ_FAIL_INSUFFRES 0xC0003332L
  4138. //
  4139. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_INSUFFRES
  4140. //
  4141. // MessageText:
  4142. //
  4143. // Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service does not have sufficient resources to process the request.
  4144. //
  4145. #define EVENT_ATMLANE_JOINREQ_FAIL_INSUFFRES 0xC0003333L
  4146. //
  4147. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_NOACCESS
  4148. //
  4149. // MessageText:
  4150. //
  4151. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service disallowed this request for security reasons.
  4152. //
  4153. #define EVENT_ATMLANE_CFGREQ_FAIL_NOACCESS 0xC0003334L
  4154. //
  4155. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_NOACCESS
  4156. //
  4157. // MessageText:
  4158. //
  4159. // Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service disallowed this request for security reasons.
  4160. //
  4161. #define EVENT_ATMLANE_JOINREQ_FAIL_NOACCESS 0xC0003335L
  4162. //
  4163. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_REQIDINVAL
  4164. //
  4165. // MessageText:
  4166. //
  4167. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied LAN Emulation Client ID is invalid.
  4168. //
  4169. #define EVENT_ATMLANE_CFGREQ_FAIL_REQIDINVAL 0xC0003336L
  4170. //
  4171. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_REQIDINVAL
  4172. //
  4173. // MessageText:
  4174. //
  4175. // Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied LAN Emulation Client ID is invalid.
  4176. //
  4177. #define EVENT_ATMLANE_JOINREQ_FAIL_REQIDINVAL 0xC0003337L
  4178. //
  4179. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_LANDESTINVAL
  4180. //
  4181. // MessageText:
  4182. //
  4183. // 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.
  4184. //
  4185. #define EVENT_ATMLANE_CFGREQ_FAIL_LANDESTINVAL 0xC0003338L
  4186. //
  4187. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_LANDESTINVAL
  4188. //
  4189. // MessageText:
  4190. //
  4191. // 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.
  4192. //
  4193. #define EVENT_ATMLANE_JOINREQ_FAIL_LANDESTINVAL 0xC0003339L
  4194. //
  4195. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_ATMADDRINVAL
  4196. //
  4197. // MessageText:
  4198. //
  4199. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied ATM Address (%3) is not in a recognizable format.
  4200. //
  4201. #define EVENT_ATMLANE_CFGREQ_FAIL_ATMADDRINVAL 0xC000333AL
  4202. //
  4203. // MessageId: EVENT_ATMLANE_JOINREQ_FAIL_ATMADDRINVAL
  4204. //
  4205. // MessageText:
  4206. //
  4207. // Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied ATM Address (%3) is not in a recognizable format.
  4208. //
  4209. #define EVENT_ATMLANE_JOINREQ_FAIL_ATMADDRINVAL 0xC000333BL
  4210. //
  4211. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_NOCONF
  4212. //
  4213. // MessageText:
  4214. //
  4215. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation client is not recognized.
  4216. //
  4217. #define EVENT_ATMLANE_CFGREQ_FAIL_NOCONF 0xC000333CL
  4218. //
  4219. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_CONFERROR
  4220. //
  4221. // MessageText:
  4222. //
  4223. // Emulated LAN (%2) - LAN Emulation Configure Request failed. No other information is available.
  4224. //
  4225. #define EVENT_ATMLANE_CFGREQ_FAIL_CONFERROR 0xC000333DL
  4226. //
  4227. // MessageId: EVENT_ATMLANE_CFGREQ_FAIL_INSUFFINFO
  4228. //
  4229. // MessageText:
  4230. //
  4231. // Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation client has not provided sufficient information to allow assignment to an Emulated LAN.
  4232. //
  4233. #define EVENT_ATMLANE_CFGREQ_FAIL_INSUFFINFO 0xC000333EL
  4234. //
  4235. // MessageId: EVENT_ATMARPS_ADDRESS_ALREADY_EXISTS
  4236. //
  4237. // MessageText:
  4238. //
  4239. // The Local ATM address (%2) can not be used because it is already registered by another node in the network.
  4240. //
  4241. #define EVENT_ATMARPS_ADDRESS_ALREADY_EXISTS 0xC0003390L
  4242. /////////////////////////////////////////////////////////////////////////
  4243. //
  4244. // File Replication Service (NtFrs) Events (13500-13999)
  4245. //
  4246. /////////////////////////////////////////////////////////////////////////
  4247. //
  4248. // MessageId: EVENT_FRS_ERROR
  4249. //
  4250. // MessageText:
  4251. //
  4252. // File Replication Service
  4253. //
  4254. #define EVENT_FRS_ERROR 0xC00034BCL
  4255. //
  4256. // MessageId: EVENT_FRS_STARTING
  4257. //
  4258. // MessageText:
  4259. //
  4260. // The File Replication Service is starting.
  4261. //
  4262. #define EVENT_FRS_STARTING 0x400034BDL
  4263. //
  4264. // MessageId: EVENT_FRS_STOPPING
  4265. //
  4266. // MessageText:
  4267. //
  4268. // The File Replication Service is stopping.
  4269. //
  4270. #define EVENT_FRS_STOPPING 0x400034BEL
  4271. //
  4272. // MessageId: EVENT_FRS_STOPPED
  4273. //
  4274. // MessageText:
  4275. //
  4276. // The File Replication Service has stopped.
  4277. //
  4278. #define EVENT_FRS_STOPPED 0x400034BFL
  4279. //
  4280. // MessageId: EVENT_FRS_STOPPED_FORCE
  4281. //
  4282. // MessageText:
  4283. //
  4284. // The File Replication Service stopped without cleaning up.
  4285. //
  4286. #define EVENT_FRS_STOPPED_FORCE 0xC00034C0L
  4287. //
  4288. // MessageId: EVENT_FRS_STOPPED_ASSERT
  4289. //
  4290. // MessageText:
  4291. //
  4292. // The File Replication Service has stopped after taking an assertion failure.
  4293. //
  4294. #define EVENT_FRS_STOPPED_ASSERT 0xC00034C1L
  4295. //
  4296. // MessageId: EVENT_FRS_ASSERT
  4297. //
  4298. // MessageText:
  4299. //
  4300. // The File Replication Service failed a consistency check
  4301. // %n (%3)
  4302. // %nin "%1" at line %2.
  4303. // %n
  4304. // %nThe File Replication Service will restart automatically at a later time.
  4305. // If this problem persists a subsequent entry in this event log describes the
  4306. // recovery procedure.
  4307. // %n
  4308. // For more information about the automatic restart right click on
  4309. // My Computer and then click on Manage, System Tools, Services,
  4310. // File Replication Service, and Recovery.
  4311. //
  4312. #define EVENT_FRS_ASSERT 0xC00034C2L
  4313. //
  4314. // MessageId: EVENT_FRS_VOLUME_NOT_SUPPORTED
  4315. //
  4316. // MessageText:
  4317. //
  4318. // The File Replication Service cannot start replica set %1 on computer %2
  4319. // for directory %3 because the type of volume %4 is not NTFS 5.0 or later.
  4320. // %n
  4321. // %nThe volume's type can be found by typing "chkdsk %4".
  4322. // %n
  4323. // %nThe volume can be upgraded to NTFS 5.0 or later by typing "chkntfs /E %4".
  4324. //
  4325. #define EVENT_FRS_VOLUME_NOT_SUPPORTED 0xC00034C3L
  4326. //
  4327. // MessageId: EVENT_FRS_LONG_JOIN
  4328. //
  4329. // MessageText:
  4330. //
  4331. // The File Replication Service is having trouble enabling replication
  4332. // from %1 to %2 for %3 using the DNS name %4. FRS will keep retrying.
  4333. // %n Following are some of the reasons you would see this warning.
  4334. // %n
  4335. // %n [1] FRS can not correctly resolve the DNS name %4 from this computer.
  4336. // %n [2] FRS is not running on %4.
  4337. // %n [3] The topology information in the Active Directory for this replica has not
  4338. // yet replicated to all the Domain Controllers.
  4339. // %n
  4340. // %n This event log message will appear once per connection, After the problem
  4341. // is fixed you will see another event log message indicating that the connection
  4342. // has been established.
  4343. //
  4344. #define EVENT_FRS_LONG_JOIN 0x800034C4L
  4345. //
  4346. // MessageId: EVENT_FRS_LONG_JOIN_DONE
  4347. //
  4348. // MessageText:
  4349. //
  4350. // The File Replication Service has enabled replication from %1 to %2 for %3
  4351. // after repeated retries.
  4352. //
  4353. #define EVENT_FRS_LONG_JOIN_DONE 0x800034C5L
  4354. //
  4355. // MessageId: EVENT_FRS_CANNOT_COMMUNICATE
  4356. //
  4357. // MessageText:
  4358. //
  4359. // The File Replication Service on the computer %1 cannot communicate with
  4360. // the File Replication Service on the computer %2.
  4361. // %n
  4362. // %nVerify that the computer %2 is up and running.
  4363. // %n
  4364. // %nVerify that the File Replication Service is running on %2 by
  4365. // typing "net start ntfrs" on %2.
  4366. // %n
  4367. // %nVerify that the network is functioning between %1 and %2 by
  4368. // typing "ping %1" on %2 and "ping %2" on %1.
  4369. // If the pings succeed then retry the failed operation.
  4370. // If the pings fail then there may be problems with the DNS server.
  4371. // %n
  4372. // %nThe DNS server is responsible for mapping computer names to IP addresses.
  4373. // The commands "ipconfig" and "nslookup" help diagnose problems with the
  4374. // DNS server.
  4375. // %n
  4376. // %nTyping "ipconfig /all" will list the computer's IP address and the IP
  4377. // address of the computer's DNS servers. Type "ping <DNS server's IP address>"
  4378. // to verify that a DNS server is available. The DNS mapping for %2 or %1
  4379. // can be verified by typing "nslookup" and then typing "%2" and then "%1"
  4380. // on %1 and %2. Be sure to check out the DNS server on both %1 and %2;
  4381. // a DNS problem on either computer will prevent proper communication.
  4382. // %n
  4383. // %nSome network problems between %1 and %2 can be cleared up by flushing
  4384. // the DNS Resolver Cache. Type "ipconfig /flushdns".
  4385. // %n
  4386. // %nSome network problems between %1 and %2 can be cleared up by renewing
  4387. // the IP address. Type "ipconfig /release" followed by "ipconfig /renew".
  4388. // %n
  4389. // %nSome network problems between %1 and %2 can be cleared up by resetting
  4390. // the computer's DNS entry. Type "net stop NetLogon" followed by
  4391. // "net start NetLogon".
  4392. // %n
  4393. // %nSome problems between %1 and %2 can be cleared up by restarting
  4394. // the File Replication Service. Type "net stop ntfrs" followed by
  4395. // "net start ntfrs".
  4396. // %n
  4397. // %nSome problems between %1 and %2 can be cleared up by restarting
  4398. // the computers %1 and %2 AFTER CLOSING RUNNING APPLIATIONS,
  4399. // especially dcpromo. Click on Start, Shutdown, select Restart, and
  4400. // click on OK.
  4401. // %n
  4402. // %nOther network and computer problems are beyond the scope of
  4403. // this event log message.
  4404. //
  4405. #define EVENT_FRS_CANNOT_COMMUNICATE 0xC00034C6L
  4406. //
  4407. // MessageId: EVENT_FRS_DATABASE_SPACE
  4408. //
  4409. // MessageText:
  4410. //
  4411. // The File Replication Service is stopping on computer %1 because there is no free
  4412. // space on the volume containing %2.
  4413. // %n
  4414. // %nThe available space on the volume can be found by typing
  4415. // "dir %2".
  4416. // %n
  4417. // %nOnce free space is made available on the volume containing %2,
  4418. // the File Replication Service can be restarted immediately by typing
  4419. // "net start ntfrs". Otherwise, the File Replication Service will
  4420. // restart automatically at a later time.
  4421. // %n
  4422. // %nFor more information about the automatic restart right click on
  4423. // My Computer and then click on Manage, System Tools, Services, File
  4424. // Replication Service, and Recovery.
  4425. // %n
  4426. // %nFor more information about managing space on a volume type "copy /?",
  4427. // "rename /?", "del /?", "rmdir /?", and "dir /?".
  4428. //
  4429. #define EVENT_FRS_DATABASE_SPACE 0xC00034C7L
  4430. //
  4431. // MessageId: EVENT_FRS_DISK_WRITE_CACHE_ENABLED
  4432. //
  4433. // MessageText:
  4434. //
  4435. // The File Replication Service has detected an enabled disk write cache
  4436. // on the drive containing the directory %2 on the computer %1.
  4437. // The File Replication Service might not recover when power to the
  4438. // drive is interrupted and critical updates are lost.
  4439. //
  4440. #define EVENT_FRS_DISK_WRITE_CACHE_ENABLED 0x800034C8L
  4441. //
  4442. // MessageId: EVENT_FRS_JET_1414
  4443. //
  4444. // MessageText:
  4445. //
  4446. // The File Replication Service on computer %1 is stopping because the
  4447. // database %2 is corrupted.
  4448. // %n
  4449. // %nThe database can be recovered by typing "esentutl /d %2 /l%3 /s%4".
  4450. // %n
  4451. // %nOnce the database has been successfully recovered the
  4452. // File Replication Service can be restarted by typing "net start ntfrs".
  4453. //
  4454. #define EVENT_FRS_JET_1414 0xC00034C9L
  4455. //
  4456. // MessageId: EVENT_FRS_SYSVOL_NOT_READY
  4457. //
  4458. // MessageText:
  4459. //
  4460. // The File Replication Service may be preventing the computer %1 from becoming a
  4461. // domain controller while the system volume is being initialized with data
  4462. // from another domain controller and then shared as SYSVOL.
  4463. // %n
  4464. // %nType "net share" to check for the SYSVOL share. The File Replication
  4465. // Service has stopped preventing the computer from becoming a domain
  4466. // controller once the SYSVOL share appears.
  4467. // %n
  4468. // %nThe initialization of the system volume can take some time.
  4469. // The time is dependent on the amount of data in the system volume,
  4470. // the availability of other domain controllers, and the replication
  4471. // interval between domain controllers.
  4472. //
  4473. #define EVENT_FRS_SYSVOL_NOT_READY 0x800034CAL
  4474. //
  4475. // MessageId: EVENT_FRS_SYSVOL_NOT_READY_PRIMARY
  4476. //
  4477. // MessageText:
  4478. //
  4479. // The File Replication Service may be preventing the computer %1 from becoming a
  4480. // domain controller while the system volume is being initialized and then
  4481. // shared as SYSVOL.
  4482. // %n
  4483. // %nType "net share" to check for the SYSVOL share. The File Replication
  4484. // Service has stopped preventing the computer from becoming a domain
  4485. // controller once the SYSVOL share appears.
  4486. // %n
  4487. // %nThe initialization of the system volume can take some time.
  4488. // The time is dependent on the amount of data in the system volume.
  4489. // %n
  4490. // %nThe initialization of the system volume can be bypassed by first typing
  4491. // regedt32 and setting the value of SysvolReady to 1 and then restarting
  4492. // the Netlogon service.
  4493. // %n
  4494. // %nWARNING - BYPASSING THE SYSTEM VOLUME INITIALIZATION IS NOT RECOMMENDED.
  4495. // Applications may fail in unexpected ways.
  4496. // %n
  4497. // %nThe value SysvolReady is located by clicking on HKEY_LOCAL_MACHINE
  4498. // and then clicking on System, CurrentControlSet, Services, Netlogon,
  4499. // and Parameters.
  4500. // %n
  4501. // %nThe Netlogon service can be restarted by typing "net stop netlogon"
  4502. // followed by "net start netlogon".
  4503. //
  4504. #define EVENT_FRS_SYSVOL_NOT_READY_PRIMARY 0x800034CBL
  4505. //
  4506. // MessageId: EVENT_FRS_SYSVOL_READY
  4507. //
  4508. // MessageText:
  4509. //
  4510. // The File Replication Service is no longer preventing the computer %1 from
  4511. // becoming a domain controller. The system volume has been successfully
  4512. // initialized and the Netlogon service has been notified that the system
  4513. // volume is now ready to be shared as SYSVOL.
  4514. // %n
  4515. // %nType "net share" to check for the SYSVOL share.
  4516. //
  4517. #define EVENT_FRS_SYSVOL_READY 0x400034CCL
  4518. //
  4519. // MessageId: EVENT_FRS_ACCESS_CHECKS_DISABLED
  4520. //
  4521. // MessageText:
  4522. //
  4523. // The File Replication Service will not check access to the API "%1".
  4524. // %n
  4525. // %nAccess checks can be enabled for "%1" by running regedt32.
  4526. // %n
  4527. // %nClick on Start, Run, and type regedt32.
  4528. // %n
  4529. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4530. // CurrentControlSet, Services, NtFrs, Parameters, Access Checks, "%1", and "%2".
  4531. // Change the string to Enabled.
  4532. // %n
  4533. // %nPermissions can be changed by highlighting "%1" and then clicking on the
  4534. // toolbar option Security and then Permissions...
  4535. //
  4536. #define EVENT_FRS_ACCESS_CHECKS_DISABLED 0x800034CDL
  4537. //
  4538. // MessageId: EVENT_FRS_ACCESS_CHECKS_FAILED_USER
  4539. //
  4540. // MessageText:
  4541. //
  4542. // The File Replication Service did not grant the user "%3" access to the
  4543. // API "%1".
  4544. // %n
  4545. // %nPermissions for "%1" can be changed by running regedt32.
  4546. // %n
  4547. // %nClick on Start, Run, and type regedt32.
  4548. // %n
  4549. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4550. // CurrentControlSet, Services, NtFrs, Parameters, Access Checks, and highlight "%1".
  4551. // Click on the toolbar option Security and then Permissions...
  4552. // %n
  4553. // %nAccess checks can be disabled for "%1". Double click on "%2" and
  4554. // change the string to Disabled.
  4555. //
  4556. #define EVENT_FRS_ACCESS_CHECKS_FAILED_USER 0x800034CEL
  4557. //
  4558. // MessageId: EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN
  4559. //
  4560. // MessageText:
  4561. //
  4562. // The File Replication Service could not grant an unknown user access to the
  4563. // API "%1".
  4564. // %n
  4565. // %nAccess checks can be disabled for "%1" by running regedt32.
  4566. // %n
  4567. // %nClick on Start, Run, and type regedt32.
  4568. // %n
  4569. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4570. // CurrentControlSet, Services, NtFrs, Parameters, Access Checks, "%1", and "%2".
  4571. // Change the string to Disabled.
  4572. // %n
  4573. // %nPermissions can be changed by highlighting "%1" and then clicking on the
  4574. // toolbar option Security and then Permissions...
  4575. //
  4576. #define EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN 0xC00034CFL
  4577. //
  4578. // MessageId: EVENT_FRS_MOVED_PREEXISTING
  4579. //
  4580. // MessageText:
  4581. //
  4582. // The File Replication Service moved the preexisting files in %1 to %2.
  4583. // %n
  4584. // %nThe File Replication Service may delete the files in %2 at any time.
  4585. // Files can be saved from deletion by copying them out of %2. Copying
  4586. // the files into %1 may lead to name conflicts if the files already exist
  4587. // on some other replicating partner.
  4588. // %n
  4589. // %nIn some cases, the File Replication Service may copy a file
  4590. // from %2 into %1 instead of replicating the file from some other
  4591. // replicating partner.
  4592. // %n
  4593. // %nSpace can be recovered at any time by deleting the files in %2.
  4594. //
  4595. #define EVENT_FRS_MOVED_PREEXISTING 0x800034D0L
  4596. //
  4597. // MessageId: EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS
  4598. //
  4599. // MessageText:
  4600. //
  4601. // The File Replication Service cannot enable replication on the comptuer %1
  4602. // until a backup/restore application completes.
  4603. // %n
  4604. // %nA backup/restore application has set a registry key that
  4605. // prevents the File Replication Service from starting until the registry
  4606. // key is deleted or the system is rebooted.
  4607. // %n
  4608. // %nThe backup/restore application may still be running. Check with your
  4609. // local administrator before proceeding further.
  4610. // %n
  4611. // %nThe computer can be rebooted by clicking on Start, Shutdown, and
  4612. // selecting Restart.
  4613. // %n
  4614. // %nWARNING - DELETING THE REGISTRY KEY IS NOT RECOMMENDED!
  4615. // Applications may fail in unexpected ways.
  4616. // %n
  4617. // %nThe registry key can be deleted by running regedt32.
  4618. // %n
  4619. // %nClick on Start, Run, and type regedt32.
  4620. // %n
  4621. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4622. // CurrentControlSet, Services, NtFrs, Parameters, Backup/Restore,
  4623. // "Stop NtFrs from Starting". On the toolbar, click on Edit and select
  4624. // Delete. Be careful! Deleting a key other than "Stop NtFrs From Starting"
  4625. // can have unexpected sideeffects.
  4626. //
  4627. #define EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS 0xC00034D1L
  4628. //
  4629. // MessageId: EVENT_FRS_STAGING_AREA_FULL
  4630. //
  4631. // MessageText:
  4632. //
  4633. // The File Replication Service paused because the staging area is full.
  4634. // Replication will resume if staging space becomes available or if the
  4635. // staging space limit is increased.
  4636. // %n
  4637. // %nThe current value of the staging space limit is %1 KB.
  4638. // %n
  4639. // %nTo change the staging space limit, run regedt32.
  4640. // %n
  4641. // %nClick on Start, Run and type regedt32.
  4642. // %n
  4643. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4644. // CurrentControlSet, Services, NtFrs, Parameters, and the value
  4645. // "Staging Space Limit in KB".
  4646. //
  4647. #define EVENT_FRS_STAGING_AREA_FULL 0x800034D2L
  4648. //
  4649. // MessageId: EVENT_FRS_HUGE_FILE
  4650. //
  4651. // MessageText:
  4652. //
  4653. // The File Replication Service paused because the size of a file exceeds the
  4654. // staging space limit. Replication will resume only if the staging space limit
  4655. // is increased.
  4656. // %n
  4657. // %nThe staging space limit is %1 KB and the file size is %2 KB.
  4658. // %n
  4659. // %nTo change the staging space limit, run regedt32.
  4660. // %n
  4661. // %nClick on Start, Run and type regedt32.
  4662. // %n
  4663. // %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  4664. // CurrentControlSet, Services, NtFrs, Parameters, and the value
  4665. // "Staging Space Limit in KB".
  4666. //
  4667. #define EVENT_FRS_HUGE_FILE 0x800034D3L
  4668. //
  4669. // MessageId: EVENT_FRS_CANNOT_CREATE_UUID
  4670. //
  4671. // MessageText:
  4672. //
  4673. // The File Replication Service is stopping on the computer %1 because
  4674. // a universally unique ID (UUID) cannot be created.
  4675. // %n
  4676. // %nThe SDK function UuidCreate() returned the error "%2".
  4677. // %n
  4678. // %nThe problem may be the lack of an Ethernet address,
  4679. // token ring address, or network address. The lack of a network
  4680. // address implies an unsupported netcard.
  4681. // %n
  4682. // %nThe File Replication Service will restart automatically at a later time.
  4683. // For more information about the automatic restart right click on
  4684. // My Computer and then click on Manage, System Tools, Services,
  4685. // File Replication Service, and Recovery.
  4686. //
  4687. #define EVENT_FRS_CANNOT_CREATE_UUID 0xC00034D4L
  4688. //
  4689. // MessageId: EVENT_FRS_NO_DNS_ATTRIBUTE
  4690. //
  4691. // MessageText:
  4692. //
  4693. // The File Replication Service cannot find the DNS name for the computer %1
  4694. // because the "%2" attribute could not be read from the distinguished
  4695. // name "%3".
  4696. // %n
  4697. // %nThe File Replication Service will try using the name "%1" until the
  4698. // computer's DNS name appears.
  4699. //
  4700. #define EVENT_FRS_NO_DNS_ATTRIBUTE 0x800034D5L
  4701. //
  4702. // MessageId: EVENT_FRS_NO_SID
  4703. //
  4704. // MessageText:
  4705. //
  4706. // The File Replication Service cannot replicate %1 with the computer
  4707. // %2 because the computer's SID cannot be determined from the distinguished
  4708. // name "%3".
  4709. // %n
  4710. // %nThe File Replication Service will retry later.
  4711. //
  4712. #define EVENT_FRS_NO_SID 0xC00034D6L
  4713. //
  4714. // MessageId: NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET
  4715. //
  4716. // MessageText:
  4717. //
  4718. // The RPC binding failed in the Open function of the FileReplicaSet Object. The
  4719. // counter data for this object will not be available. The FileReplicaSet object
  4720. // contains the performance counters of the Replica sets whose files are being
  4721. // replicated by the File Replication Service.
  4722. //
  4723. #define NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET 0xC00034D7L
  4724. //
  4725. // MessageId: NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN
  4726. //
  4727. // MessageText:
  4728. //
  4729. // The RPC binding failed in the Open function of the FileReplicaConn Object. The
  4730. // counter data for this object will not be available. The FileReplicaConn object
  4731. // contains the performance counters of the connections over which files are being
  4732. // replicated by the File Replication Service.
  4733. //
  4734. #define NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN 0xC00034D8L
  4735. //
  4736. // MessageId: NTFRSPRF_OPEN_RPC_CALL_ERROR_SET
  4737. //
  4738. // MessageText:
  4739. //
  4740. // The RPC call failed in the Open function of the FileReplicaSet Object. The
  4741. // counter data for this object will not be available. The FileReplicaSet object
  4742. // contains the performance counters of the Replica sets whose files are being
  4743. // replicated by the File Replication Service.
  4744. //
  4745. #define NTFRSPRF_OPEN_RPC_CALL_ERROR_SET 0xC00034D9L
  4746. //
  4747. // MessageId: NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN
  4748. //
  4749. // MessageText:
  4750. //
  4751. // The RPC call failed in the Open function of the FileReplicaConn Object. The
  4752. // counter data for this object will not be available. The FileReplicaConn object
  4753. // contains the performance counters of the connections over which files are being
  4754. // replicated by the File Replication Service.
  4755. //
  4756. #define NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN 0xC00034DAL
  4757. //
  4758. // MessageId: NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET
  4759. //
  4760. // MessageText:
  4761. //
  4762. // The RPC binding failed in the Collect function of the FileReplicaSet Object. The
  4763. // counter data for this object will not be available till the binding succeeds.
  4764. // The FileReplicaSet object contains the performance counters of the Replica sets
  4765. // whose files are being replicated by the File Replication Service.
  4766. //
  4767. #define NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET 0xC00034DBL
  4768. //
  4769. // MessageId: NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN
  4770. //
  4771. // MessageText:
  4772. //
  4773. // The RPC binding failed in the Collect function of the FileReplicaConn Object.
  4774. // The counter data for this object will not be available till the binding
  4775. // succeeds. The FileReplicaConn object contains the performance counters of the
  4776. // connections over which files are being replicated by the File Replication
  4777. // Service.
  4778. //
  4779. #define NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN 0xC00034DCL
  4780. //
  4781. // MessageId: NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET
  4782. //
  4783. // MessageText:
  4784. //
  4785. // The RPC call failed in the Collect function of the FileReplicaSet Object. The
  4786. // counter data for this object will not be available till the call succeeds. The
  4787. // FileReplicaSet object contains the performance counters of the Replica sets
  4788. // whose files are being replicated by the File Replication Service.
  4789. //
  4790. #define NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET 0xC00034DDL
  4791. //
  4792. // MessageId: NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN
  4793. //
  4794. // MessageText:
  4795. //
  4796. // The RPC call failed in the Collect function of the FileReplicaConn Object. The
  4797. // counter data for this object will not be available till the call succeeds. The
  4798. // FileReplicaConn object contains the performance counters of the connections over
  4799. // which files are being replicated by the File Replication Service.
  4800. //
  4801. #define NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN 0xC00034DEL
  4802. //
  4803. // MessageId: NTFRSPRF_VIRTUALALLOC_ERROR_SET
  4804. //
  4805. // MessageText:
  4806. //
  4807. // The call to VirtualAlloc failed in the Open function of the FileReplicaSet
  4808. // Object. The counter data for this object will not be available. The
  4809. // FileReplicaSet object contains the performance counters of the Replica sets
  4810. // whose files are being replicated by the File Replication Service.
  4811. //
  4812. #define NTFRSPRF_VIRTUALALLOC_ERROR_SET 0xC00034DFL
  4813. //
  4814. // MessageId: NTFRSPRF_VIRTUALALLOC_ERROR_CONN
  4815. //
  4816. // MessageText:
  4817. //
  4818. // The call to VirtualAlloc failed in the Open function of the FileReplicaConn
  4819. // Object. The counter data for this object will not be available. The
  4820. // FileReplicaConn object contains the performance counters of the connections over
  4821. // which files are being replicated by the File Replication Service.
  4822. //
  4823. #define NTFRSPRF_VIRTUALALLOC_ERROR_CONN 0xC00034E0L
  4824. //
  4825. // MessageId: NTFRSPRF_REGISTRY_ERROR_SET
  4826. //
  4827. // MessageText:
  4828. //
  4829. // The call to the Registry failed in the Open function of the FileReplicaSet
  4830. // Object. The counter data for this object will not be available. The
  4831. // FileReplicaSet object contains the performance counters of the Replica sets
  4832. // whose files are being replicated by the File Replication Service.
  4833. //
  4834. #define NTFRSPRF_REGISTRY_ERROR_SET 0xC00034E1L
  4835. //
  4836. // MessageId: NTFRSPRF_REGISTRY_ERROR_CONN
  4837. //
  4838. // MessageText:
  4839. //
  4840. // The call to the Registry failed in the Open function of the FileReplicaConn
  4841. // Object. The counter data for this object will not be available. The
  4842. // FileReplicaConn object contains the performance counters of the connections over
  4843. // which files are being replicated by the File Replication Service.
  4844. //
  4845. #define NTFRSPRF_REGISTRY_ERROR_CONN 0xC00034E2L
  4846. //
  4847. // MessageId: EVENT_FRS_ROOT_NOT_VALID
  4848. //
  4849. // MessageText:
  4850. //
  4851. // The File Replication Service cannot replicate %1 because the
  4852. // pathname of the replicated directory is not the fully qualified
  4853. // pathname of an existing, accessible local directory.
  4854. //
  4855. #define EVENT_FRS_ROOT_NOT_VALID 0xC00034E3L
  4856. //
  4857. // MessageId: EVENT_FRS_STAGE_NOT_VALID
  4858. //
  4859. // MessageText:
  4860. //
  4861. // The File Replication Service cannot replicate %1 because the pathname
  4862. // of the customer designated staging directory:
  4863. // %n %2
  4864. // %n is not the fully qualified pathname of an existing, accessible local directory.
  4865. //
  4866. #define EVENT_FRS_STAGE_NOT_VALID 0xC00034E4L
  4867. //
  4868. // MessageId: EVENT_FRS_OVERLAPS_LOGGING
  4869. //
  4870. // MessageText:
  4871. //
  4872. // The File Replication Service cannot replicate %1 because it overlaps
  4873. // the File Replication Service's logging pathname %2.
  4874. //
  4875. #define EVENT_FRS_OVERLAPS_LOGGING 0xC00034E5L
  4876. //
  4877. // MessageId: EVENT_FRS_OVERLAPS_WORKING
  4878. //
  4879. // MessageText:
  4880. //
  4881. // The File Replication Service cannot replicate %1 because it overlaps
  4882. // the File Replication Service's working directory %2.
  4883. //
  4884. #define EVENT_FRS_OVERLAPS_WORKING 0xC00034E6L
  4885. //
  4886. // MessageId: EVENT_FRS_OVERLAPS_STAGE
  4887. //
  4888. // MessageText:
  4889. //
  4890. // The File Replication Service cannot replicate %1 because it overlaps
  4891. // the staging directory %2.
  4892. //
  4893. #define EVENT_FRS_OVERLAPS_STAGE 0xC00034E7L
  4894. //
  4895. // MessageId: EVENT_FRS_OVERLAPS_ROOT
  4896. //
  4897. // MessageText:
  4898. //
  4899. // The File Replication Service cannot replicate %1 because it overlaps
  4900. // the replicating directory %2.
  4901. //
  4902. #define EVENT_FRS_OVERLAPS_ROOT 0xC00034E8L
  4903. //
  4904. // MessageId: EVENT_FRS_OVERLAPS_OTHER_STAGE
  4905. //
  4906. // MessageText:
  4907. //
  4908. // The File Replication Service cannot replicate %1 because it overlaps
  4909. // the staging directory %2 of the replicating directory %3.
  4910. //
  4911. #define EVENT_FRS_OVERLAPS_OTHER_STAGE 0xC00034E9L
  4912. //
  4913. // MessageId: EVENT_FRS_PREPARE_ROOT_FAILED
  4914. //
  4915. // MessageText:
  4916. //
  4917. // The File Replication Service could not prepare the root directory
  4918. // %1 for replication. This is likely due to a problem creating the
  4919. // root directory or a problem removing preexisting files in the root
  4920. // directory.
  4921. // %n
  4922. // %nCheck that the path leading up to the root directory exists and is
  4923. // accessible.
  4924. //
  4925. #define EVENT_FRS_PREPARE_ROOT_FAILED 0xC00034EAL
  4926. //
  4927. // MessageId: EVENT_FRS_BAD_REG_DATA
  4928. //
  4929. // MessageText:
  4930. //
  4931. // The File Replication Service detected an invalid parameter value in the
  4932. // registry. %1.
  4933. // %n
  4934. // %nThe expected registry key name is "%2".
  4935. // %nThe expected value name is "%3".
  4936. // %nThe expected registry data type is %4.
  4937. // %nThe allowed range for this parameter is %5
  4938. // %nThe data units for this parameter value are %6.
  4939. // %nThe File Replication Service is using a default value of "%7".
  4940. // %n
  4941. // %nTo change this parameter, run regedt32.
  4942. // %n
  4943. // %nClick on Start, Run and type regedt32.
  4944. // %n
  4945. // %nClick on the window entitled HKEY_LOCAL_MACHINE.
  4946. // %nClick down the key path: "%8"
  4947. // %nDouble click on the value name -
  4948. // %n "%9"
  4949. // %nand update the value.
  4950. // %nIf the value name is not present you may add it with the Add Value function
  4951. // under the Edit Menu item. Type the value name exactly as shown above using the
  4952. // above registry data type. Make sure you observe the data units and allowed range
  4953. // when entering the value.
  4954. //
  4955. #define EVENT_FRS_BAD_REG_DATA 0x800034EBL
  4956. //
  4957. // MessageId: EVENT_FRS_JOIN_FAIL_TIME_SKEW
  4958. //
  4959. // MessageText:
  4960. //
  4961. // The File Replication Service is unable to replicate with its partner computer
  4962. // because the difference in clock times is outside the range of plus or minus
  4963. // %1 minutes.
  4964. // %n
  4965. // %nThe connection to the partner computer is:
  4966. // %n "%2"
  4967. // %nThe detected time difference is: %3 minutes.
  4968. // %n
  4969. // %nNote: If this time difference is close to a multiple of 60 minutes then it
  4970. // is likely that either this computer or its partner computer was set to the
  4971. // incorrect time zone when the computer time was initially set. Check that
  4972. // the time zone and the system time are correctly set on both computers.
  4973. // %n
  4974. // %nIf necessary, the default value used to test for computer time consistency
  4975. // may be changed in the registry on this computer. (Note: This is not recommended.)
  4976. // %n
  4977. // %nTo change this parameter, run regedt32.
  4978. // %n
  4979. // %nClick on Start, Run and type regedt32.
  4980. // %n
  4981. // %nClick on the window entitled HKEY_LOCAL_MACHINE.
  4982. // %nClick down the key path:
  4983. // %n "System\CurrentControlSet\Services\NtFrs\Parameters"
  4984. // %nDouble click on the value name
  4985. // %n "Partner Clock Skew In Minutes"
  4986. // %nand update the value.
  4987. // %n
  4988. // %nIf the value name is not present you may add it with the Add Value function
  4989. // under the Edit Menu item. Type the value name exactly as shown above using the
  4990. // the registry data type REG_DWORD.
  4991. //
  4992. #define EVENT_FRS_JOIN_FAIL_TIME_SKEW 0xC00034ECL
  4993. //
  4994. // MessageId: EVENT_FRS_RMTCO_TIME_SKEW
  4995. //
  4996. // MessageText:
  4997. //
  4998. // The File Replication Service is unable to replicate from a partner computer
  4999. // because the event time associated with the file to be replicated is too far
  5000. // into the future. It is %1 minutes greater than the current time. This can
  5001. // happen if the system time on the partner computer was set incorrectly when
  5002. // the file was created or updated. To preserve the integrity of the replica
  5003. // set this file update will not be performed or propagated further.
  5004. // %n
  5005. // %nThe file name is: "%2"
  5006. // %nThe connection to the partner computer is:
  5007. // %n "%3"
  5008. // %n
  5009. // %nNote: If this time difference is close to a multiple of 60 minutes then it
  5010. // is likely that this file may have been created or updated on the partner
  5011. // computer while the computer was set to the incorrect time zone when its
  5012. // computer time was initially set. Check that the timezone and time are
  5013. // correctly set on the partner computer.
  5014. //
  5015. #define EVENT_FRS_RMTCO_TIME_SKEW 0xC00034EDL
  5016. //
  5017. // MessageId: EVENT_FRS_CANT_OPEN_STAGE
  5018. //
  5019. // MessageText:
  5020. //
  5021. // The File Replication Service is unable to open the customer designated
  5022. // staging directory for replica set %1. The path used for the staging
  5023. // directory is,
  5024. // %n "%2"
  5025. // %nThe customer designated root path for this replica set is:
  5026. // %n "%3"
  5027. // %n
  5028. // The service is unable to start replication on this replica set. Among the
  5029. // possible errors to check are:
  5030. // %n -- an invalid staging path,
  5031. // %n -- a missing directory,
  5032. // %n -- a missing disk volume,
  5033. // %n -- a file system on the volume that does not support ACLs,
  5034. // %n -- a sharing conflict on the staging directory with some other application.
  5035. // %n
  5036. // %nCorrect the problem and the service will attempt to restart replication
  5037. // automatically at a later time.
  5038. //
  5039. #define EVENT_FRS_CANT_OPEN_STAGE 0xC00034EEL
  5040. //
  5041. // MessageId: EVENT_FRS_CANT_OPEN_PREINSTALL
  5042. //
  5043. // MessageText:
  5044. //
  5045. // The File Replication Service is unable to open (or create) the pre-install
  5046. // directory under the customer designated replica tree directory for
  5047. // replica set %1. The path used for the pre-install
  5048. // directory is,
  5049. // %n "%2"
  5050. // %nThe customer designated root path for this replica set is:
  5051. // %n "%3"
  5052. // %n
  5053. // The service is unable to start replication on this replica set. Among the
  5054. // possible errors to check are:
  5055. // %n -- an invalid root path,
  5056. // %n -- a missing directory,
  5057. // %n -- a missing disk volume,
  5058. // %n -- a file system on the volume that does not support NTFS 5.0
  5059. // %n -- a sharing conflict on the pre-install directory with some other application.
  5060. // %n
  5061. // %nCorrect the problem and the service will attempt to restart replication
  5062. // automatically at a later time.
  5063. //
  5064. #define EVENT_FRS_CANT_OPEN_PREINSTALL 0xC00034EFL
  5065. //
  5066. // MessageId: EVENT_FRS_REPLICA_SET_CREATE_FAIL
  5067. //
  5068. // MessageText:
  5069. //
  5070. // The File Replication Service is unable to add this computer to the following
  5071. // replica set:
  5072. // %n "%1"
  5073. // %n
  5074. // %nThis could be caused by a number of problems such as:
  5075. // %n -- an invalid root path,
  5076. // %n -- a missing directory,
  5077. // %n -- a missing disk volume,
  5078. // %n -- a file system on the volume that does not support NTFS 5.0
  5079. // %n
  5080. // %nThe information below may help to resolve the problem:
  5081. // %nComputer DNS name is "%2"
  5082. // %nReplica set member name is "%3"
  5083. // %nReplica set root path is "%4"
  5084. // %nReplica staging directory path is "%5"
  5085. // %nReplica working directory path is "%6"
  5086. // %nWindows error status code is %7
  5087. // %nFRS error status code is %8
  5088. // %n
  5089. // %nOther event log messages may also help determine the problem. Correct the
  5090. // problem and the service will attempt to restart replication automatically at
  5091. // a later time.
  5092. //
  5093. #define EVENT_FRS_REPLICA_SET_CREATE_FAIL 0xC00034F0L
  5094. //
  5095. // MessageId: EVENT_FRS_REPLICA_SET_CREATE_OK
  5096. //
  5097. // MessageText:
  5098. //
  5099. // The File Replication Service successfully added this computer to the following
  5100. // replica set:
  5101. // %n "%1"
  5102. // %n
  5103. // %nInformation related to this event is shown below:
  5104. // %nComputer DNS name is "%2"
  5105. // %nReplica set member name is "%3"
  5106. // %nReplica set root path is "%4"
  5107. // %nReplica staging directory path is "%5"
  5108. // %nReplica working directory path is "%6"
  5109. //
  5110. #define EVENT_FRS_REPLICA_SET_CREATE_OK 0x400034F1L
  5111. //
  5112. // MessageId: EVENT_FRS_REPLICA_SET_CXTIONS
  5113. //
  5114. // MessageText:
  5115. //
  5116. // The File Replication Service successfully added the connections shown below
  5117. // to the replica set:
  5118. // %n "%1"
  5119. // %n
  5120. // %n %2
  5121. // %n %3
  5122. // %n %4
  5123. // %n %5
  5124. // %n %6
  5125. // %n %7
  5126. // %n %8
  5127. // %n %9
  5128. // %n
  5129. // %nMore information may appear in subsequent event log messages.
  5130. //
  5131. #define EVENT_FRS_REPLICA_SET_CXTIONS 0x400034F2L
  5132. //
  5133. // MessageId: EVENT_FRS_IN_ERROR_STATE
  5134. //
  5135. // MessageText:
  5136. //
  5137. // The File Replication Service is in an error state. Files will not replicate
  5138. // to or from one or all of the replica sets on his computer until the
  5139. // following recovery steps are performed:
  5140. // %n
  5141. // %n Recovery Steps:
  5142. // %n
  5143. // %n [1] The error state may clear itself if you stop and restart the FRS service.
  5144. // This can be done by performing the following in a command window:
  5145. // %n
  5146. // %n net stop ntfrs
  5147. // %n net start ntfrs
  5148. // %n
  5149. // %nIf this fails to clear up the problem then proceed as follows.
  5150. // %n
  5151. // %n [2] For Active Directory Domain Controllers that DO NOT host any DFS
  5152. // alternates or other replica sets with replication enabled:
  5153. // %n
  5154. // %nIf there is at least one other Domain Controller in this domain then
  5155. // restore the "system state" of this DC from backup (using ntbackup or other
  5156. // backup-restore utility) and make it non-authoritative.
  5157. // %n
  5158. // %nIf there are NO other Domain Controllers in this domain then restore
  5159. // the "system state" of this DC from backup (using ntbackup or other
  5160. // backup-restore utility) and choose the Advanced option which marks
  5161. // the sysvols as primary.
  5162. // %n
  5163. // %nIf there are other Domain Controllers in this domain but ALL of
  5164. // them have this event log message then restore one of them as primary
  5165. // (data files from primary will replicate everywhere) and the others as
  5166. // non-authoritative.
  5167. // %n
  5168. // %n
  5169. // %n [3] For Active Directory Domain Controllers that host DFS alternates
  5170. // or other replica sets with replication enabled:
  5171. // %n
  5172. // %n (3-a) If the Dfs alternates on this DC do not have any other replication
  5173. // partners then copy the data under that Dfs share to a safe location.
  5174. // %n (3-b) If this server is the only Active Directory Domain Controller for this
  5175. // domain then, before going to (3-c), make sure this server does not have any
  5176. // inbound or outbound connections to other servers that were formerly Domain
  5177. // Controllers for this domain but are now off the net (and will never be
  5178. // coming back online) or have been fresh installed without being demoted.
  5179. // To delete connections use the Sites and Services snapin and look for
  5180. // %nSites->NAME_OF_SITE->Servers->NAME_OF_SERVER->NTDS Settings->CONNECTIONS.
  5181. // %n (3-c) Restore the "system state" of this DC from backup (using ntbackup
  5182. // or other backup-restore utility) and make it non-authoritative.
  5183. // %n (3-d) Copy the data from step (3-a) above to the original location
  5184. // after the sysvol share is published.
  5185. // %n
  5186. // %n
  5187. // %n [4] For other Windows 2000 servers:
  5188. // %n
  5189. // %n (4-a) If any of the DFS alternates or other replica sets hosted by
  5190. // this server do not have any other replication partners then copy the
  5191. // data under its share or replica tree root to a safe location.
  5192. // %n (4-b) net stop ntfrs
  5193. // %n (4-c) rd /s /q %1
  5194. // %n (4-d) net start ntfrs
  5195. // %n (4-e) Copy the data from step (4-a) above to the original location after
  5196. // the service has initialized (5 minutes is a safe waiting time).
  5197. // %n
  5198. // %nNote: If this error message is in the eventlog of all the members of a
  5199. // particular replica set then perform steps (4-a) and (4-e) above on only
  5200. // one of the members.
  5201. //
  5202. #define EVENT_FRS_IN_ERROR_STATE 0xC00034F3L
  5203. //
  5204. // MessageId: EVENT_FRS_REPLICA_NO_ROOT_CHANGE
  5205. //
  5206. // MessageText:
  5207. //
  5208. // The File Replication Service has detected what appears to be an attempt
  5209. // to change the root path for the following replica set:
  5210. // %n "%1"
  5211. // %n
  5212. // %nThis is not allowed. To perform this operation you must remove this member
  5213. // from the replica set and add the member back with the new root path.
  5214. // %n
  5215. // %nIt is possible that this is a transient error due to Active Directory
  5216. // replication delays associated with updating FRS configuration objects. If
  5217. // file replication does not take place after an appropriate waiting time,
  5218. // which could be several hours if cross site Active Directory replication
  5219. // is required, you must delete and re-add this member to the replica set.
  5220. // %n
  5221. // %nInformation related to this event is shown below:
  5222. // %nComputer DNS name is "%2"
  5223. // %nReplica set member name is "%3"
  5224. // %nThe current Replica set root path is "%4"
  5225. // %nThe desired new Replica set root path is "%5"
  5226. // %nReplica staging directory path is "%6"
  5227. //
  5228. #define EVENT_FRS_REPLICA_NO_ROOT_CHANGE 0xC00034F4L
  5229. //
  5230. // MessageId: EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL
  5231. //
  5232. // MessageText:
  5233. //
  5234. // The File Replication Service has detected a duplicate connection object between
  5235. // this computer "%6" and a computer named "%1".
  5236. // %nThis was detected for the following replica set:
  5237. // %n "%2"
  5238. // %n
  5239. // %nThis is not allowed and replication will not occur between these two
  5240. // computers until the duplicate connection objects are removed.
  5241. // %n
  5242. // %nIt is possible that this is a transient error due to Active Directory
  5243. // replication delays associated with updating FRS configuration objects. If
  5244. // file replication does not take place after an appropriate waiting time,
  5245. // which could be several hours if cross site Active Directory replication
  5246. // is required, you must manually delete the duplicate connection objects by
  5247. // following the steps below:
  5248. // %n
  5249. // %n [1] Start the Active Directory Sites and Services Snapin.
  5250. // %n [2] Click on "%3, %4, %5, %6, %7".
  5251. // %n [3] Look for duplicate connections from "%1" in site "%8".
  5252. // %n [4] Delete all but one of the connections.
  5253. //
  5254. #define EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL 0xC00034F5L
  5255. //
  5256. // MessageId: EVENT_FRS_DUPLICATE_IN_CXTION
  5257. //
  5258. // MessageText:
  5259. //
  5260. // The File Replication Service has detected a duplicate connection object between
  5261. // this computer "%7" and a computer named "%1".
  5262. // %nThis was detected for the following replica set:
  5263. // %n "%2"
  5264. // %n
  5265. // %nThis is not allowed and replication will not occur between these two
  5266. // computers until the duplicate connection objects are removed.
  5267. // %n
  5268. // %nIt is possible that this is a transient error due to Active Directory
  5269. // replication delays associated with updating FRS configuration objects. If
  5270. // file replication does not take place after an appropriate waiting time,
  5271. // which could be several hours if cross site Active Directory replication
  5272. // is required, you must manually delete the duplicate connection objects by
  5273. // following the steps below:
  5274. // %n
  5275. // %n [1] Start the Active Directory Users and Computers Snapin.
  5276. // %n [2] Click the view button and advanced features to display the system node.
  5277. // %n [3] Click on "%3, %4, %5".
  5278. // %n [4] Under "%5" you will see one or more DFS related replica set objects.
  5279. // Look for the FRS member object "%6" under the subtree for replica set "%2".
  5280. // %n [5] Under "%6" look for duplicate connections from "%1".
  5281. // %n [6] Delete all but one of the connections.
  5282. //
  5283. #define EVENT_FRS_DUPLICATE_IN_CXTION 0xC00034F6L
  5284. //
  5285. // MessageId: EVENT_FRS_ROOT_HAS_MOVED
  5286. //
  5287. // MessageText:
  5288. //
  5289. // The File Replication Service has detected that the replica root path has changed
  5290. // from "%2" to "%3". If this is an intentional move then a file with the name
  5291. // NTFRS_CMD_FILE_MOVE_ROOT needs to be created under the new root path.
  5292. // %nThis was detected for the following replica set:
  5293. // %n "%1"
  5294. // %n
  5295. // %nChanging the replica root path is a two step process which is triggered by
  5296. // the creation of the NTFRS_CMD_FILE_MOVE_ROOT file.
  5297. // %n
  5298. // %n [1] At the first poll which will occur in %4 minutes this computer will be
  5299. // deleted from the replica set.
  5300. // %n [2] At the poll following the deletion this computer will be re-added to the
  5301. // replica set with the new root path. This re-addition will trigger a full tree
  5302. // sync for the replica set. At the end of the sync all the files will be at the new
  5303. // location. The files may or may not be deleted from the old location depending on whether
  5304. // they are needed or not.
  5305. //
  5306. #define EVENT_FRS_ROOT_HAS_MOVED 0xC00034F7L
  5307. //
  5308. // MessageId: EVENT_FRS_ERROR_REPLICA_SET_DELETED
  5309. //
  5310. // MessageText:
  5311. //
  5312. // The File Replication Service is deleting this computer from the replica set "%1" as an attempt to
  5313. // recover from the error state,
  5314. // %n Error status = %2
  5315. // %n At the next poll, which will occur in %3 minutes, this computer will be re-added to the
  5316. // replica set. The re-addition will trigger a full tree sync for the replica set.
  5317. //
  5318. #define EVENT_FRS_ERROR_REPLICA_SET_DELETED 0x800034F8L
  5319. //
  5320. // MessageId: EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR
  5321. //
  5322. // MessageText:
  5323. //
  5324. // The File Replication Service has detected that the replica set "%1" is in JRNL_WRAP_ERROR.
  5325. // %n
  5326. // %n Replica set name is : "%1"
  5327. // %n Replica root path is : "%2"
  5328. // %n Replica root volume is : "%3"
  5329. // %n
  5330. //
  5331. // A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.
  5332. // This can occur because of one of the following reasons.
  5333. // %n
  5334. // %n [1] Volume "%3" has been formatted.
  5335. // %n [2] The NTFS USN journal on volume "%3" has been deleted.
  5336. // %n [3] The NTFS USN journal on volume "%3" has been truncated. Chkdsk can truncate
  5337. // the journal if it finds corrupt entries at the end of the journal.
  5338. // %n [4] File Replication Service was not running on this computer for a long time.
  5339. // %n [5] File Replication Service could not keep up with the rate of Disk IO activity on "%3".
  5340. // %n
  5341. // %n Following recovery steps will be taken to automatically recover from this error state.
  5342. // %n [1] At the first poll which will occur in %4 minutes this computer will be
  5343. // deleted from the replica set.
  5344. // %n [2] At the poll following the deletion this computer will be re-added to the
  5345. // replica set. The re-addition will trigger a full tree sync for the replica set.
  5346. //
  5347. #define EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR 0xC00034F9L
  5348. //
  5349. // MessageId: EVENT_FRS_DS_POLL_ERROR_SUMMARY
  5350. //
  5351. // MessageText:
  5352. //
  5353. // Following is the summary of warnings and errors encountered by File Replication Service
  5354. // while polling the Domain Controller %1 for FRS replica set configuration information.
  5355. // %n
  5356. // %n %2
  5357. // %n
  5358. //
  5359. #define EVENT_FRS_DS_POLL_ERROR_SUMMARY 0x800034FAL
  5360. /////////////////////////////////////////////////////////////////////////
  5361. //
  5362. // PSCHED Events
  5363. //
  5364. // Codes 14000 - 14299
  5365. //
  5366. /////////////////////////////////////////////////////////////////////////
  5367. //
  5368. // Driver wide events (14000 - 14099)
  5369. //
  5370. //
  5371. // MessageId: EVENT_PS_GPC_REGISTER_FAILED
  5372. //
  5373. // MessageText:
  5374. //
  5375. // QoS: The Packet Scheduler failed to register with the Generic Packet Classifier (msgpc.sys).
  5376. //
  5377. #define EVENT_PS_GPC_REGISTER_FAILED 0xC00036B0L
  5378. //
  5379. // MessageId: EVENT_PS_NO_RESOURCES_FOR_INIT
  5380. //
  5381. // MessageText:
  5382. //
  5383. // QoS: The Packet Scheduler was unable to allocate required resources for initialization.
  5384. //
  5385. #define EVENT_PS_NO_RESOURCES_FOR_INIT 0xC00036B1L
  5386. //
  5387. // MessageId: EVENT_PS_REGISTER_PROTOCOL_FAILED
  5388. //
  5389. // MessageText:
  5390. //
  5391. // QoS: The Packet Scheduler failed to register as a protocol with NDIS.
  5392. //
  5393. #define EVENT_PS_REGISTER_PROTOCOL_FAILED 0xC00036B2L
  5394. //
  5395. // MessageId: EVENT_PS_REGISTER_MINIPORT_FAILED
  5396. //
  5397. // MessageText:
  5398. //
  5399. // QoS: The Packet Scheduler failed to register as a miniport with NDIS.
  5400. //
  5401. #define EVENT_PS_REGISTER_MINIPORT_FAILED 0xC00036B3L
  5402. //
  5403. // Adapter events (14100 - 14199)
  5404. //
  5405. //
  5406. // MessageId: EVENT_PS_BAD_BESTEFFORT_LIMIT
  5407. //
  5408. // MessageText:
  5409. //
  5410. // QoS [Adapter %2]:%nThe BestEffortLimit value set in the registry exceeds the LinkSpeed. Defaulting to Unlimited BestEffort.
  5411. //
  5412. #define EVENT_PS_BAD_BESTEFFORT_LIMIT 0x80003714L
  5413. //
  5414. // MessageId: EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE
  5415. //
  5416. // MessageText:
  5417. //
  5418. // QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_MAXIMUM_FRAME_SIZE.
  5419. //
  5420. #define EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE 0xC0003715L
  5421. //
  5422. // MessageId: EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE
  5423. //
  5424. // MessageText:
  5425. //
  5426. // QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_MAXIMUM_TOTAL_SIZE.
  5427. //
  5428. #define EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE 0xC0003716L
  5429. //
  5430. // MessageId: EVENT_PS_QUERY_OID_GEN_LINK_SPEED
  5431. //
  5432. // MessageText:
  5433. //
  5434. // QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_LINK_SPEED.
  5435. //
  5436. #define EVENT_PS_QUERY_OID_GEN_LINK_SPEED 0xC0003717L
  5437. //
  5438. // MessageId: EVENT_PS_BINDING_FAILED
  5439. //
  5440. // MessageText:
  5441. //
  5442. // QoS [Adapter %2]:%nThe Packet Scheduler failed to bind to the netcard's miniport driver.
  5443. //
  5444. #define EVENT_PS_BINDING_FAILED 0xC0003718L
  5445. //
  5446. // MessageId: EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA
  5447. //
  5448. // MessageText:
  5449. //
  5450. // QoS [Adapter %2]:%nThe UpperBindings key is missing from the registry.
  5451. //
  5452. #define EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA 0xC0003719L
  5453. //
  5454. // MessageId: EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED
  5455. //
  5456. // MessageText:
  5457. //
  5458. // QoS [Adapter %2]:%nThe Packet Scheduler was unable to register with the NDISWAN Call Manager.
  5459. //
  5460. #define EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED 0xC000371AL
  5461. //
  5462. // MessageId: EVENT_PS_INIT_DEVICE_FAILED
  5463. //
  5464. // MessageText:
  5465. //
  5466. // QoS [Adapter %2]:%nThe Packet Scheduler could not initialize the virtual miniport with NDIS.
  5467. //
  5468. #define EVENT_PS_INIT_DEVICE_FAILED 0xC000371BL
  5469. //
  5470. // MessageId: EVENT_PS_WMI_INSTANCE_NAME_FAILED
  5471. //
  5472. // MessageText:
  5473. //
  5474. // QoS [Adapter %2]:%nThe Packet Scheduler could not obtain the adapter's friendly name from NDIS.
  5475. //
  5476. #define EVENT_PS_WMI_INSTANCE_NAME_FAILED 0xC000371CL
  5477. //
  5478. // MessageId: EVENT_PS_WAN_LIMITED_BESTEFFORT
  5479. //
  5480. // MessageText:
  5481. //
  5482. // Qos [Adapter %2]:%nThe registry entry for BestEffortLimit is not supported over WAN links. Defaulting to Unlimited BestEffort mode.
  5483. //
  5484. #define EVENT_PS_WAN_LIMITED_BESTEFFORT 0x8000371DL
  5485. //
  5486. // MessageId: EVENT_PS_RESOURCE_POOL
  5487. //
  5488. // MessageText:
  5489. //
  5490. // QoS [Adapter %2]:%nCould not initialize due to insufficient nonpaged pool memory.
  5491. //
  5492. #define EVENT_PS_RESOURCE_POOL 0xC000371EL
  5493. //
  5494. // MessageId: EVENT_PS_ADMISSIONCONTROL_OVERFLOW
  5495. //
  5496. // MessageText:
  5497. //
  5498. // 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.
  5499. //
  5500. #define EVENT_PS_ADMISSIONCONTROL_OVERFLOW 0x8000371FL
  5501. //
  5502. // MessageId: EVENT_PS_NETWORK_ADDRESS_FAIL
  5503. //
  5504. // MessageText:
  5505. //
  5506. // QoS [Adapter %2]:%nCould not allocate non paged pool memory for storing Network Addresses.
  5507. //
  5508. #define EVENT_PS_NETWORK_ADDRESS_FAIL 0xC0003720L
  5509. /////////////////////////////////////////////////////////////////////////
  5510. //
  5511. // Distributed File System (Dfs) Events (14300-14599)
  5512. //
  5513. /////////////////////////////////////////////////////////////////////////
  5514. //
  5515. // Server-side (dfs.sys) errors (14300-14399)
  5516. //
  5517. //
  5518. // MessageId: EXTRA_EXIT_POINT
  5519. //
  5520. // MessageText:
  5521. //
  5522. // An extra ExitPoint %2 was found at server %3
  5523. //
  5524. #define EXTRA_EXIT_POINT 0xC00037DCL
  5525. //
  5526. // MessageId: MISSING_EXIT_POINT
  5527. //
  5528. // MessageText:
  5529. //
  5530. // The ExitPoint %2 was missing at server %3
  5531. //
  5532. #define MISSING_EXIT_POINT 0xC00037DDL
  5533. //
  5534. // MessageId: MISSING_VOLUME
  5535. //
  5536. // MessageText:
  5537. //
  5538. // The Volume %2 was missing at server %3
  5539. //
  5540. #define MISSING_VOLUME 0xC00037DEL
  5541. //
  5542. // MessageId: EXTRA_VOLUME
  5543. //
  5544. // MessageText:
  5545. //
  5546. // The extra Volume %2 was found at server %3
  5547. //
  5548. #define EXTRA_VOLUME 0xC00037DFL
  5549. //
  5550. // MessageId: EXTRA_EXIT_POINT_DELETED
  5551. //
  5552. // MessageText:
  5553. //
  5554. // The extra ExitPoint %2 was deleted successfully from the server %3
  5555. //
  5556. #define EXTRA_EXIT_POINT_DELETED 0xC00037E0L
  5557. //
  5558. // MessageId: EXTRA_EXIT_POINT_NOT_DELETED
  5559. //
  5560. // MessageText:
  5561. //
  5562. // Unable to delete the extra ExitPoint %2 at the server %3
  5563. //
  5564. #define EXTRA_EXIT_POINT_NOT_DELETED 0xC00037E1L
  5565. //
  5566. // MessageId: MISSING_EXIT_POINT_CREATED
  5567. //
  5568. // MessageText:
  5569. //
  5570. // The missing ExitPoint %2 was created at the server %3 successfully
  5571. //
  5572. #define MISSING_EXIT_POINT_CREATED 0xC00037E2L
  5573. //
  5574. // MessageId: MISSING_EXIT_POINT_NOT_CREATED
  5575. //
  5576. // MessageText:
  5577. //
  5578. // Unable to create the missing Exit Point %2 at the server %3
  5579. //
  5580. #define MISSING_EXIT_POINT_NOT_CREATED 0xC00037E3L
  5581. //
  5582. // MessageId: MISSING_VOLUME_CREATED
  5583. //
  5584. // MessageText:
  5585. //
  5586. // Successfully created the missing volume %2 knowledge at the server %3
  5587. //
  5588. #define MISSING_VOLUME_CREATED 0xC00037E4L
  5589. //
  5590. // MessageId: MISSING_VOLUME_NOT_CREATED
  5591. //
  5592. // MessageText:
  5593. //
  5594. // Unable to create the missing Volume %2 info at server %3
  5595. //
  5596. #define MISSING_VOLUME_NOT_CREATED 0xC00037E5L
  5597. //
  5598. // MessageId: EXTRA_VOLUME_DELETED
  5599. //
  5600. // MessageText:
  5601. //
  5602. // The extra Volume %2 info was deleted at server %3
  5603. //
  5604. #define EXTRA_VOLUME_DELETED 0xC00037E6L
  5605. //
  5606. // MessageId: EXTRA_VOLUME_NOT_DELETED
  5607. //
  5608. // MessageText:
  5609. //
  5610. // The extra Volume %2 info was not deleted at server %3
  5611. //
  5612. #define EXTRA_VOLUME_NOT_DELETED 0xC00037E7L
  5613. //
  5614. // MessageId: COULD_NOT_VERIFY_VOLUMES
  5615. //
  5616. // MessageText:
  5617. //
  5618. // Since the DC %2 was unavailable could not verify volumes knowledge.
  5619. //
  5620. #define COULD_NOT_VERIFY_VOLUMES 0xC00037E8L
  5621. //
  5622. // MessageId: KNOWLEDGE_INCONSISTENCY_DETECTED
  5623. //
  5624. // MessageText:
  5625. //
  5626. // Detected Knowledge inconsistency with the volume %2 at server %3
  5627. //
  5628. #define KNOWLEDGE_INCONSISTENCY_DETECTED 0xC00037E9L
  5629. //
  5630. // MessageId: PREFIX_MISMATCH
  5631. //
  5632. // MessageText:
  5633. //
  5634. // The local Prefix %2 was represented as %3 at remote server %4
  5635. //
  5636. #define PREFIX_MISMATCH 0xC00037EAL
  5637. //
  5638. // MessageId: PREFIX_MISMATCH_FIXED
  5639. //
  5640. // MessageText:
  5641. //
  5642. // The remote Prefix %3 was corrected to %2 at remote server %4
  5643. //
  5644. #define PREFIX_MISMATCH_FIXED 0xC00037EBL
  5645. //
  5646. // MessageId: PREFIX_MISMATCH_NOT_FIXED
  5647. //
  5648. // MessageText:
  5649. //
  5650. // The remote Prefix %3 was NOT corrected to %2 at remote server %4
  5651. //
  5652. #define PREFIX_MISMATCH_NOT_FIXED 0xC00037ECL
  5653. //
  5654. // MessageId: MACHINE_UNJOINED
  5655. //
  5656. // MessageText:
  5657. //
  5658. // The machine %2 has become unlinked from the domain. Re-join the machine the machine to this domain.
  5659. //
  5660. #define MACHINE_UNJOINED 0xC00037EDL
  5661. //
  5662. // MessageId: DFS_REFERRAL_REQUEST
  5663. //
  5664. // MessageText:
  5665. //
  5666. // Dfs received a referral request for "%2". The return code is in the data.
  5667. //
  5668. #define DFS_REFERRAL_REQUEST 0x400037EEL
  5669. //
  5670. // Client-side Dfs (mup.sys) errors (14400-14499)
  5671. //
  5672. //
  5673. // MessageId: NOT_A_DFS_PATH
  5674. //
  5675. // MessageText:
  5676. //
  5677. // The path "%2" is not a dfs path
  5678. //
  5679. #define NOT_A_DFS_PATH 0x40003840L
  5680. //
  5681. // MessageId: LM_REDIR_FAILURE
  5682. //
  5683. // MessageText:
  5684. //
  5685. // Dfs was unable to open the Lan Redir
  5686. //
  5687. #define LM_REDIR_FAILURE 0x40003841L
  5688. //
  5689. // MessageId: DFS_CONNECTION_FAILURE
  5690. //
  5691. // MessageText:
  5692. //
  5693. // Dfs was unable to open a connection to server %2. The error returned is in the record data.
  5694. //
  5695. #define DFS_CONNECTION_FAILURE 0x40003842L
  5696. //
  5697. // MessageId: DFS_REFERRAL_FAILURE
  5698. //
  5699. // MessageText:
  5700. //
  5701. // Dfs was unable to obtain a referral for "%2" from %3. The error returned is in the record data.
  5702. //
  5703. #define DFS_REFERRAL_FAILURE 0x40003843L
  5704. //
  5705. // MessageId: DFS_REFERRAL_SUCCESS
  5706. //
  5707. // MessageText:
  5708. //
  5709. // Dfs obtained a referral for "%2" from %3
  5710. //
  5711. #define DFS_REFERRAL_SUCCESS 0x40003844L
  5712. //
  5713. // MessageId: DFS_MAX_DNR_ATTEMPTS
  5714. //
  5715. // MessageText:
  5716. //
  5717. // Dfs reached its limit of attempts of resolution of "%2".
  5718. //
  5719. #define DFS_MAX_DNR_ATTEMPTS 0x40003845L
  5720. //
  5721. // MessageId: DFS_SPECIAL_REFERRAL_FAILURE
  5722. //
  5723. // MessageText:
  5724. //
  5725. // Dfs was unable to obtain the special referral table from %2. The error returned is in the record data.
  5726. //
  5727. #define DFS_SPECIAL_REFERRAL_FAILURE 0x40003846L
  5728. //
  5729. // MessageId: DFS_OPEN_FAILURE
  5730. //
  5731. // MessageText:
  5732. //
  5733. // Dfs failed on open of %2 directed to %3. The error returned is in the record data.
  5734. //
  5735. #define DFS_OPEN_FAILURE 0x40003847L
  5736. //
  5737. // Dfs service (dfssvc) errors (14500-14599)
  5738. //
  5739. //
  5740. // MessageId: NET_DFS_ENUM
  5741. //
  5742. // MessageText:
  5743. //
  5744. // NetrDfsEnum received an enumeration. The return code is in the record data.
  5745. //
  5746. #define NET_DFS_ENUM 0x400038A4L
  5747. //
  5748. // MessageId: NET_DFS_ENUMEX
  5749. //
  5750. // MessageText:
  5751. //
  5752. // NetrDfsEnumEx received an enumeration. The return code is in the record data.
  5753. //
  5754. #define NET_DFS_ENUMEX 0x400038A5L
  5755. //
  5756. // MessageId: DFS_ERROR_CREATE_DIRECTORY_FAILURE
  5757. //
  5758. // MessageText:
  5759. //
  5760. // Dfs could not create directory %1. The return code is in the record data.
  5761. //
  5762. #define DFS_ERROR_CREATE_DIRECTORY_FAILURE 0xC00038A6L
  5763. //
  5764. // MessageId: DFS_ERROR_CREATE_REPARSEPOINT_FAILURE
  5765. //
  5766. // MessageText:
  5767. //
  5768. // Dfs could not create reparse point for directory %1 under directory %2. The return code is in the record data.
  5769. //
  5770. #define DFS_ERROR_CREATE_REPARSEPOINT_FAILURE 0xC00038A7L
  5771. //
  5772. // MessageId: DFS_ERROR_UNSUPPORTED_FILESYSTEM
  5773. //
  5774. // MessageText:
  5775. //
  5776. // Share %1 mapped to %2 does not support reparse points. Upgrade Filesystem and retry.
  5777. //
  5778. #define DFS_ERROR_UNSUPPORTED_FILESYSTEM 0xC00038A8L
  5779. //
  5780. // MessageId: DFS_ERROR_OVERLAPPING_DIRECTORIES
  5781. //
  5782. // MessageText:
  5783. //
  5784. // 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.
  5785. //
  5786. #define DFS_ERROR_OVERLAPPING_DIRECTORIES 0xC00038A9L
  5787. //
  5788. // MessageId: DFS_ERROR_AD_WRITE_ERROR
  5789. //
  5790. // MessageText:
  5791. //
  5792. // DFS could not write to the Active Directory on Root %1. The return code is in the record data.
  5793. //
  5794. #define DFS_ERROR_AD_WRITE_ERROR 0xC00038AAL
  5795. //
  5796. // MessageId: DFS_ERROR_AD_READ_ERROR
  5797. //
  5798. // MessageText:
  5799. //
  5800. // DFS could not read from the Active Directory on Root %1. The return code is in the record data.
  5801. //
  5802. #define DFS_ERROR_AD_READ_ERROR 0xC00038ABL
  5803. //
  5804. // MessageId: DFS_INFO_ACTIVEDIRECTORY_ONLINE
  5805. //
  5806. // MessageText:
  5807. //
  5808. // DFS restablished a connection to the PDC to initiate Domain DFS operations.
  5809. //
  5810. #define DFS_INFO_ACTIVEDIRECTORY_ONLINE 0x400038ACL
  5811. //
  5812. // MessageId: DFS_ERROR_TOO_MANY_ERRORS
  5813. //
  5814. // MessageText:
  5815. //
  5816. // Root %1 has too many errors. No further eventlogs will be logged on this root.
  5817. //
  5818. #define DFS_ERROR_TOO_MANY_ERRORS 0xC00038ADL
  5819. //
  5820. // MessageId: DFS_ERROR_WINSOCKINIT_FAILED
  5821. //
  5822. // MessageText:
  5823. //
  5824. // DFS could not initialize winsock library. The return code is in the record data.
  5825. //
  5826. #define DFS_ERROR_WINSOCKINIT_FAILED 0xC00038AEL
  5827. //
  5828. // MessageId: DFS_ERROR_SECURITYINIT_FAILED
  5829. //
  5830. // MessageText:
  5831. //
  5832. // DFS could not initialize security library. The return code is in the record data.
  5833. //
  5834. #define DFS_ERROR_SECURITYINIT_FAILED 0xC00038AFL
  5835. //
  5836. // MessageId: DFS_ERROR_THREADINIT_FAILED
  5837. //
  5838. // MessageText:
  5839. //
  5840. // DFS could not create DFS support thread. The return code is in the record data.
  5841. //
  5842. #define DFS_ERROR_THREADINIT_FAILED 0xC00038B0L
  5843. //
  5844. // MessageId: DFS_ERROR_SITECACHEINIT_FAILED
  5845. //
  5846. // MessageText:
  5847. //
  5848. // DFS could initialize IP site cache.The return code is in the record data.
  5849. //
  5850. #define DFS_ERROR_SITECACHEINIT_FAILED 0xC00038B1L
  5851. //
  5852. // MessageId: DFS_ERROR_ROOTSYNCINIT_FAILED
  5853. //
  5854. // MessageText:
  5855. //
  5856. // DFS could synchronize all DFS roots.The return code is in the record data.
  5857. //
  5858. #define DFS_ERROR_ROOTSYNCINIT_FAILED 0xC00038B2L
  5859. //
  5860. // MessageId: DFS_ERROR_CREATEEVENT_FAILED
  5861. //
  5862. // MessageText:
  5863. //
  5864. // DFS could not create event handle. The return code is in the record data.
  5865. //
  5866. #define DFS_ERROR_CREATEEVENT_FAILED 0xC00038B3L
  5867. //
  5868. // MessageId: DFS_ERROR_COMPUTERINFO_FAILED
  5869. //
  5870. // MessageText:
  5871. //
  5872. // DFS could not get required computer information. The return code is in the record data.
  5873. //
  5874. #define DFS_ERROR_COMPUTERINFO_FAILED 0xC00038B4L
  5875. //
  5876. // MessageId: DFS_ERROR_CLUSTERINFO_FAILED
  5877. //
  5878. // MessageText:
  5879. //
  5880. // DFS could not get required cluster information. The return code is in the record data.
  5881. //
  5882. #define DFS_ERROR_CLUSTERINFO_FAILED 0xC00038B5L
  5883. //
  5884. // MessageId: DFS_ERROR_DCINFO_FAILED
  5885. //
  5886. // MessageText:
  5887. //
  5888. // DFS could not get required DC information. The return code is in the record data.
  5889. //
  5890. #define DFS_ERROR_DCINFO_FAILED 0xC00038B6L
  5891. //
  5892. // MessageId: DFS_ERROR_PREFIXTABLE_FAILED
  5893. //
  5894. // MessageText:
  5895. //
  5896. // DFS could not initialize prefix table. The return code is in the record data.
  5897. //
  5898. #define DFS_ERROR_PREFIXTABLE_FAILED 0xC00038B7L
  5899. //
  5900. // MessageId: DFS_ERROR_HANDLENAMESPACE_FAILED
  5901. //
  5902. // MessageText:
  5903. //
  5904. // DFS could not initialize DFS namespace.The return code is in the record data.
  5905. //
  5906. #define DFS_ERROR_HANDLENAMESPACE_FAILED 0xC00038B8L
  5907. //
  5908. // MessageId: DFS_ERROR_REGISTERSTORE_FAILED
  5909. //
  5910. // MessageText:
  5911. //
  5912. // DFS could not Register DFS Namespaces. The return code is in the record data.
  5913. //
  5914. #define DFS_ERROR_REGISTERSTORE_FAILED 0xC00038B9L
  5915. //
  5916. // MessageId: DFS_ERROR_REFLECTIONENGINE_FAILED
  5917. //
  5918. // MessageText:
  5919. //
  5920. // DFS could not initialize User/kernel communication package. The return code is in the record data.
  5921. //
  5922. #define DFS_ERROR_REFLECTIONENGINE_FAILED 0xC00038BAL
  5923. //
  5924. // MessageId: DFS_ERROR_ACTIVEDIRECTORY_OFFLINE
  5925. //
  5926. // MessageText:
  5927. //
  5928. // DFS could not contact any DC for Domain DFS operations. This operation will be retried periodically.
  5929. //
  5930. #define DFS_ERROR_ACTIVEDIRECTORY_OFFLINE 0xC00038BBL
  5931. //
  5932. // MessageId: DFS_ERROR_SITESUPPOR_FAILED
  5933. //
  5934. // MessageText:
  5935. //
  5936. // DFS could not initialize site support table. The return code is in the record data.
  5937. //
  5938. #define DFS_ERROR_SITESUPPOR_FAILED 0xC00038BCL
  5939. //
  5940. // MessageId: DFS_ERROR_DSINITIALCONNECT_FAILED
  5941. //
  5942. // MessageText:
  5943. //
  5944. // DFS could not contact the %1 Active Directory. The return code is in the record data.
  5945. //
  5946. #define DFS_ERROR_DSINITIALCONNECT_FAILED 0xC00038BDL
  5947. //
  5948. // MessageId: DFS_ERROR_DSCONNECT_FAILED
  5949. //
  5950. // MessageText:
  5951. //
  5952. // DFS could not contact the %1 Active Directory. DFS will be using cached data. The return code is in the record data.
  5953. //
  5954. #define DFS_ERROR_DSCONNECT_FAILED 0x800038BEL
  5955. //
  5956. // MessageId: DFS_ERROR_ROOT_TURNED_OFF
  5957. //
  5958. // MessageText:
  5959. //
  5960. // Root %1 will be turned off because of too many errors on that root.
  5961. //
  5962. #define DFS_ERROR_ROOT_TURNED_OFF 0xC00038BFL
  5963. //
  5964. // MessageId: DFS_INFO_ROOT_TURNED_ON
  5965. //
  5966. // MessageText:
  5967. //
  5968. // Root %1 will be turned back on.
  5969. //
  5970. #define DFS_INFO_ROOT_TURNED_ON 0x400038C0L
  5971. //
  5972. // MessageId: DFS_INFO_DS_RECONNECTED
  5973. //
  5974. // MessageText:
  5975. //
  5976. // DFS has connected to the %1 Active Directory.
  5977. //
  5978. #define DFS_INFO_DS_RECONNECTED 0x400038C1L
  5979. //
  5980. // MessageId: DFS_ERROR_NO_DFS_DATA
  5981. //
  5982. // MessageText:
  5983. //
  5984. // DFS could not access it's private data from the DS. Please manually check
  5985. // network connectivity, security access, and/or consistency of DFS information
  5986. // in the Active Directory. This error occured on root %1.
  5987. //
  5988. #define DFS_ERROR_NO_DFS_DATA 0xC00038C2L
  5989. //
  5990. // MessageId: DFS_INFO_FINISH_INIT
  5991. //
  5992. // MessageText:
  5993. //
  5994. // DFS server has finished initializating.
  5995. //
  5996. //
  5997. #define DFS_INFO_FINISH_INIT 0x400038C3L
  5998. //
  5999. // MessageId: DFS_INFO_RECONNECT_DATA
  6000. //
  6001. // MessageText:
  6002. //
  6003. // DFS server has recovered from an error and is able to read it's private data from
  6004. // the DS. Root %1 is now able to read information from the DS.
  6005. //
  6006. //
  6007. #define DFS_INFO_RECONNECT_DATA 0x400038C4L
  6008. /////////////////////////////////////////////////////////////////////////
  6009. //
  6010. // BRIDGE Events
  6011. //
  6012. // Codes 14600 - 14899
  6013. //
  6014. /////////////////////////////////////////////////////////////////////////
  6015. //
  6016. // Driver-wide events (14600 - 14699)
  6017. //
  6018. //
  6019. // MessageId: EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED
  6020. //
  6021. // MessageText:
  6022. //
  6023. // Bridge: The bridge could not be initialized because the bridge failed to register as a protocol with NDIS.
  6024. //
  6025. #define EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED 0xC0003908L
  6026. //
  6027. // MessageId: EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING
  6028. //
  6029. // MessageText:
  6030. //
  6031. // Bridge: The bridge could not be initialized because the bridge's miniport device name is missing from the registry.
  6032. //
  6033. #define EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING 0xC0003909L
  6034. //
  6035. // MessageId: EVENT_BRIDGE_MINIPORT_REGISTER_FAILED
  6036. //
  6037. // MessageText:
  6038. //
  6039. // Bridge: The bridge could not be initialized because the bridge failed to register as a miniport with NDIS.
  6040. //
  6041. #define EVENT_BRIDGE_MINIPORT_REGISTER_FAILED 0xC000390AL
  6042. //
  6043. // MessageId: EVENT_BRIDGE_DEVICE_CREATION_FAILED
  6044. //
  6045. // MessageText:
  6046. //
  6047. // Bridge: The bridge could not be initialized because the bridge failed to create a device object.
  6048. //
  6049. #define EVENT_BRIDGE_DEVICE_CREATION_FAILED 0xC000390BL
  6050. //
  6051. // MessageId: EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR
  6052. //
  6053. // MessageText:
  6054. //
  6055. // Bridge: The bridge could not be initialized because the bridge failed to determine a MAC address for itself.
  6056. //
  6057. #define EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR 0xC000390CL
  6058. //
  6059. // MessageId: EVENT_BRIDGE_MINIPORT_INIT_FAILED
  6060. //
  6061. // MessageText:
  6062. //
  6063. // Bridge: The bridge's attempt to create its virtual miniport failed.
  6064. //
  6065. #define EVENT_BRIDGE_MINIPORT_INIT_FAILED 0xC000390DL
  6066. //
  6067. // MessageId: EVENT_BRIDGE_ETHERNET_NOT_OFFERED
  6068. //
  6069. // MessageText:
  6070. //
  6071. // Bridge: The bridge could not initialize its miniport because Ethernet was not offered as a supported medium.
  6072. //
  6073. #define EVENT_BRIDGE_ETHERNET_NOT_OFFERED 0xC000390EL
  6074. //
  6075. // MessageId: EVENT_BRIDGE_THREAD_CREATION_FAILED
  6076. //
  6077. // MessageText:
  6078. //
  6079. // Bridge: The bridge could not initialize because it failed to create a system thread.
  6080. //
  6081. #define EVENT_BRIDGE_THREAD_CREATION_FAILED 0xC000390FL
  6082. //
  6083. // MessageId: EVENT_BRIDGE_THREAD_REF_FAILED
  6084. //
  6085. // MessageText:
  6086. //
  6087. // Bridge: The bridge could not initialize because it failed to reference its system thread.
  6088. //
  6089. #define EVENT_BRIDGE_THREAD_REF_FAILED 0xC0003910L
  6090. //
  6091. // MessageId: EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED
  6092. //
  6093. // MessageText:
  6094. //
  6095. // Bridge: The bridge could not initialize because it failed to create a packet pool.
  6096. //
  6097. #define EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED 0xC0003911L
  6098. //
  6099. // MessageId: EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED
  6100. //
  6101. // MessageText:
  6102. //
  6103. // Bridge: The bridge could not initialize because it failed to create a buffer pool.
  6104. //
  6105. #define EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED 0xC0003912L
  6106. //
  6107. // MessageId: EVENT_BRIDGE_INIT_MALLOC_FAILED
  6108. //
  6109. // MessageText:
  6110. //
  6111. // Bridge: The bridge could not initialize because it failed to allocate memory.
  6112. //
  6113. #define EVENT_BRIDGE_INIT_MALLOC_FAILED 0xC0003913L
  6114. //
  6115. // Adapter-specific events (14700 - 14799)
  6116. //
  6117. //
  6118. // MessageId: EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED
  6119. //
  6120. // MessageText:
  6121. //
  6122. // Bridge [Adapter %2]:%nThe bridge could not determine the adapter's link speed. The adapter will not be used.
  6123. //
  6124. #define EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED 0xC000396CL
  6125. //
  6126. // MessageId: EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED
  6127. //
  6128. // MessageText:
  6129. //
  6130. // Bridge [Adapter %2]:%nThe bridge could not determine the adapter's MAC address. The adapter will not be used.
  6131. //
  6132. #define EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED 0xC000396DL
  6133. //
  6134. // MessageId: EVENT_BRIDGE_ADAPTER_FILTER_FAILED
  6135. //
  6136. // MessageText:
  6137. //
  6138. // Bridge [Adapter %2]:%nThe bridge could not modify the adapter's packet filter. The adapter will not function correctly.
  6139. //
  6140. #define EVENT_BRIDGE_ADAPTER_FILTER_FAILED 0xC000396EL
  6141. //
  6142. // MessageId: EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED
  6143. //
  6144. // MessageText:
  6145. //
  6146. // Bridge [Adapter %2]:%nThe bridge could not retrieve the adapter's description string. The adapter will not be used.
  6147. //
  6148. #define EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED 0xC000396FL
  6149. //
  6150. // MessageId: EVENT_BRIDGE_ADAPTER_BIND_FAILED
  6151. //
  6152. // MessageText:
  6153. //
  6154. // Bridge [Adapter %2]:%nThe bridge's attempt to bind to the adapter failed. The adapter will not be used.
  6155. //
  6156. #define EVENT_BRIDGE_ADAPTER_BIND_FAILED 0xC0003970L
  6157. //
  6158. // DAV Redir Events (14800 - 14899)
  6159. //
  6160. //
  6161. // MessageId: EVENT_DAV_REDIR_DELAYED_WRITE_FAILED
  6162. //
  6163. // MessageText:
  6164. //
  6165. // 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.
  6166. //
  6167. #define EVENT_DAV_REDIR_DELAYED_WRITE_FAILED 0x800039D0L
  6168. //
  6169. // WebClient Service Events (14900 - 14999)
  6170. //
  6171. //
  6172. // MessageId: EVENT_WEBCLIENT_CLOSE_PUT_FAILED
  6173. //
  6174. // MessageText:
  6175. //
  6176. // PUT failed for file %1 on Close. ErrorStatus: %2.
  6177. //
  6178. #define EVENT_WEBCLIENT_CLOSE_PUT_FAILED 0x80003A35L
  6179. //
  6180. // MessageId: EVENT_WEBCLIENT_CLOSE_DELETE_FAILED
  6181. //
  6182. // MessageText:
  6183. //
  6184. // DELETE failed for file %1 on Close. ErrorStatus: %2.
  6185. //
  6186. #define EVENT_WEBCLIENT_CLOSE_DELETE_FAILED 0x80003A36L
  6187. //
  6188. // MessageId: EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED
  6189. //
  6190. // MessageText:
  6191. //
  6192. // PROPPATCH failed for file %1 on Close. ErrorStatus: %2.
  6193. //
  6194. #define EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED 0x80003A37L
  6195. //
  6196. // MessageId: EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED
  6197. //
  6198. // MessageText:
  6199. //
  6200. // PROPPATCH failed for file %1 on SetFileInfo. ErrorStatus: %2.
  6201. //
  6202. #define EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED 0x80003A38L
  6203. #endif // _NETEVENT