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.

4917 lines
174 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992-1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; netevent.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for network events.
  12. ;
  13. ;Author:
  14. ;
  15. ; Portable Systems Group 6-May-1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the netevent.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _NETEVENT_
  26. ;#define _NETEVENT_
  27. ;
  28. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  29. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  30. Warning=0x2:STATUS_SEVERITY_WARNING
  31. Error=0x3:STATUS_SEVERITY_ERROR
  32. )
  33. ;
  34. ;/////////////////////////////////////////////////////////////////////////
  35. ;//
  36. ;// Lanman Server Events (2000 - 2999)
  37. ;// 2000-2499 are generated by the server driver (kernel mode)
  38. ;// 2500-2999 are generated by the server service (user mode)
  39. ;//
  40. ;/////////////////////////////////////////////////////////////////////////
  41. ;
  42. ;
  43. ;// Server driver events, issued from kernel mode. Don't use %1 for
  44. ;// server-supplied insertion strings -- the I/O system provides the
  45. ;// first string.
  46. ;
  47. MessageId=2000 Severity=Error SymbolicName=EVENT_SRV_SERVICE_FAILED
  48. Language=English
  49. The server's call to a system service failed unexpectedly.
  50. .
  51. MessageId=2001 Severity=Error SymbolicName=EVENT_SRV_RESOURCE_SHORTAGE
  52. Language=English
  53. The server was unable to perform an operation due to a shortage of available resources.
  54. .
  55. MessageId=2002 Severity=Error SymbolicName=EVENT_SRV_CANT_CREATE_DEVICE
  56. Language=English
  57. The server could not create its device. The server could not be started.
  58. .
  59. MessageId=2003 Severity=Error SymbolicName=EVENT_SRV_CANT_CREATE_PROCESS
  60. Language=English
  61. The server could not create a process. The server could not be started.
  62. .
  63. MessageId=2004 Severity=Error SymbolicName=EVENT_SRV_CANT_CREATE_THREAD
  64. Language=English
  65. The server could not create a startup thread. The server could not be started.
  66. .
  67. MessageId=2005 Severity=Error SymbolicName=EVENT_SRV_UNEXPECTED_DISC
  68. Language=English
  69. The server received an unexpected disconnection from a client.
  70. .
  71. MessageId=2006 Severity=Error SymbolicName=EVENT_SRV_INVALID_REQUEST
  72. Language=English
  73. The server received an incorrectly formatted request from %2.
  74. .
  75. MessageId=2007 Severity=Error SymbolicName=EVENT_SRV_CANT_OPEN_NPFS
  76. Language=English
  77. The server could not open the named pipe file system. Remote named pipes are disabled.
  78. .
  79. MessageId=2009 Severity=Warning SymbolicName=EVENT_SRV_CANT_GROW_TABLE
  80. Language=English
  81. The server could not expand a table because the table reached the maximum size.
  82. .
  83. MessageId=2010 Severity=Error SymbolicName=EVENT_SRV_CANT_START_SCAVENGER
  84. Language=English
  85. The server could not start the scavenger thread. The server could not be started.
  86. .
  87. MessageId=2011 Severity=Error SymbolicName=EVENT_SRV_IRP_STACK_SIZE
  88. Language=English
  89. The server's configuration parameter "irpstacksize" is too small for the server to use a local device. Please increase the value of this parameter.
  90. .
  91. MessageId=2012 Severity=Warning SymbolicName=EVENT_SRV_NETWORK_ERROR
  92. Language=English
  93. While transmitting or receiving data, the server encountered a network error.
  94. Occassional errors are expected, but large amounts of these indicate a possible
  95. error in your network configuration. The error status code is contained within
  96. the returned data (formatted as Words) and may point you towards the problem.
  97. .
  98. MessageId=2013 Severity=Warning SymbolicName=EVENT_SRV_DISK_FULL
  99. Language=English
  100. The %2 disk is at or near capacity. You may need to delete some files.
  101. .
  102. MessageId=2016 Severity=Error SymbolicName=EVENT_SRV_NO_VIRTUAL_MEMORY
  103. Language=English
  104. The server was unable to allocate virtual memory.
  105. .
  106. MessageId=2017 Severity=Error SymbolicName=EVENT_SRV_NONPAGED_POOL_LIMIT
  107. Language=English
  108. The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
  109. .
  110. MessageId=2018 Severity=Error SymbolicName=EVENT_SRV_PAGED_POOL_LIMIT
  111. Language=English
  112. The server was unable to allocate from the system paged pool because the server reached the configured limit for paged pool allocations.
  113. .
  114. MessageId=2019 Severity=Error SymbolicName=EVENT_SRV_NO_NONPAGED_POOL
  115. Language=English
  116. The server was unable to allocate from the system nonpaged pool because the pool was empty.
  117. .
  118. MessageId=2020 Severity=Error SymbolicName=EVENT_SRV_NO_PAGED_POOL
  119. Language=English
  120. The server was unable to allocate from the system paged pool because the pool was empty.
  121. .
  122. MessageId=2021 Severity=Warning SymbolicName=EVENT_SRV_NO_WORK_ITEM
  123. Language=English
  124. The server was unable to allocate a work item %2 times in the last %3 seconds.
  125. .
  126. MessageId=2022 Severity=Warning SymbolicName=EVENT_SRV_NO_FREE_CONNECTIONS
  127. Language=English
  128. The server was unable to find a free connection %2 times in the last %3 seconds. This indicates a spike in
  129. network traffic. If this is happening frequently, you should consider increasing the minimum number of free
  130. connections to add headroom. To do that, modify the MinFreeConnections and MaxFreeConnections for the LanmanServer
  131. in the registry.
  132. .
  133. MessageId=2023 Severity=Warning SymbolicName=EVENT_SRV_NO_FREE_RAW_WORK_ITEM
  134. Language=English
  135. The server was unable to find a free raw work item %2 times in the last %3 seconds.
  136. .
  137. MessageId=2024 Severity=Warning SymbolicName=EVENT_SRV_NO_BLOCKING_IO
  138. Language=English
  139. The server was unable to allocate resources for blocking I/O %2 times in the last %3 seconds.
  140. .
  141. MessageId=2025 Severity=Warning SymbolicName=EVENT_SRV_DOS_ATTACK_DETECTED
  142. Language=English
  143. The server has detected an attempted Denial-Of-Service attack from client %2, and has disconnected the connection.
  144. .
  145. MessageId=2026 Severity=Warning SymbolicName=EVENT_SRV_TOO_MANY_DOS
  146. Language=English
  147. The server has detected too many Denial-Of-Service attacks and will stop logging
  148. events for any more of them. Be advised it is likely someone is actively attacking
  149. your machine.
  150. .
  151. MessageId=2027 Severity=Warning SymbolicName=EVENT_SRV_OUT_OF_WORK_ITEM_DOS
  152. Language=English
  153. The server has detected a potential Denial-of-Service attack caused by consuming all the work-items. Some connections
  154. were disconnected to protect against this. If this is not the case, please raise the MaxWorkItems for the server or
  155. disable DoS detection. This event will not be logged again for 24 hours.
  156. .
  157. ;
  158. ;// Server service events, issued from user mode. %1 is the first
  159. ;// service-supplied insertion string.
  160. ;
  161. MessageId=2501 Severity=Error SymbolicName=EVENT_SRV_KEY_NOT_FOUND
  162. Language=English
  163. The server's Registry key %1 was not present. The server could not start.
  164. .
  165. MessageId=2502 Severity=Error SymbolicName=EVENT_SRV_KEY_NOT_CREATED
  166. Language=English
  167. The server's Registry key %1 was not present and could not be created. The server could not start.
  168. .
  169. MessageId=2503 Severity=Error SymbolicName=EVENT_SRV_NO_TRANSPORTS_BOUND
  170. Language=English
  171. The server did not bind to any transports. The server could not start.
  172. .
  173. MessageId=2504 Severity=Warning SymbolicName=EVENT_SRV_CANT_BIND_TO_TRANSPORT
  174. Language=English
  175. The server could not bind to the transport %1.
  176. .
  177. MessageId=2505 Severity=Error SymbolicName=EVENT_SRV_CANT_BIND_DUP_NAME
  178. Language=English
  179. The server could not bind to the transport %1 because another computer on the network has the same name. The server could not start.
  180. .
  181. MessageId=2506 Severity=Warning SymbolicName=EVENT_SRV_INVALID_REGISTRY_VALUE
  182. Language=English
  183. The value named %1 in the server's registry key %2 was not valid, and was ignored.
  184. If you want to change the value, change it to one that is the correct type and is
  185. within the acceptable range, or delete the value to use the default. This value
  186. might have been set up by an older program that did not use the correct boundaries.
  187. .
  188. MessageId=2507 Severity=Warning SymbolicName=EVENT_SRV_INVALID_SD
  189. Language=English
  190. The security descriptor stored in the Registry for the share %1 was invalid. The share was not automatically recreated.
  191. .
  192. MessageId=2508 Severity=Warning SymbolicName=EVENT_SRV_CANT_LOAD_DRIVER
  193. Language=English
  194. The server service was unable to load the server driver.
  195. .
  196. MessageId=2509 Severity=Warning SymbolicName=EVENT_SRV_CANT_UNLOAD_DRIVER
  197. Language=English
  198. The server service was unable to unload the server driver.
  199. .
  200. MessageId=2510 Severity=Warning SymbolicName=EVENT_SRV_CANT_MAP_ERROR
  201. Language=English
  202. The server service was unable to map error code %1.
  203. .
  204. MessageId=2511 Severity=Warning SymbolicName=EVENT_SRV_CANT_RECREATE_SHARE
  205. Language=English
  206. 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.
  207. .
  208. MessageId=2512 Severity=Warning SymbolicName=EVENT_SRV_CANT_CHANGE_DOMAIN_NAME
  209. Language=English
  210. The server service was unable to change the domain name from %1 to %2.
  211. .
  212. ;
  213. ;/////////////////////////////////////////////////////////////////////////
  214. ;//
  215. ;// Lanman Redirector Events
  216. ;//
  217. ;//
  218. ;/////////////////////////////////////////////////////////////////////////
  219. ;
  220. ;
  221. MessageId=3001 SymbolicName=EVENT_RDR_RESOURCE_SHORTAGE
  222. Language=English
  223. The redirector was unable to allocate memory.
  224. .
  225. MessageId=3002 SymbolicName=EVENT_RDR_CANT_CREATE_DEVICE
  226. Language=English
  227. The redirector could not create its device. The redirector could not be started.
  228. .
  229. MessageId=3003 SymbolicName=EVENT_RDR_CANT_CREATE_THREAD
  230. Language=English
  231. The redirector could not create a system thread.
  232. .
  233. MessageId=3004 SymbolicName=EVENT_RDR_CANT_SET_THREAD
  234. Language=English
  235. The redirector could not set the priority for a system thread.
  236. .
  237. MessageId=3005 SymbolicName=EVENT_RDR_INVALID_REPLY
  238. Language=English
  239. The redirector received an incorrectly formatted response from %2.
  240. .
  241. MessageId=3006 SymbolicName=EVENT_RDR_INVALID_SMB
  242. Language=English
  243. The redirector received an SMB that was too short.
  244. .
  245. MessageId=3007 SymbolicName=EVENT_RDR_INVALID_LOCK_REPLY
  246. Language=English
  247. The redirector received an incorrect response from %2 to a lock request.
  248. .
  249. MessageId=3009 SymbolicName=EVENT_RDR_FAILED_UNLOCK
  250. Language=English
  251. The redirector failed to unlock part of a file on server %2.
  252. .
  253. MessageId=3011 SymbolicName=EVENT_RDR_CLOSE_BEHIND
  254. Language=English
  255. The redirector failed to write data to server %2 after the file was closed.
  256. .
  257. MessageId=3012 SymbolicName=EVENT_RDR_UNEXPECTED_ERROR
  258. Language=English
  259. An unexpected network error has occurred on the virtual circuit to %2.
  260. .
  261. MessageId=3013 SymbolicName=EVENT_RDR_TIMEOUT
  262. Language=English
  263. The redirector has timed out a request to %2.
  264. .
  265. MessageId=3014 SymbolicName=EVENT_RDR_INVALID_OPLOCK
  266. Language=English
  267. The redirector received an invalid oplock level from %2.
  268. .
  269. MessageId=3015 SymbolicName=EVENT_RDR_CONNECTION_REFERENCE
  270. Language=English
  271. The redirector dereferenced a connection through zero.
  272. .
  273. MessageId=3016 SymbolicName=EVENT_RDR_SERVER_REFERENCE
  274. Language=English
  275. The redirector dereferenced a server through zero.
  276. .
  277. MessageId=3017 SymbolicName=EVENT_RDR_SMB_REFERENCE
  278. Language=English
  279. The redirector dereferenced the allocated SMB count through zero.
  280. .
  281. MessageId=3018 SymbolicName=EVENT_RDR_ENCRYPT
  282. Language=English
  283. The redirector accessed a share-level server that indicates it encrypts passwords.
  284. This combination is not supported.
  285. .
  286. MessageId=3019 SymbolicName=EVENT_RDR_CONNECTION
  287. Language=English
  288. The redirector failed to determine the connection type.
  289. .
  290. MessageId=3021 SymbolicName=EVENT_RDR_MAXCMDS
  291. Language=English
  292. The redirector failed to allocate a multiplex table entry. This indicates that
  293. the MAXCMDS parameter to the redirector is insufficient for the users needs.
  294. .
  295. MessageId=3022 SymbolicName=EVENT_RDR_OPLOCK_SMB
  296. Language=English
  297. The redirector failed to allocate a buffer for an oplock break.
  298. .
  299. MessageId=3023 SymbolicName=EVENT_RDR_DISPOSITION
  300. Language=English
  301. The redirector failed to map the requested file disposition (for NtCreateFile).
  302. .
  303. MessageId=3024 SymbolicName=EVENT_RDR_CONTEXTS
  304. Language=English
  305. The redirector is allocating additional resources for input/output request packet contexts. This is
  306. probably caused by a resource leak in the redirector.
  307. .
  308. MessageId=3025 SymbolicName=EVENT_RDR_WRITE_BEHIND_FLUSH_FAILED
  309. Language=English
  310. A write-behind operation has failed to the remote server %2. The data contains the amount requested to write and the amount actually written.
  311. .
  312. MessageId=3026 SymbolicName=EVENT_RDR_AT_THREAD_MAX
  313. Language=English
  314. The redirector was unable to create a worker thread because it has already created the maximum number of configured work threads.
  315. .
  316. MessageId=3027 SymbolicName=EVENT_RDR_CANT_READ_REGISTRY
  317. Language=English
  318. The redirector was unable to initialize variables from the Registry.
  319. .
  320. MessageId=3028 SymbolicName=EVENT_RDR_TIMEZONE_BIAS_TOO_LARGE
  321. Language=English
  322. The time zone bias calculated between %2 and the current workstation is too
  323. large. The data specifies the number of 100ns units between the workstation
  324. and server. Make sure that the time of day on the workstation and server are
  325. correct.
  326. .
  327. MessageId=3029 SymbolicName=EVENT_RDR_PRIMARY_TRANSPORT_CONNECT_FAILED
  328. Language=English
  329. The redirector has failed to connect to the server %2 on the primary transport. The data contains the error.
  330. .
  331. MessageId=3030 SymbolicName=EVENT_RDR_DELAYED_SET_ATTRIBUTES_FAILED
  332. Language=English
  333. The redirector was unable to update the file attributes on a file located on server %2.
  334. The data contains the name of the file.
  335. .
  336. MessageId=3031 SymbolicName=EVENT_RDR_DELETEONCLOSE_FAILED
  337. Language=English
  338. The redirector was unable to delete the file specified on server %2 when it was closed by the application.
  339. The data contains the name of the file.
  340. .
  341. MessageId=3032 SymbolicName=EVENT_RDR_CANT_BIND_TRANSPORT
  342. Language=English
  343. The redirector was unable to register the domain %2 on to transport %3 for the following reason: %4. Transport has been taken offline.
  344. .
  345. MessageId=3033 SymbolicName=EVENT_RDR_CANT_REGISTER_ADDRESS
  346. Language=English
  347. The redirector was unable to register the address for transport %3 for the following reason: %4. Transport has been taken offline.
  348. .
  349. MessageId=3034 SymbolicName=EVENT_RDR_CANT_GET_SECURITY_CONTEXT
  350. Language=English
  351. The redirector was unable to initialize security context or query context attributes.
  352. .
  353. MessageId=3035 SymbolicName=EVENT_RDR_CANT_BUILD_SMB_HEADER
  354. Language=English
  355. The redirector was unable to build SMB header.
  356. .
  357. MessageId=3036 SymbolicName=EVENT_RDR_SECURITY_SIGNATURE_MISMATCH
  358. Language=English
  359. The redirector detected a security signature mismatch. The connection has been disconnected.
  360. .
  361. ;
  362. ;
  363. ;/////////////////////////////////////////////////////////////////////////
  364. ;//
  365. ;// IPv6 Events
  366. ;//
  367. ;// Codes 3100 - 3199
  368. ;//
  369. ;/////////////////////////////////////////////////////////////////////////
  370. ;
  371. ;
  372. MessageId=3100
  373. Severity=Informational
  374. SymbolicName=EVENT_TCPIP6_STARTED
  375. Language=English
  376. The Microsoft TCP/IP version 6 driver was started.
  377. .
  378. ;
  379. ;
  380. ;/////////////////////////////////////////////////////////////////////////
  381. ;//
  382. ;// STREAMS Environment Events
  383. ;//
  384. ;// Codes 4000 - 4099
  385. ;//
  386. ;/////////////////////////////////////////////////////////////////////////
  387. ;
  388. ;
  389. MessageId=4000 Severity=Error SymbolicName=EVENT_STREAMS_STRLOG
  390. Language=English
  391. %2.
  392. .
  393. MessageId=4001 Severity=Warning SymbolicName=EVENT_STREAMS_ALLOCB_FAILURE
  394. Language=English
  395. Unable to allocate a %2 byte message.
  396. .
  397. MessageId=4002 Severity=Warning SymbolicName=EVENT_STREAMS_ALLOCB_FAILURE_CNT
  398. Language=English
  399. %2 message allocations have failed since initialization.
  400. .
  401. MessageId=4003 Severity=Warning SymbolicName=EVENT_STREAMS_ESBALLOC_FAILURE
  402. Language=English
  403. Unable to allocate a %2 byte external message.
  404. .
  405. MessageId=4004 Severity=Warning SymbolicName=EVENT_STREAMS_ESBALLOC_FAILURE_CNT
  406. Language=English
  407. %2 external message allocations have failed since initialization.
  408. .
  409. ;
  410. ;
  411. ;/////////////////////////////////////////////////////////////////////////
  412. ;//
  413. ;// TCP/IP Events
  414. ;//
  415. ;// Codes 4100 - 4299
  416. ;//
  417. ;/////////////////////////////////////////////////////////////////////////
  418. ;
  419. ;
  420. ;//
  421. ;// Common TCP/IP messages
  422. ;//
  423. ;// Codes 4100 - 4149
  424. ;//
  425. ;//
  426. ;
  427. MessageId=4100 Severity=Error SymbolicName=EVENT_TCPIP_CREATE_DEVICE_FAILED
  428. Language=English
  429. Unable to create device object %2. Initialization failed.
  430. .
  431. MessageId=4101 Severity=Error SymbolicName=EVENT_TCPIP_NO_RESOURCES_FOR_INIT
  432. Language=English
  433. Unable to allocate required resources. Initialization failed.
  434. .
  435. ;
  436. ;//
  437. ;// ARP messages
  438. ;//
  439. ;// Codes 4150-4174
  440. ;
  441. ;
  442. ;//
  443. ;// IP Loopback messages
  444. ;//
  445. ;// Codes 4175-4184
  446. ;//
  447. ;
  448. ;
  449. ;//
  450. ;// IP/ICMP messages
  451. ;//
  452. ;// Codes 4185 - 4224
  453. ;
  454. MessageId=4185 Severity=Error SymbolicName=EVENT_TCPIP_TOO_MANY_NETS
  455. Language=English
  456. IP has been bound to more than the maximum number of supported interfaces.
  457. Some interfaces on adapter %2 will not be initialized.
  458. .
  459. MessageId=4186 Severity=Error SymbolicName=EVENT_TCPIP_NO_MASK
  460. Language=English
  461. No subnet mask was specified for interface %2. This interface and
  462. all subsequent interfaces on adapter %3 cannot be initialized.
  463. .
  464. MessageId=4187 Severity=Error SymbolicName=EVENT_TCPIP_INVALID_ADDRESS
  465. Language=English
  466. Invalid address %2 was specified for adapter %3. This interface
  467. cannot be initialized.
  468. .
  469. MessageId=4188 Severity=Error SymbolicName=EVENT_TCPIP_INVALID_MASK
  470. Language=English
  471. Invalid subnet mask %2 was specified for address %3 on adapter %4.
  472. This interface cannot be initialized.
  473. .
  474. MessageId=4189 Severity=Error SymbolicName=EVENT_TCPIP_NO_ADAPTER_RESOURCES
  475. Language=English
  476. IP could not allocate some resources required to configure adapter %2.
  477. Some interfaces on this adapter will not be initialized.
  478. .
  479. MessageId=4190 Severity=Warning SymbolicName=EVENT_TCPIP_DHCP_INIT_FAILED
  480. Language=English
  481. IP was unable to initialize adapter %2 for configuration by DHCP.
  482. If DHCP is enabled on this adapter, the primary interface may not be
  483. configured properly. Interfaces on this adapter not configured by
  484. DHCP will be unaffected.
  485. .
  486. MessageId=4191 Severity=Error SymbolicName=EVENT_TCPIP_ADAPTER_REG_FAILURE
  487. Language=English
  488. IP could not open the registry key for adapter %2.
  489. Interfaces on this adapter will not be initialized.
  490. .
  491. MessageId=4192 Severity=Warning SymbolicName=EVENT_TCPIP_INVALID_DEFAULT_GATEWAY
  492. Language=English
  493. Invalid default gateway address %2 was specified for adapter %3.
  494. Some remote networks may not be reachable as a result.
  495. .
  496. MessageId=4193 Severity=Error SymbolicName=EVENT_TCPIP_NO_ADDRESS_LIST
  497. Language=English
  498. Unable to read the configured IP addresses for adapter %2.
  499. IP interfaces will not be initialized on this adapter.
  500. .
  501. MessageId=4194 Severity=Error SymbolicName=EVENT_TCPIP_NO_MASK_LIST
  502. Language=English
  503. Unable to read the configured subnet masks for adapter %2.
  504. IP interfaces will not be initialized on this adapter.
  505. .
  506. MessageId=4195 Severity=Error SymbolicName=EVENT_TCPIP_NO_BINDINGS
  507. Language=English
  508. IP was unable to read its bindings from the registry. No network interfaces
  509. were configured.
  510. .
  511. MessageId=4196 Severity=Error SymbolicName=EVENT_TCPIP_IP_INIT_FAILED
  512. Language=English
  513. Initialization of IP failed.
  514. .
  515. MessageId=4197 Severity=Warning SymbolicName=EVENT_TCPIP_TOO_MANY_GATEWAYS
  516. Language=English
  517. More than the maximum number of default gateways were specified for
  518. adapter %2. Some remote networks may not be reachable as a result.
  519. .
  520. MessageId=4198 Severity=Error SymbolicName=EVENT_TCPIP_ADDRESS_CONFLICT1
  521. Language=English
  522. The system detected an address conflict for IP address %2 with the system
  523. having network hardware address %3. The local interface has been disabled.
  524. .
  525. MessageId=4199 Severity=Error SymbolicName=EVENT_TCPIP_ADDRESS_CONFLICT2
  526. Language=English
  527. The system detected an address conflict for IP address %2 with the system
  528. having network hardware address %3. Network operations on this system may
  529. be disrupted as a result.
  530. .
  531. MessageId=4200 Severity=Error SymbolicName=EVENT_TCPIP_NTE_CONTEXT_LIST_FAILURE
  532. Language=English
  533. Unable to read or write the NTE Context list for adapter %2.
  534. IP interfaces on this adapter may not be initialized completely.
  535. .
  536. MessageId=4201 Severity=Informational SymbolicName=EVENT_TCPIP_MEDIA_CONNECT
  537. Language=English
  538. The system detected that network adapter %2 was connected to the network,
  539. and has initiated normal operation over the network adapter.
  540. .
  541. MessageId=4202 Severity=Informational SymbolicName=EVENT_TCPIP_MEDIA_DISCONNECT
  542. Language=English
  543. The system detected that network adapter %2 was disconnected from the network,
  544. and the adapter's network configuration has been released. If the network
  545. adapter was not disconnected, this may indicate that it has malfunctioned.
  546. Please contact your vendor for updated drivers.
  547. .
  548. ;
  549. ;//
  550. ;// TCP messages
  551. ;//
  552. ;// Codes 4225 - 4264
  553. ;//
  554. ;
  555. MessageId=4225 Severity=Error SymbolicName=EVENT_TCPIP_TCP_INIT_FAILED
  556. Language=English
  557. Initialization of TCP/UDP failed.
  558. .
  559. ;
  560. ;//
  561. ;// UDP messages
  562. ;//
  563. ;// Codes 4265 - 4280
  564. ;//
  565. ;
  566. MessageId=4265 Severity=Warning SymbolicName=EVENT_TCPIP_UDP_LIMIT_REACHED
  567. Language=English
  568. Backlog of pending datagram sends reached. Please increase the value of Tcpip\Parameters\DGMaxSendFree in the registry.
  569. .
  570. ;//
  571. ;// IPSEC messages
  572. ;//
  573. ;// Codes 4281 - 4299
  574. ;//
  575. ;
  576. MessageId=4281 Severity=Error SymbolicName=EVENT_IPSEC_NO_RESOURCES_FOR_INIT
  577. Language=English
  578. Unable to allocate required resources. Initialization failed.
  579. .
  580. MessageId=4282 Severity=Error SymbolicName=EVENT_IPSEC_CREATE_DEVICE_FAILED
  581. Language=English
  582. Unable to create device object %2. Initialization failed.
  583. .
  584. MessageId=4283 Severity=Error SymbolicName=EVENT_IPSEC_BAD_SPI_RECEIVED
  585. Language=English
  586. Received %2 packet(s) with a bad Security Parameters Index from %3.
  587. This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  588. .
  589. MessageId=4284 Severity=Error SymbolicName=EVENT_IPSEC_UNEXPECTED_CLEARTEXT
  590. Language=English
  591. Received %2 packet(s) in the clear from %3 which should have been secured.
  592. This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  593. .
  594. MessageId=4285 Severity=Error SymbolicName=EVENT_IPSEC_AUTH_FAILURE
  595. Language=English
  596. Failed to authenticate the hash for %2 packet(s) received from %3.
  597. This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  598. .
  599. MessageId=4286 Severity=Error SymbolicName=EVENT_IPSEC_BAD_PACKET_SYNTAX
  600. Language=English
  601. Received %2 packet(s) from %3 with invalid packet syntax.
  602. This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  603. .
  604. MessageId=4287 Severity=Error SymbolicName=EVENT_IPSEC_BAD_PROTOCOL_RECEIVED
  605. Language=English
  606. Received %2 packet(s) from %3 with inproper protocol identifier.
  607. This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine.
  608. .
  609. MessageId=4288 Severity=Error SymbolicName=EVENT_IPSEC_GENERIC_FAILURE
  610. Language=English
  611. Received %2 packet(s) from %3 that failed the IPSec processing for an unknown reason.
  612. This could be a temporary glitch; if it persists please stop and restart the IPSec Policy Agent service on this machine..
  613. .
  614. MessageId=4289 Severity=Error SymbolicName=EVENT_IPSEC_NEG_FAILURE
  615. Language=English
  616. The IPSec driver failed the oakley negotiation with %2 since no filter
  617. exists to protect packets to that destination.
  618. Please check the configuration on this machine to ensure at least one
  619. filter matches the destination.
  620. .
  621. MessageId=4290 Severity=Informational SymbolicName=EVENT_IPSEC_DROP_PACKET_INBOUND
  622. Language=English
  623. The IPSec driver has dropped the following inbound packet:
  624. %nSource IP Address: %2
  625. %nDestination IP Address: %3
  626. %nProtocol: %4
  627. %nSource Port: %5
  628. %nDestination Port: %6
  629. %nOffset for IPSec status code: 0x14
  630. %nOffset for Offload status code: 0x10
  631. %nOffset for Offload flags(0=no offload): 0x20
  632. %nOffset for packet start: 0x28
  633. .
  634. MessageId=4291 Severity=Informational SymbolicName=EVENT_IPSEC_DROP_PACKET_OUTBOUND
  635. Language=English
  636. The IPSec driver has dropped the following outbound packet:
  637. %nSource IP Address: %2
  638. %nDestination IP Address: %3
  639. %nProtocol: %4
  640. %nSource Port: %5
  641. %nDestination Port: %6
  642. %nOffset for IPSec status code: 0x14
  643. %nOffset for Offload status code: 0x10
  644. %nOffset for Offload flags: 0x20
  645. %nOffset for packet start: 0x28
  646. .
  647. MessageId=4292 Severity=Error SymbolicName=EVENT_IPSEC_SET_BLOCK_MODE
  648. Language=English
  649. The IPSec driver has entered Block mode. IPSec will discard all inbound and outbound TCP/IP network traffic that is not permitted by boot-time IPSec Policy exemptions.
  650. User Action: To restore full unsecured TCP/IP connectivity, disable the IPSec services, and then restart the computer.
  651. For detailed troubleshooting information, review the events in the Security event log.
  652. .
  653. MessageId=4293 Severity=Informational SymbolicName=EVENT_IPSEC_SET_BYPASS_MODE
  654. Language=English
  655. The IPSec driver has entered Bypass mode. No IPSec security is being applied to
  656. this computer.
  657. .
  658. MessageId=4294 Severity=Informational SymbolicName=EVENT_IPSEC_SET_SECURE_MODE
  659. Language=English
  660. The IPSec driver has entered Secure mode. IPSec policies, if they have been
  661. configured, are now being applied to this computer.
  662. .
  663. MessageId=4295 Severity=Informational SymbolicName=EVENT_IPSEC_BOOT_BYPASS_MODE
  664. Language=English
  665. The IPSec Driver is starting in Bypass mode. No IPSec security is being applied
  666. while this computer starts up. IPSec policies, if they have been assigned, will
  667. be applied to this computer after the IPSec services start.
  668. .
  669. MessageId=4296 Severity=Informational SymbolicName=EVENT_IPSEC_BOOT_BLOCK_MODE
  670. Language=English
  671. The IPSec driver is starting in Block mode. All traffic is being blocked by
  672. IPSec while this computer starts up, unless you have configured specific
  673. traffic exemptions by using the bootexemptions command. This command is
  674. available through the Netsh IPSec command-line tool. For information about
  675. how to use this command to exempt traffic from IPSec filtering during computer
  676. startup, at the command prompt, type "netsh ipsec dynamic set config /?"
  677. .
  678. MessageId=4297 Severity=Informational SymbolicName=EVENT_IPSEC_BOOT_STATEFUL_MODE
  679. Language=English
  680. IPSec driver is starting in Stateful mode. IPSec stateful filtering
  681. is being applied while this computer starts up. During this time, only responses
  682. to connections initiated by this computer are permitted, unless you have configured
  683. additional traffic exemptions by using the bootexemptions command. This command
  684. is available through the Netsh IPSec command-line tool. For information about
  685. how to use this command to exempt traffic from IPSec filtering during computer
  686. startup, at the command prompt, type "netsh ipsec dynamic set config /?"
  687. .
  688. ;
  689. ;
  690. ;/////////////////////////////////////////////////////////////////////////
  691. ;//
  692. ;// NBT Events
  693. ;//
  694. ;// Codes 4300 - 4399
  695. ;//
  696. ;/////////////////////////////////////////////////////////////////////////
  697. ;
  698. ;
  699. ;
  700. ;// Don't use %1 for driver supplied insertion strings. The IO subsystem
  701. ;// supplies the first string!!
  702. ;
  703. MessageId=4300 Severity=Error SymbolicName=EVENT_NBT_CREATE_DRIVER
  704. Language=English
  705. The driver could not be created.
  706. .
  707. MessageId=4301 Severity=Error SymbolicName=EVENT_NBT_OPEN_REG_PARAMS
  708. Language=English
  709. Unable to open the Registry Parameters to read configuration information.
  710. .
  711. MessageId=4302 Severity=Warning SymbolicName=EVENT_NBT_NO_BACKUP_WINS
  712. Language=English
  713. The backup WINS server address is not configured in the registry.
  714. .
  715. MessageId=4303 Severity=Warning SymbolicName=EVENT_NBT_NO_WINS
  716. Language=English
  717. The primary WINS server address is not configured in the registry.
  718. .
  719. MessageId=4304 Severity=Warning SymbolicName=EVENT_NBT_BAD_BACKUP_WINS_ADDR
  720. Language=English
  721. The backup WINS server address is not formated correctly in the registry.
  722. .
  723. MessageId=4305 Severity=Warning SymbolicName=EVENT_NBT_BAD_PRIMARY_WINS_ADDR
  724. Language=English
  725. The primary WINS server address is not formated correctly in the registry.
  726. .
  727. MessageId=4306 Severity=Error SymbolicName=EVENT_NBT_NAME_SERVER_ADDRS
  728. Language=English
  729. Unable to configure the addresses of the WINS servers.
  730. .
  731. MessageId=4307 Severity=Error SymbolicName=EVENT_NBT_CREATE_ADDRESS
  732. Language=English
  733. Initialization failed because the transport refused to open initial Addresses.
  734. .
  735. MessageId=4308 Severity=Error SymbolicName=EVENT_NBT_CREATE_CONNECTION
  736. Language=English
  737. Initialization failed because the transport refused to open initial Connections.
  738. .
  739. MessageId=4309 Severity=Error SymbolicName=EVENT_NBT_NON_OS_INIT
  740. Language=English
  741. Data structure initialization failed.
  742. .
  743. MessageId=4310 Severity=Error SymbolicName=EVENT_NBT_TIMERS
  744. Language=English
  745. Initialization failed because the timers could not be started.
  746. .
  747. MessageId=4311 Severity=Error SymbolicName=EVENT_NBT_CREATE_DEVICE
  748. Language=English
  749. Initialization failed because the driver device could not be created.
  750. .
  751. MessageId=4312 Severity=Warning SymbolicName=EVENT_NBT_NO_DEVICES
  752. Language=English
  753. There are no adapters configured for this protocol stack.
  754. .
  755. MessageId=4313 Severity=Error SymbolicName=EVENT_NBT_OPEN_REG_LINKAGE
  756. Language=English
  757. Unable to open the Registry Linkage to read configuration information.
  758. .
  759. MessageId=4314 Severity=Error SymbolicName=EVENT_NBT_READ_BIND
  760. Language=English
  761. Unable to read the driver's bindings to the transport from the registry.
  762. .
  763. MessageId=4315 Severity=Error SymbolicName=EVENT_NBT_READ_EXPORT
  764. Language=English
  765. Unable to read the driver's exported linkage configuration information.
  766. .
  767. MessageId=4316 Severity=Warning SymbolicName=EVENT_NBT_OPEN_REG_NAMESERVER
  768. Language=English
  769. Unable to open the Registry to read the WINS server addresses.
  770. .
  771. MessageId=4317 Severity=Warning SymbolicName=EVENT_SCOPE_LABEL_TOO_LONG
  772. Language=English
  773. The Netbios Name Scope has a component longer than 63 characters. Each label
  774. in the Scope cannot be longer than 63 bytes. Use the Control Panel, Network
  775. applet to change the scope.
  776. .
  777. MessageId=4318 Severity=Warning SymbolicName=EVENT_SCOPE_TOO_LONG
  778. Language=English
  779. The Netbios Name Scope is too long. The scope cannot be longer than
  780. 255 bytes. Use the Control Panel, Network applet to change the scope.
  781. .
  782. MessageId=4319 Severity=Error SymbolicName=EVENT_NBT_DUPLICATE_NAME
  783. Language=English
  784. A duplicate name has been detected on the TCP network. The IP address of
  785. the machine that sent the message is in the data. Use nbtstat -n in a
  786. command window to see which name is in the Conflict state.
  787. .
  788. MessageId=4320 Severity=Error SymbolicName=EVENT_NBT_NAME_RELEASE
  789. Language=English
  790. Another machine has sent a name release message to this machine probably
  791. because a duplicate name has been detected on the TCP network. The IP address
  792. of the node that sent the message is in the data. Use nbtstat -n in a
  793. command window to see which name is in the Conflict state.
  794. .
  795. MessageId=4321 Severity=Error SymbolicName=EVENT_NBT_DUPLICATE_NAME_ERROR
  796. Language=English
  797. The name "%2" could not be registered on the Interface with IP address %3.
  798. The machine with the IP address %4 did not allow the name to be claimed by
  799. this machine.
  800. .
  801. MessageId=4322 Severity=Error SymbolicName=EVENT_NBT_NO_RESOURCES
  802. Language=English
  803. NetBT failed to process a request because it encountered OutOfResources
  804. exception(s) in the last 1 hour.
  805. .
  806. ;
  807. ;/////////////////////////////////////////////////////////////////////////
  808. ;//
  809. ;// NDIS Environment Events
  810. ;//
  811. ;// Codes 5000 - 5099
  812. ;//
  813. ;/////////////////////////////////////////////////////////////////////////
  814. ;
  815. ;
  816. MessageId=5000 Severity=Error SymbolicName=EVENT_NDIS_RESOURCE_CONFLICT
  817. Language=English
  818. %2 : Has encountered a conflict in resources and could not load.
  819. .
  820. MessageId=5001 Severity=Error SymbolicName=EVENT_NDIS_OUT_OF_RESOURCE
  821. Language=English
  822. %2 : Could not allocate the resources necessary for operation.
  823. .
  824. MessageId=5002 Severity=Error SymbolicName=EVENT_NDIS_HARDWARE_FAILURE
  825. Language=English
  826. %2 : Has determined that the adapter is not functioning properly.
  827. .
  828. MessageId=5003 Severity=Error SymbolicName=EVENT_NDIS_ADAPTER_NOT_FOUND
  829. Language=English
  830. %2 : Could not find an adapter.
  831. .
  832. MessageId=5004 Severity=Error SymbolicName=EVENT_NDIS_INTERRUPT_CONNECT
  833. Language=English
  834. %2 : Could not connect to the interrupt number supplied.
  835. .
  836. MessageId=5005 Severity=Error SymbolicName=EVENT_NDIS_DRIVER_FAILURE
  837. Language=English
  838. %2 : Has encountered an internal error and has failed.
  839. .
  840. MessageId=5006 Severity=Error SymbolicName=EVENT_NDIS_BAD_VERSION
  841. Language=English
  842. %2 : The version number is incorrect for this driver.
  843. .
  844. MessageId=5007 Severity=Warning SymbolicName=EVENT_NDIS_TIMEOUT
  845. Language=English
  846. %2 : Timed out during an operation.
  847. .
  848. MessageId=5008 Severity=Error SymbolicName=EVENT_NDIS_NETWORK_ADDRESS
  849. Language=English
  850. %2 : Has encountered an invalid network address.
  851. .
  852. MessageId=5009 Severity=Error SymbolicName=EVENT_NDIS_UNSUPPORTED_CONFIGURATION
  853. Language=English
  854. %2 : Does not support the configuration supplied.
  855. .
  856. MessageId=5010 Severity=Error SymbolicName=EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER
  857. Language=English
  858. %2 : The adapter has returned an invalid value to the driver.
  859. .
  860. MessageId=5011 Severity=Error SymbolicName=EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER
  861. Language=English
  862. %2 : A required parameter is missing from the Registry.
  863. .
  864. MessageId=5012 Severity=Error SymbolicName=EVENT_NDIS_BAD_IO_BASE_ADDRESS
  865. Language=English
  866. %2 : The I/O base address supplied does not match the jumpers on the adapter.
  867. .
  868. MessageId=5013 Severity=Informational SymbolicName=EVENT_NDIS_RECEIVE_SPACE_SMALL
  869. Language=English
  870. %2 : The adapter is configured such that the receive space is smaller than
  871. the maximum packet size. Some packets may be lost.
  872. .
  873. MessageId=5014 Severity=Warning SymbolicName=EVENT_NDIS_ADAPTER_DISABLED
  874. Language=English
  875. %2 : The adapter is disabled. The driver cannot open the adapter.
  876. .
  877. MessageId=5015 Severity=Warning SymbolicName=EVENT_NDIS_IO_PORT_CONFLICT
  878. Language=English
  879. %2 : There is an I/O port conflict.
  880. .
  881. MessageId=5016 Severity=Warning SymbolicName=EVENT_NDIS_PORT_OR_DMA_CONFLICT
  882. Language=English
  883. %2 : There is an I/O port or DMA channel conflict.
  884. .
  885. MessageId=5017 Severity=Warning SymbolicName=EVENT_NDIS_MEMORY_CONFLICT
  886. Language=English
  887. %2 : There is a memory conflict at address 0x%3.
  888. .
  889. MessageId=5018 Severity=Warning SymbolicName=EVENT_NDIS_INTERRUPT_CONFLICT
  890. Language=English
  891. %2 : There is a interrupt conflict at interrupt number %3.
  892. .
  893. MessageId=5019 Severity=Warning SymbolicName=EVENT_NDIS_DMA_CONFLICT
  894. Language=English
  895. %2 : There is a resource conflict at DMA channel %3.
  896. .
  897. MessageId=5020 Severity=Error SymbolicName=EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR
  898. Language=English
  899. %2 : The download file is invalid. The driver is unable to load.
  900. .
  901. MessageId=5021 Severity=Warning SymbolicName=EVENT_NDIS_MAXRECEIVES_ERROR
  902. Language=English
  903. %2 : The specified Registry entry MaxReceives is out of range. Using
  904. default value.
  905. .
  906. MessageId=5022 Severity=Warning SymbolicName=EVENT_NDIS_MAXTRANSMITS_ERROR
  907. Language=English
  908. %2 : The specified Registry entry MaxTransmits is out of range. Using
  909. default value.
  910. .
  911. MessageId=5023 Severity=Warning SymbolicName=EVENT_NDIS_MAXFRAMESIZE_ERROR
  912. Language=English
  913. %2 : The specified Registry entry MaxFrameSize is out of range. Using
  914. default value.
  915. .
  916. MessageId=5024 Severity=Warning SymbolicName=EVENT_NDIS_MAXINTERNALBUFS_ERROR
  917. Language=English
  918. %2 : The specified Registry entry MaxInternalBufs is out of range. Using
  919. default value.
  920. .
  921. MessageId=5025 Severity=Warning SymbolicName=EVENT_NDIS_MAXMULTICAST_ERROR
  922. Language=English
  923. %2 : The specified Registry entry MaxMulticast is out of range. Using
  924. default value.
  925. .
  926. MessageId=5026 Severity=Warning SymbolicName=EVENT_NDIS_PRODUCTID_ERROR
  927. Language=English
  928. %2 : The specified Registry entry ProductId is out of range. Using
  929. default value.
  930. .
  931. MessageId=5027 Severity=Warning SymbolicName=EVENT_NDIS_LOBE_FAILUE_ERROR
  932. Language=English
  933. %2 : A Token Ring Lobe Wire Fault has occurred. Verify cable
  934. connections. The adapter will continue to try to reinsert back
  935. into the ring.
  936. .
  937. MessageId=5028 Severity=Warning SymbolicName=EVENT_NDIS_SIGNAL_LOSS_ERROR
  938. Language=English
  939. %2 : The adapter had detected a loss of signal on the ring. The adapter
  940. will continue to try to reinsert back into the ring.
  941. .
  942. MessageId=5029 Severity=Warning SymbolicName=EVENT_NDIS_REMOVE_RECEIVED_ERROR
  943. Language=English
  944. %2 : The adapter has received a request to deinsert from the
  945. ring. The adapter will continue to try to reinsert back into the ring.
  946. .
  947. MessageId=5030 Severity=Informational SymbolicName=EVENT_NDIS_TOKEN_RING_CORRECTION
  948. Language=English
  949. %2 : The adapter has successfully reinserted back into the ring.
  950. .
  951. MessageId=5031 Severity=Error SymbolicName=EVENT_NDIS_ADAPTER_CHECK_ERROR
  952. Language=English
  953. %2 : The adapter has detected an Adapter Check as a result of some
  954. unrecoverable hardware of software error. Please contact your service provider.
  955. .
  956. MessageId=5032 Severity=Warning SymbolicName=EVENT_NDIS_RESET_FAILURE_ERROR
  957. Language=English
  958. %2 : The adapter failed to reset within a specified time. The adapter will
  959. continue to try to reset. This could be the result of a hardware failure.
  960. .
  961. MessageId=5033 Severity=Warning SymbolicName=EVENT_NDIS_CABLE_DISCONNECTED_ERROR
  962. Language=English
  963. %2 : The adapter has detected that the Token Ring cable is disconnected from
  964. the adapter. Please reconnect the Token Ring cable. The adapter will continue
  965. to try to reset until the connection is repaired.
  966. .
  967. MessageId=5034 Severity=Warning SymbolicName=EVENT_NDIS_RESET_FAILURE_CORRECTION
  968. Language=English
  969. %2 : The adapter has successfully completed a previously failed reset.
  970. .
  971. ;
  972. ;/////////////////////////////////////////////////////////////////////////
  973. ;//
  974. ;// General NT System Events
  975. ;//
  976. ;/////////////////////////////////////////////////////////////////////////
  977. ;
  978. ;//
  979. ;// Eventlog Events 6000 - 6099
  980. ;//
  981. MessageId=6000 SymbolicName=EVENT_LOG_FULL
  982. Language=English
  983. The %1 log file is full.
  984. .
  985. MessageId=6001 SymbolicName=EVENT_LogFileNotOpened
  986. Language=English
  987. The %1 log file cannot be opened.
  988. .
  989. MessageId=6002 SymbolicName=EVENT_LogFileCorrupt
  990. Language=English
  991. The %1 log file is corrupted and will be cleared.
  992. .
  993. MessageId=6003 SymbolicName=EVENT_DefaultLogCorrupt
  994. Language=English
  995. The Application log file could not be opened. %1 will be used as the default
  996. log file.
  997. .
  998. MessageId=6004 SymbolicName=EVENT_BadDriverPacket
  999. Language=English
  1000. A driver packet received from the I/O subsystem was invalid. The data is the
  1001. packet.
  1002. .
  1003. MessageId=6005 SymbolicName=EVENT_EventlogStarted
  1004. Language=English
  1005. The Event log service was started.
  1006. .
  1007. MessageId=6006 SymbolicName=EVENT_EventlogStopped
  1008. Language=English
  1009. The Event log service was stopped.
  1010. .
  1011. MessageId=6007 SymbolicName=TITLE_EventlogMessageBox
  1012. Language=English
  1013. Eventlog Service %0
  1014. .
  1015. MessageId=6008 SymbolicName=EVENT_EventlogAbnormalShutdown
  1016. Language=English
  1017. The previous system shutdown at %1 on %2 was unexpected.
  1018. .
  1019. MessageId=6009 SymbolicName=EVENT_EventLogProductInfo
  1020. Language=English
  1021. Microsoft (R) Windows (R) %1 %2 %3 %4.
  1022. .
  1023. MessageId=6010 Severity=Error SymbolicName=EVENT_ServiceNoEventLog
  1024. Language=English
  1025. The %1 service was unable to set up an event source.
  1026. .
  1027. MessageId=6011 SymbolicName=EVENT_ComputerNameChange
  1028. Language=English
  1029. The NetBIOS name and DNS host name of this machine have been changed from %1 to %2.
  1030. .
  1031. MessageId=6012 SymbolicName=EVENT_DNSDomainNameChange
  1032. Language=English
  1033. The DNS domain assigned to this computer has been changed from %1 to %2.
  1034. .
  1035. MessageId=6013 SymbolicName=EVENT_EventlogUptime
  1036. Language=English
  1037. The system uptime is %5 seconds.
  1038. .
  1039. MessageId=6015 SymbolicName=EVENT_LOG_BAD_CUSTOM_SD
  1040. Language=English
  1041. The custom security descriptor for the event log %1 is invalid. Please ask an administrator to correct the CustomSD value in registry for this event log.
  1042. .
  1043. ;//
  1044. ;// System Events 6100 - 6199
  1045. ;//
  1046. MessageId=6100 Severity=Error SymbolicName=EVENT_UP_DRIVER_ON_MP
  1047. Language=English
  1048. A uniprocessor-specific driver was loaded on a multiprocessor system. The driver could not load.
  1049. .
  1050. ;//
  1051. ;// Service Controller Events 7000 - 7899
  1052. ;//
  1053. MessageId=7000 Severity=Error SymbolicName=EVENT_SERVICE_START_FAILED
  1054. Language=English
  1055. The %1 service failed to start due to the following error: %n%2
  1056. .
  1057. MessageId=7001 Severity=Error SymbolicName=EVENT_SERVICE_START_FAILED_II
  1058. Language=English
  1059. The %1 service depends on the %2 service which failed to start because of the following error: %n%3
  1060. .
  1061. MessageId=7002 Severity=Error SymbolicName=EVENT_SERVICE_START_FAILED_GROUP
  1062. Language=English
  1063. The %1 service depends on the %2 group and no member of this group started.
  1064. .
  1065. MessageId=7003 Severity=Error SymbolicName=EVENT_SERVICE_START_FAILED_NONE
  1066. Language=English
  1067. The %1 service depends on the following nonexistent service: %2
  1068. .
  1069. MessageId=7005 Severity=Error SymbolicName=EVENT_CALL_TO_FUNCTION_FAILED
  1070. Language=English
  1071. The %1 call failed with the following error: %n%2
  1072. .
  1073. MessageId=7006 Severity=Error SymbolicName=EVENT_CALL_TO_FUNCTION_FAILED_II
  1074. Language=English
  1075. The %1 call failed for %2 with the following error: %n%3
  1076. .
  1077. MessageId=7007 Severity=Error SymbolicName=EVENT_REVERTED_TO_LASTKNOWNGOOD
  1078. Language=English
  1079. The system reverted to its last known good configuration. The system is restarting....
  1080. .
  1081. MessageId=7008 Severity=Error SymbolicName=EVENT_BAD_ACCOUNT_NAME
  1082. Language=English
  1083. No backslash is in the account name.
  1084. .
  1085. MessageId=7009 Severity=Error SymbolicName=EVENT_CONNECTION_TIMEOUT
  1086. Language=English
  1087. Timeout (%1 milliseconds) waiting for the %2 service to connect.
  1088. .
  1089. MessageId=7010 Severity=Error SymbolicName=EVENT_READFILE_TIMEOUT
  1090. Language=English
  1091. Timeout (%1 milliseconds) waiting for ReadFile.
  1092. .
  1093. MessageId=7011 Severity=Error SymbolicName=EVENT_TRANSACT_TIMEOUT
  1094. Language=English
  1095. Timeout (%1 milliseconds) waiting for a transaction response from the %2 service.
  1096. .
  1097. MessageId=7012 Severity=Error SymbolicName=EVENT_TRANSACT_INVALID
  1098. Language=English
  1099. Message returned in transaction has incorrect size.
  1100. .
  1101. MessageId=7013 Severity=Error SymbolicName=EVENT_FIRST_LOGON_FAILED
  1102. Language=English
  1103. Logon attempt with current password failed with the following error: %n%1
  1104. .
  1105. MessageId=7014 Severity=Error SymbolicName=EVENT_SECOND_LOGON_FAILED
  1106. Language=English
  1107. Second logon attempt with old password also failed with the following error: %n%1
  1108. .
  1109. MessageId=7015 Severity=Error SymbolicName=EVENT_INVALID_DRIVER_DEPENDENCY
  1110. Language=English
  1111. Boot-start or system-start driver (%1) must not depend on a service.
  1112. .
  1113. MessageId=7016 Severity=Error SymbolicName=EVENT_BAD_SERVICE_STATE
  1114. Language=English
  1115. The %1 service has reported an invalid current state %2.
  1116. .
  1117. MessageId=7017 Severity=Error SymbolicName=EVENT_CIRCULAR_DEPENDENCY_DEMAND
  1118. Language=English
  1119. Detected circular dependencies demand starting %1.
  1120. .
  1121. MessageId=7018 Severity=Error SymbolicName=EVENT_CIRCULAR_DEPENDENCY_AUTO
  1122. Language=English
  1123. Detected circular dependencies auto-starting services.
  1124. .
  1125. MessageId=7019 Severity=Error SymbolicName=EVENT_DEPEND_ON_LATER_SERVICE
  1126. Language=English
  1127. Circular dependency: The %1 service depends on a service in a group which starts later.
  1128. .
  1129. MessageId=7020 Severity=Error SymbolicName=EVENT_DEPEND_ON_LATER_GROUP
  1130. Language=English
  1131. Circular dependency: The %1 service depends on a group which starts later.
  1132. .
  1133. MessageId=7021 Severity=Error SymbolicName=EVENT_SEVERE_SERVICE_FAILED
  1134. Language=English
  1135. About to revert to the last known good configuration because the %1 service failed to start.
  1136. .
  1137. MessageId=7022 Severity=Error SymbolicName=EVENT_SERVICE_START_HUNG
  1138. Language=English
  1139. The %1 service hung on starting.
  1140. .
  1141. MessageId=7023 Severity=Error SymbolicName=EVENT_SERVICE_EXIT_FAILED
  1142. Language=English
  1143. The %1 service terminated with the following error: %n%2
  1144. .
  1145. MessageId=7024 Severity=Error SymbolicName=EVENT_SERVICE_EXIT_FAILED_SPECIFIC
  1146. Language=English
  1147. The %1 service terminated with service-specific error %2.
  1148. .
  1149. MessageId=7025 Severity=Error SymbolicName=EVENT_SERVICE_START_AT_BOOT_FAILED
  1150. Language=English
  1151. At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details.
  1152. .
  1153. MessageId=7026 Severity=Error SymbolicName=EVENT_BOOT_SYSTEM_DRIVERS_FAILED
  1154. Language=English
  1155. The following boot-start or system-start driver(s) failed to load: %1
  1156. .
  1157. MessageId=7027 Severity=Error SymbolicName=EVENT_RUNNING_LASTKNOWNGOOD
  1158. Language=English
  1159. Windows could not be started as configured. A previous working configuration was used instead.
  1160. .
  1161. MessageId=7028 Severity=Error SymbolicName=EVENT_TAKE_OWNERSHIP
  1162. Language=English
  1163. The %1 Registry key denied access to SYSTEM account programs so the Service Control Manager took ownership of the Registry key.
  1164. .
  1165. ;//
  1166. ;// This Text is used as a title for the message box used to display
  1167. ;// MessageId 7027. It is not an event or error message.
  1168. ;//
  1169. MessageId=7029 Severity=Error SymbolicName=TITLE_SC_MESSAGE_BOX
  1170. Language=English
  1171. Service Control Manager %0
  1172. .
  1173. MessageId=7030 Severity=Error SymbolicName=EVENT_SERVICE_NOT_INTERACTIVE
  1174. Language=English
  1175. 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.
  1176. .
  1177. ;//
  1178. ;// Parameter %4 is the value, in decimal, of the SC_ACTION_ constant for
  1179. ;// the action described in parameter %5.
  1180. ;//
  1181. MessageId=7031 Severity=Error SymbolicName=EVENT_SERVICE_CRASH
  1182. Language=English
  1183. The %1 service terminated unexpectedly. It has done this %2 time(s). The following corrective action will be taken in %3 milliseconds: %5.
  1184. .
  1185. ;//
  1186. ;// Parameter %1 is the value, in decimal, of the SC_ACTION_ constant for
  1187. ;// the action described in parameter %2.
  1188. ;//
  1189. MessageId=7032 Severity=Error SymbolicName=EVENT_SERVICE_RECOVERY_FAILED
  1190. Language=English
  1191. 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
  1192. .
  1193. MessageId=7033 Severity=Error SymbolicName=EVENT_SERVICE_SCESRV_FAILED
  1194. Language=English
  1195. The Service Control Manager did not initialize successfully. The security
  1196. configuration server (scesrv.dll) failed to initialize with error %1. The
  1197. system is restarting...
  1198. .
  1199. MessageId=7034 Severity=Error SymbolicName=EVENT_SERVICE_CRASH_NO_ACTION
  1200. Language=English
  1201. The %1 service terminated unexpectedly. It has done this %2 time(s).
  1202. .
  1203. ;//
  1204. ;// Parameter %2 is the string name of the control
  1205. ;//
  1206. MessageId=7035 Severity=Informational SymbolicName=EVENT_SERVICE_CONTROL_SUCCESS
  1207. Language=English
  1208. The %1 service was successfully sent a %2 control.
  1209. .
  1210. ;//
  1211. ;// Parameter %2 is the string name of the control
  1212. ;//
  1213. MessageId=7036 Severity=Informational SymbolicName=EVENT_SERVICE_STATUS_SUCCESS
  1214. Language=English
  1215. The %1 service entered the %2 state.
  1216. .
  1217. MessageId=7037 Severity=Error SymbolicName=EVENT_SERVICE_CONFIG_BACKOUT_FAILED
  1218. Language=English
  1219. The Service Control Manager encountered an error undoing a configuration change
  1220. to the %1 service. The service's %2 is currently in an unpredictable state.
  1221. If you do not correct this configuration, you may not be able to restart the %1
  1222. service or may encounter other errors. To ensure that the service is configured
  1223. properly, use the Services snap-in in Microsoft Management Console (MMC).
  1224. .
  1225. MessageId=7038 Severity=Error SymbolicName=EVENT_FIRST_LOGON_FAILED_II
  1226. Language=English
  1227. The %1 service was unable to log on as %2 with the currently configured
  1228. password due to the following error: %n%3%n%nTo ensure that the service is
  1229. configured properly, use the Services snap-in in Microsoft Management
  1230. Console (MMC).
  1231. .
  1232. MessageId=7039 Severity=Warning SymbolicName=EVENT_SERVICE_DIFFERENT_PID_CONNECTED
  1233. Language=English
  1234. A service process other than the one launched by the Service Control Manager
  1235. connected when starting the %1 service. The Service Control Manager launched
  1236. process %2 and process %3 connected instead.%n%n
  1237. Note that if this service is configured to start under a debugger, this behavior
  1238. is expected.
  1239. .
  1240. ;//
  1241. ;// Schedule (AT command) Service Events 7900 - 7999
  1242. ;//
  1243. MessageId=7900 Severity=Error SymbolicName=EVENT_COMMAND_NOT_INTERACTIVE
  1244. Language=English
  1245. The %1 command is marked as an interactive command. However, the system is
  1246. configured to not allow interactive command execution. This command may not
  1247. function properly.
  1248. .
  1249. MessageId=7901 SymbolicName=EVENT_COMMAND_START_FAILED
  1250. Language=English
  1251. The %1 command failed to start due to the following error: %n%2
  1252. .
  1253. ;
  1254. ;/////////////////////////////////////////////////////////////////////////
  1255. ;//
  1256. ;// Lanman Bowser/Browser Events (8000-8499)
  1257. ;//
  1258. ;//
  1259. ;/////////////////////////////////////////////////////////////////////////
  1260. ;
  1261. ;
  1262. MessageId=8003 Severity=Error SymbolicName=EVENT_BOWSER_OTHER_MASTER_ON_NET
  1263. Language=English
  1264. The master browser has received a server announcement from the computer %2
  1265. that believes that it is the master browser for the domain on transport %3.
  1266. The master browser is stopping or an election is being forced.
  1267. .
  1268. MessageId=8004 Severity=Warning SymbolicName=EVENT_BOWSER_PROMOTED_WHILE_ALREADY_MASTER
  1269. Language=English
  1270. A request has been submitted to promote the computer to backup when it is already a
  1271. master browser.
  1272. .
  1273. MessageId=8005 Severity=Warning SymbolicName=EVENT_BOWSER_NON_MASTER_MASTER_ANNOUNCE
  1274. Language=English
  1275. The browser has received a server announcement indicating that the computer %2
  1276. is a master browser, but this computer is not a master browser.
  1277. .
  1278. MessageId=8006 Severity=Warning SymbolicName=EVENT_BOWSER_ILLEGAL_DATAGRAM
  1279. Language=English
  1280. The browser has received an illegal datagram from the remote computer %2 to name %3 on transport %4. The data is the datagram.
  1281. .
  1282. MessageId=8007 Severity=Error SymbolicName=EVENT_BROWSER_STATUS_BITS_UPDATE_FAILED
  1283. Language=English
  1284. The browser was unable to update the service status bits. The data is the error.
  1285. .
  1286. MessageId=8008 Severity=Error SymbolicName=EVENT_BROWSER_ROLE_CHANGE_FAILED
  1287. Language=English
  1288. The browser was unable to update its role. The data is the error.
  1289. .
  1290. MessageId=8009 Severity=Error SymbolicName=EVENT_BROWSER_MASTER_PROMOTION_FAILED
  1291. Language=English
  1292. The browser was unable to promote itself to master browser. The computer that currently
  1293. believes it is the master browser is %1.
  1294. .
  1295. MessageId=8010 Severity=Error SymbolicName=EVENT_BOWSER_NAME_CONVERSION_FAILED
  1296. Language=English
  1297. The browser driver was unable to convert a character string to a unicode string.
  1298. .
  1299. MessageId=8011 Severity=Error SymbolicName=EVENT_BROWSER_OTHERDOMAIN_ADD_FAILED
  1300. Language=English
  1301. The browser was unable to add the configuration parameter %1.
  1302. .
  1303. MessageId=8012 Severity=Success SymbolicName=EVENT_BOWSER_ELECTION_RECEIVED
  1304. Language=English
  1305. The browser driver has received an election packet from computer %2 on network %3. The data is the packet received.
  1306. .
  1307. MessageId=8013 Severity=Informational SymbolicName=EVENT_BOWSER_ELECTION_SENT_GETBLIST_FAILED
  1308. Language=English
  1309. 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.
  1310. .
  1311. MessageId=8014 Severity=Informational SymbolicName=EVENT_BOWSER_ELECTION_SENT_FIND_MASTER_FAILED
  1312. Language=English
  1313. The browser driver has forced an election on network %2 because it was unable to find a master browser for that network.
  1314. .
  1315. MessageId=8015 Severity=Informational SymbolicName=EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STARTED
  1316. Language=English
  1317. The browser has forced an election on network %1 because a Windows Server (or domain master) browser is started.
  1318. .
  1319. MessageId=8016 Severity=Error SymbolicName=EVENT_BOWSER_ILLEGAL_DATAGRAM_THRESHOLD
  1320. Language=English
  1321. 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.
  1322. No more events will be generated until the reset frequency has expired.
  1323. .
  1324. MessageId=8017 Severity=Error SymbolicName=EVENT_BROWSER_DEPENDANT_SERVICE_FAILED
  1325. Language=English
  1326. The browser has failed to start because the dependent service %1 had invalid service status %2.
  1327. Status Meaning
  1328. 1 Service Stopped%n
  1329. 2 Start Pending%n
  1330. 3 Stop Pending%n
  1331. 4 Running%n
  1332. 5 Continue Pending%n
  1333. 6 Pause Pending%n
  1334. 7 Paused%n
  1335. .
  1336. MessageId=8019 Severity=Error SymbolicName=EVENT_BROWSER_MASTER_PROMOTION_FAILED_STOPPING
  1337. Language=English
  1338. The browser was unable to promote itself to master browser. The browser will continue
  1339. to attempt to promote itself to the master browser, but will no longer log any events in the event log in Event Viewer.
  1340. .
  1341. MessageId=8020 Severity=Error SymbolicName=EVENT_BROWSER_MASTER_PROMOTION_FAILED_NO_MASTER
  1342. Language=English
  1343. The browser was unable to promote itself to master browser. The computer that currently
  1344. believes it is the master browser is unknown.
  1345. .
  1346. MessageId=8021 Severity=Warning SymbolicName=EVENT_BROWSER_SERVER_LIST_FAILED
  1347. Language=English
  1348. The browser service was unable to retrieve a list of servers from the browser master %1 on the network %2.%n
  1349. %n
  1350. Browser master: %1%n
  1351. Network: %2%n
  1352. %n
  1353. 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.
  1354. .
  1355. MessageId=8022 Severity=Warning SymbolicName=EVENT_BROWSER_DOMAIN_LIST_FAILED
  1356. Language=English
  1357. The browser service was unable to retrieve a list of domains from the browser master %1 on the network %2.%n
  1358. %n
  1359. Browser master: %1%n
  1360. Network: %2%n
  1361. %n
  1362. 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.
  1363. .
  1364. MessageId=8023 Severity=Warning SymbolicName=EVENT_BROWSER_ILLEGAL_CONFIG
  1365. Language=English
  1366. The value for the parameter %1 to the browser service was illegal.
  1367. .
  1368. MessageId=8024 Severity=Informational SymbolicName=EVENT_BOWSER_OLD_BACKUP_FOUND
  1369. Language=English
  1370. The backup browser server %2 is out-of-date. Consider upgrading this computer.
  1371. .
  1372. MessageId=8025 Severity=Success SymbolicName=EVENT_BROWSER_SERVER_LIST_RETRIEVED
  1373. Language=English
  1374. The browser has retrieved a list of servers from remote computer %1 on transport %2.%n
  1375. There were %3 entries read, and %4 total entries.
  1376. .
  1377. MessageId=8026 Severity=Success SymbolicName=EVENT_BROWSER_DOMAIN_LIST_RETRIEVED
  1378. Language=English
  1379. The browser has retrieved a list of domains from remote computer %1 on transport %2.%n
  1380. There were %3 entries read, and %4 total entries.
  1381. .
  1382. MessageId=8027 Severity=Informational SymbolicName=EVENT_BOWSER_PDC_LOST_ELECTION
  1383. Language=English
  1384. The browser running on the Domain Controller has lost an election. The computer that won the election is %2, on the transport %3.%n
  1385. The data contains the election version, election criteria, and remote computer time up, and the same information for
  1386. the current computer.
  1387. .
  1388. MessageId=8028 Severity=Informational SymbolicName=EVENT_BOWSER_NON_PDC_WON_ELECTION
  1389. Language=English
  1390. The browser running on this computer has won a browser election on network %2.
  1391. This computer is a member of a domain, so the Domain Controller should become the master
  1392. browser.
  1393. .
  1394. MessageId=8029 SymbolicName=EVENT_BOWSER_CANT_READ_REGISTRY
  1395. Language=English
  1396. The browser driver was unable to initialize variables from the Registry.
  1397. .
  1398. MessageId=8030 SymbolicName=EVENT_BOWSER_MAILSLOT_DATAGRAM_THRESHOLD_EXCEEDED
  1399. Language=English
  1400. The browser driver has discarded too many mailslot messages.
  1401. .
  1402. MessageId=8031 SymbolicName=EVENT_BOWSER_GETBROWSERLIST_THRESHOLD_EXCEEDED
  1403. Language=English
  1404. The browser driver has discarded too many GetBrowserServerList requests.
  1405. .
  1406. MessageId=8032 Severity=Error SymbolicName=EVENT_BROWSER_BACKUP_STOPPED
  1407. Language=English
  1408. The browser service has failed to retrieve the backup list too many times on transport %1.
  1409. The backup browser is stopping.
  1410. .
  1411. MessageId=8033 Severity=Informational SymbolicName=EVENT_BROWSER_ELECTION_SENT_LANMAN_NT_STOPPED
  1412. Language=English
  1413. The browser has forced an election on network %1 because a master browser was stopped.
  1414. .
  1415. MessageId=8034 Severity=Error SymbolicName=EVENT_BROWSER_GETBLIST_RECEIVED_NOT_MASTER
  1416. Language=English
  1417. The browser has received a GetBrowserServerList request when it is not the master browser.
  1418. .
  1419. MessageId=8035 Severity=Informational SymbolicName=EVENT_BROWSER_ELECTION_SENT_ROLE_CHANGED
  1420. Language=English
  1421. The browser has forced an election on network %1 because the Domain Controller (or Server) has changed its role.
  1422. .
  1423. MessageId=8036 Severity=Error SymbolicName=EVENT_BROWSER_NOT_STARTED_IPX_CONFIG_MISMATCH
  1424. Language=English
  1425. The browser has failed to start because of an error in the DirectHostBinding parameter to the browser.
  1426. .
  1427. ;
  1428. ;/////////////////////////////////////////////////////////////////////////
  1429. ;//
  1430. ;// Sap Agent Events (8500-8999)
  1431. ;//
  1432. ;//
  1433. ;/////////////////////////////////////////////////////////////////////////
  1434. ;
  1435. ;
  1436. MessageId=8500 Severity=Error SymbolicName=NWSAP_EVENT_KEY_NOT_FOUND
  1437. Language=English
  1438. The Registry Key %1 was not present. The Sap Agent could not start.
  1439. .
  1440. MessageId=8501 Severity=Error SymbolicName=NWSAP_EVENT_WSASTARTUP_FAILED
  1441. Language=English
  1442. Winsock startup routine failed. The Sap Agent cannot continue.
  1443. .
  1444. MessageId=8502 Severity=Error SymbolicName=NWSAP_EVENT_SOCKET_FAILED
  1445. Language=English
  1446. Socket create call failed for main socket. The Sap Agent cannot continue.
  1447. .
  1448. MessageId=8503 Severity=Error SymbolicName=NWSAP_EVENT_SETOPTBCAST_FAILED
  1449. Language=English
  1450. Setting broadcast option on socket failed. The Sap Agent cannot continue.
  1451. .
  1452. MessageId=8504 Severity=Error SymbolicName=NWSAP_EVENT_BIND_FAILED
  1453. Language=English
  1454. Binding to SAP Socket failed. The Sap Agent cannot continue.
  1455. .
  1456. MessageId=8505 Severity=Error SymbolicName=NWSAP_EVENT_GETSOCKNAME_FAILED
  1457. Language=English
  1458. Getting bound address of socket failed. The Sap Agent cannot continue.
  1459. .
  1460. MessageId=8506 Severity=Error SymbolicName=NWSAP_EVENT_OPTEXTENDEDADDR_FAILED
  1461. Language=English
  1462. Setting option EXTENDED_ADDRESS failed. The Sap Agent cannot continue.
  1463. .
  1464. MessageId=8507 Severity=Error SymbolicName=NWSAP_EVENT_OPTBCASTINADDR_FAILED
  1465. Language=English
  1466. Setting NWLink option BCASTINTADDR failed. The Sap Agent cannot continue.
  1467. .
  1468. MessageId=8508 Severity=Error SymbolicName=NWSAP_EVENT_CARDMALLOC_FAILED
  1469. Language=English
  1470. Error allocating memory to hold a card structure. The Sap Agent cannot continue.
  1471. .
  1472. MessageId=8509 Severity=Error SymbolicName=NWSAP_EVENT_NOCARDS
  1473. Language=English
  1474. Enumeration of cards returned 0 cards.
  1475. .
  1476. MessageId=8510 Severity=Error SymbolicName=NWSAP_EVENT_THREADEVENT_FAIL
  1477. Language=English
  1478. Error creating thread counting event. The Sap Agent cannot continue.
  1479. .
  1480. MessageId=8511 Severity=Error SymbolicName=NWSAP_EVENT_RECVSEM_FAIL
  1481. Language=English
  1482. Error creating receive semaphore. The Sap Agent cannot continue.
  1483. .
  1484. MessageId=8512 Severity=Error SymbolicName=NWSAP_EVENT_SENDEVENT_FAIL
  1485. Language=English
  1486. Error creating send event. The Sap Agent cannot continue.
  1487. .
  1488. MessageId=8513 Severity=Error SymbolicName=NWSAP_EVENT_STARTRECEIVE_ERROR
  1489. Language=English
  1490. Error starting receive thread. The Sap Agent cannot continue.
  1491. .
  1492. MessageId=8514 Severity=Error SymbolicName=NWSAP_EVENT_STARTWORKER_ERROR
  1493. Language=English
  1494. Error starting worker thread. The Sap Agent cannot continue.
  1495. .
  1496. MessageId=8515 Severity=Error SymbolicName=NWSAP_EVENT_TABLE_MALLOC_FAILED
  1497. Language=English
  1498. Error allocating database array. The Sap Agent cannot continue.
  1499. .
  1500. MessageId=8516 Severity=Error SymbolicName=NWSAP_EVENT_HASHTABLE_MALLOC_FAILED
  1501. Language=English
  1502. Error allocating hash table. The Sap Agent cannot continue.
  1503. .
  1504. MessageId=8517 Severity=Error SymbolicName=NWSAP_EVENT_STARTLPCWORKER_ERROR
  1505. Language=English
  1506. Error starting LPC worker thread. The Sap Agent cannot continue.
  1507. .
  1508. MessageId=8518 Severity=Error SymbolicName=NWSAP_EVENT_CREATELPCPORT_ERROR
  1509. Language=English
  1510. Error creating the LPC port. The Sap Agent cannot continue.
  1511. .
  1512. MessageId=8519 Severity=Error SymbolicName=NWSAP_EVENT_CREATELPCEVENT_ERROR
  1513. Language=English
  1514. Error creating the LPC thread event. The Sap Agent cannot continue.
  1515. .
  1516. MessageId=8520 Severity=Error SymbolicName=NWSAP_EVENT_LPCLISTENMEMORY_ERROR
  1517. Language=English
  1518. Error allocating memory for an LPC Client structure. The Sap Agent cannot continue.
  1519. .
  1520. MessageId=8521 Severity=Error SymbolicName=NWSAP_EVENT_LPCHANDLEMEMORY_ERROR
  1521. Language=English
  1522. Error allocating buffer to hold LPC worker thread handles. The Sap Agent cannot continue.
  1523. .
  1524. MessageId=8522 Severity=Error SymbolicName=NWSAP_EVENT_BADWANFILTER_VALUE
  1525. Language=English
  1526. The value for WANFilter in the registry must be 0-2. The Sap Agent cannot continue.
  1527. .
  1528. MessageId=8523 Severity=Error SymbolicName=NWSAP_EVENT_CARDLISTEVENT_FAIL
  1529. Language=English
  1530. Error creating event for card list access synchronization. The Sap Agent cannot continue.
  1531. .
  1532. MessageId=8524 Severity=Error SymbolicName=NWSAP_EVENT_SDMDEVENT_FAIL
  1533. Language=English
  1534. Error creating event for database access synchronization. The Sap Agent cannot continue.
  1535. .
  1536. MessageId=8525 Severity=Warning SymbolicName=NWSAP_EVENT_INVALID_FILTERNAME
  1537. Language=English
  1538. Name too long in key %1: Name = %s. The Sap Agent cannot continue.
  1539. .
  1540. MessageId=8526 Severity=Error SymbolicName=NWSAP_EVENT_WANSEM_FAIL
  1541. Language=English
  1542. Error creating WAN control semaphore. The Sap Agent cannot continue.
  1543. .
  1544. MessageId=8527 Severity=Error SymbolicName=NWSAP_EVENT_WANSOCKET_FAILED
  1545. Language=English
  1546. Socket create call failed for WAN socket. The Sap Agent cannot continue.
  1547. .
  1548. MessageId=8528 Severity=Error SymbolicName=NWSAP_EVENT_WANBIND_FAILED
  1549. Language=English
  1550. Binding to WAN socket failed. The Sap Agent cannot continue.
  1551. .
  1552. MessageId=8529 Severity=Error SymbolicName=NWSAP_EVENT_STARTWANWORKER_ERROR
  1553. Language=English
  1554. Error starting WAN worker thread. The Sap Agent cannot continue.
  1555. .
  1556. MessageId=8530 Severity=Error SymbolicName=NWSAP_EVENT_STARTWANCHECK_ERROR
  1557. Language=English
  1558. Error starting WAN check thread. The Sap Agent cannot continue.
  1559. .
  1560. MessageId=8531 Severity=Error SymbolicName=NWSAP_EVENT_OPTMAXADAPTERNUM_ERROR
  1561. Language=English
  1562. Error on getsockopt IPX_MAX_ADAPTER_NUM. Data is the error code. The Sap Agent cannot continue.
  1563. .
  1564. MessageId=8532 Severity=Error SymbolicName=NWSAP_EVENT_WANHANDLEMEMORY_ERROR
  1565. Language=English
  1566. Error allocating buffer to hold WAN notify thread handles. The Sap Agent cannot continue.
  1567. .
  1568. MessageId=8533 Severity=Error SymbolicName=NWSAP_EVENT_WANEVENT_ERROR
  1569. Language=English
  1570. Error creating the WAN thread event. The Sap Agent cannot continue.
  1571. .
  1572. ;
  1573. ;/////////////////////////////////////////////////////////////////////////
  1574. ;//
  1575. ;// Transport Events (9000-9499)
  1576. ;//
  1577. ;//
  1578. ;/////////////////////////////////////////////////////////////////////////
  1579. ;
  1580. ;
  1581. MessageId=9001 Severity=Warning SymbolicName=EVENT_TRANSPORT_RESOURCE_POOL
  1582. Language=English
  1583. %2 could not allocate a resource of type %3 due to system resource problems.
  1584. .
  1585. MessageId=9002 Severity=Warning SymbolicName=EVENT_TRANSPORT_RESOURCE_LIMIT
  1586. Language=English
  1587. %2 could not allocate a resource of type %3 due to its configured size of %4.
  1588. .
  1589. MessageId=9003 Severity=Warning SymbolicName=EVENT_TRANSPORT_RESOURCE_SPECIFIC
  1590. Language=English
  1591. %2 could not allocate a resource of type %3 due to a specifically configured limit of %4.
  1592. .
  1593. MessageId=9004 Severity=Error SymbolicName=EVENT_TRANSPORT_REGISTER_FAILED
  1594. Language=English
  1595. %2 failed to register itself with the NDIS wrapper.
  1596. .
  1597. MessageId=9005 Severity=Error SymbolicName=EVENT_TRANSPORT_BINDING_FAILED
  1598. Language=English
  1599. %2 failed to bind to adapter %3.
  1600. .
  1601. MessageId=9006 Severity=Error SymbolicName=EVENT_TRANSPORT_ADAPTER_NOT_FOUND
  1602. Language=English
  1603. %2 could not find adapter %3.
  1604. .
  1605. MessageId=9007 Severity=Error SymbolicName=EVENT_TRANSPORT_SET_OID_FAILED
  1606. Language=English
  1607. %2 failed while setting OID %3 on adapter %4.
  1608. .
  1609. MessageId=9008 Severity=Error SymbolicName=EVENT_TRANSPORT_QUERY_OID_FAILED
  1610. Language=English
  1611. %2 failed while querying OID %3 on adapter %4.
  1612. .
  1613. MessageId=9009 Severity=Informational SymbolicName=EVENT_TRANSPORT_TRANSFER_DATA
  1614. Language=English
  1615. %2 could not transfer a packet from the adapter. The packet was dropped.
  1616. .
  1617. MessageId=9010 Severity=Informational SymbolicName=EVENT_TRANSPORT_TOO_MANY_LINKS
  1618. Language=English
  1619. %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.
  1620. .
  1621. MessageId=9011 Severity=Informational SymbolicName=EVENT_TRANSPORT_BAD_PROTOCOL
  1622. Language=English
  1623. %2 received an unexpected %3 packet from a remote computer.
  1624. .
  1625. ;
  1626. ;/////////////////////////////////////////////////////////////////////////
  1627. ;//
  1628. ;// IPX/SPX Events (9500-9999)
  1629. ;//
  1630. ;//
  1631. ;/////////////////////////////////////////////////////////////////////////
  1632. ;
  1633. ;
  1634. MessageId=9501 Severity=Informational SymbolicName=EVENT_IPX_NEW_DEFAULT_TYPE
  1635. Language=English
  1636. The default frame type for auto-detection on %2 was changed to %3.
  1637. This type is now the default if no frame type can be detected.
  1638. .
  1639. MessageId=9502 Severity=Warning SymbolicName=EVENT_IPX_SAP_ANNOUNCE
  1640. Language=English
  1641. A SAP announcement was sent over %2 which is configured for multiple
  1642. networks, but no internal network is configured. This may prevent
  1643. machines on some networks from locating the advertised service.
  1644. .
  1645. MessageId=9503 Severity=Warning SymbolicName=EVENT_IPX_ILLEGAL_CONFIG
  1646. Language=English
  1647. The value for the %2 parameter %3 was illegal.
  1648. .
  1649. MessageId=9504 Severity=Error SymbolicName=EVENT_IPX_INTERNAL_NET_INVALID
  1650. Language=English
  1651. %2 was configured with an internal network number of %3. This network
  1652. number conflicts with one of the attached networks. The configured
  1653. internal network number will be ignored.
  1654. .
  1655. MessageId=9505 Severity=Error SymbolicName=EVENT_IPX_NO_FRAME_TYPES
  1656. Language=English
  1657. %2 had no frame types configured for the binding to adapter %3.
  1658. .
  1659. MessageId=9506 Severity=Error SymbolicName=EVENT_IPX_CREATE_DEVICE
  1660. Language=English
  1661. %2 failed to initialize because the driver device could not be created.
  1662. .
  1663. MessageId=9507 Severity=Error SymbolicName=EVENT_IPX_NO_ADAPTERS
  1664. Language=English
  1665. %2 could not bind to any adapters. The transport could not start.
  1666. .
  1667. ;
  1668. ;/////////////////////////////////////////////////////////////////////////
  1669. ;//
  1670. ;// DCOM Events (10000-10999)
  1671. ;//
  1672. ;//
  1673. ;/////////////////////////////////////////////////////////////////////////
  1674. ;
  1675. ;
  1676. MessageId=10000 Severity=Error SymbolicName=EVENT_RPCSS_CREATEPROCESS_FAILURE
  1677. Language=English
  1678. Unable to start a DCOM Server: %3.
  1679. The error:%n"%%%2"%nHappened while starting this command:%n%1
  1680. .
  1681. MessageId=10001 Severity=Error SymbolicName=EVENT_RPCSS_RUNAS_CREATEPROCESS_FAILURE
  1682. Language=English
  1683. Unable to start a DCOM Server: %3 as %4/%5.
  1684. The error:%n"%%%2"%nHappened while starting this command:%n%1
  1685. .
  1686. MessageId=10002 Severity=Error SymbolicName=EVENT_RPCSS_LAUNCH_ACCESS_DENIED
  1687. Language=English
  1688. Access denied attempting to launch a DCOM Server.
  1689. The server is:%n%1%nThe user is %2/%3, SID=%4.
  1690. .
  1691. MessageId=10003 Severity=Error SymbolicName=EVENT_RPCSS_DEFAULT_LAUNCH_ACCESS_DENIED
  1692. Language=English
  1693. Access denied attempting to launch a DCOM Server using DefaultLaunchPermssion.
  1694. The server is:%n%1%nThe user is %2/%3, SID=%4.
  1695. .
  1696. MessageId=10004 Severity=Error SymbolicName=EVENT_RPCSS_RUNAS_CANT_LOGIN
  1697. Language=English
  1698. DCOM got error "%%%1" and was unable to logon %2\%3
  1699. in order to run the server:%n%4
  1700. .
  1701. MessageId=10005 Severity=Error SymbolicName=EVENT_RPCSS_START_SERVICE_FAILURE
  1702. Language=English
  1703. DCOM got error "%%%1" attempting to start the service %2 with arguments "%3"
  1704. in order to run the server:%n%4
  1705. .
  1706. MessageId=10006 Severity=Error SymbolicName=EVENT_RPCSS_REMOTE_SIDE_ERROR
  1707. Language=English
  1708. DCOM got error "%%%1" from the computer %2 when attempting to
  1709. activate the server:%n%3
  1710. .
  1711. MessageId=10007 Severity=Error SymbolicName=EVENT_RPCSS_ACTIVATION_ERROR
  1712. Language=English
  1713. DCOM got error "%%%1" when attempting to
  1714. activate the server:%n%2
  1715. .
  1716. MessageId=10008 Severity=Error SymbolicName=EVENT_RPCSS_REMOTE_SIDE_ERROR_WITH_FILE
  1717. Language=English
  1718. DCOM got error "%%%1" from the computer %2 when attempting to
  1719. the server:%n%3 with file %4.
  1720. .
  1721. MessageId=10009 Severity=Error SymbolicName=EVENT_RPCSS_REMOTE_SIDE_UNAVAILABLE
  1722. Language=English
  1723. DCOM was unable to communicate with the computer %1 using any of the configured
  1724. protocols.
  1725. .
  1726. MessageId=10010 Severity=Error SymbolicName=EVENT_RPCSS_SERVER_START_TIMEOUT
  1727. Language=English
  1728. The server %1 did not register with DCOM within the required timeout.
  1729. .
  1730. MessageId=10011 Severity=Error SymbolicName=EVENT_RPCSS_SERVER_NOT_RESPONDING
  1731. Language=English
  1732. The server %1 could not be contacted to establish the connection to the client
  1733. .
  1734. MessageId=10012 Severity=Error SymbolicName=EVENT_DCOM_ASSERTION_FAILURE
  1735. Language=English
  1736. There is an assertion failure in DCOM. Context follows:
  1737. %1
  1738. %2
  1739. %3
  1740. .
  1741. MessageId=10013 Severity=Error SymbolicName=EVENT_DCOM_INVALID_ENDPOINT_DATA
  1742. Language=English
  1743. DCOM server attempted to listen on an invalid endpoint.
  1744. Protseq: %1
  1745. Endpoint: %2
  1746. Flags: %3
  1747. .
  1748. MessageId=10014 Severity=Error SymbolicName=EVENT_DCOM_COMPLUS_DISABLED
  1749. Language=English
  1750. The activation for CLSID %1 failed because remote activations for COM+ are disabled.
  1751. To enable this functionality use the Configure Your Server wizard and select the Web
  1752. Application Server role.
  1753. .
  1754. ;
  1755. ;/////////////////////////////////////////////////////////////////////////
  1756. ;//
  1757. ;// DNS Caching Resolvers Service and DNS API Events (11000-11999)
  1758. ;//
  1759. ;/////////////////////////////////////////////////////////////////////////
  1760. ;
  1761. ;//
  1762. ;// Errors
  1763. ;//
  1764. ;
  1765. MessageId=11000
  1766. Severity=Error
  1767. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_DLL
  1768. Language=English
  1769. Unable to start DNS Client Service.
  1770. Failed to load DLL %2, Error: %1.
  1771. Please reinstall this DLL from installation CD.
  1772. .
  1773. MessageId=11001
  1774. Severity=Error
  1775. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_ENTRY
  1776. Language=English
  1777. Unable to start DNS Client service. Can not find entry %3 in DLL %2.
  1778. Please reinstall this DLL from installation CD. For specific error
  1779. code, see the record data displayed below.
  1780. .
  1781. MessageId=11002
  1782. Severity=Error
  1783. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_CONTROL
  1784. Language=English
  1785. Unable to start the DNS Client service. The system could not register a
  1786. service control handler and could be out of resources. Close any
  1787. applications not in use or reboot the computer. For specific error
  1788. code, see the record data displayed below.
  1789. .
  1790. MessageId=11003
  1791. Severity=Error
  1792. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_DONE_EVENT
  1793. Language=English
  1794. Unable to start DNS Client service. The system could
  1795. not create a termination event for this service and
  1796. could be out of resources. Close any applications not
  1797. in use or reboot the computer. For specific error code,
  1798. see the record data displayed below.
  1799. .
  1800. MessageId=11004
  1801. Severity=Error
  1802. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_RPC
  1803. Language=English
  1804. Unable to start DNS Client service. Could not start the
  1805. Remote Procedure Call (RPC) interface for this service.
  1806. To correct the problem, you may restart the RPC and DNS
  1807. Client services. To do so, use the following commands at a command
  1808. prompt: (1) type "net start rpc" to start the RPC service, and (2)
  1809. type "net start dnscache" to start the DNS Client service. For
  1810. specific error code information, see the record data displayed below.
  1811. .
  1812. MessageId=11005
  1813. Severity=Error
  1814. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_SHUTDOWN_NOTIFY
  1815. Language=English
  1816. Unable to start DNS Client service. The system could not register
  1817. shutdown notification for this service and could be out of resources.
  1818. Try closing any applications not in use or reboot the computer.
  1819. .
  1820. MessageId=11006
  1821. Severity=Error
  1822. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_NO_UPDATE
  1823. Language=English
  1824. Unable to start DNS Client service. Could not update status with
  1825. Service Control Manager. To correct the problem, you may restart
  1826. the RPC and DNS Client services. To do so, use the following commands
  1827. at a command prompt: (1) type "net start rpc" to start the RPC service,
  1828. and (2) type "net start dnscache" to start the DNS Client service. For
  1829. specific error code information, see the record data displayed below.
  1830. .
  1831. MessageId=11007
  1832. Severity=Error
  1833. SymbolicName=EVENT_DNS_CACHE_START_FAILURE_LOW_MEMORY
  1834. Language=English
  1835. Unable to start DNS Client service because the system failed to allocate
  1836. memory and may be out of available memory. Try closing any applications not
  1837. in use or reboot the computer. For specific error code, see the record data
  1838. displayed below.
  1839. .
  1840. ;
  1841. ;//
  1842. ;// Warnings
  1843. ;//
  1844. ;
  1845. MessageId=11050
  1846. Severity=Warning
  1847. SymbolicName=EVENT_DNS_CACHE_NETWORK_PERF_WARNING
  1848. Language=English
  1849. The DNS Client service could not contact any DNS servers for
  1850. a repeated number of attempts. For the next %3 seconds the
  1851. DNS Client service will not use the network to avoid further
  1852. network performance problems. It will resume its normal behavior
  1853. after that. If this problem persists, verify your TCP/IP
  1854. configuration, specifically check that you have a preferred
  1855. (and possibly an alternate) DNS server configured. If the problem
  1856. continues, verify network conditions to these DNS servers or contact
  1857. your network administrator.
  1858. .
  1859. MessageId=11051
  1860. Severity=Warning
  1861. SymbolicName=EVENT_DNS_CACHE_UNABLE_TO_REACH_SERVER_WARNING
  1862. Language=English
  1863. The DNS Client service failed to reach DNS server at address %1. It will
  1864. not use this DNS server for %2 seconds.
  1865. .
  1866. Messageid=11150
  1867. Severity=Warning
  1868. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT
  1869. Language=English
  1870. The system failed to register network adapter with settings:%n%n
  1871. Adapter Name : %1%n
  1872. Host Name : %2%n
  1873. Adapter-specific Domain Suffix : %3%n
  1874. DNS Server list :%n
  1875. %4%n
  1876. Sent update to server : %5%n
  1877. IP Address(es) :%n
  1878. %6%n%n
  1879. The cause of this DNS registration failure was because the DNS update
  1880. request timed out after being sent to the specified DNS Server. This is
  1881. probably because the authoritative DNS server for the name being updated
  1882. is not running.%n%n You can manually retry registration of the network
  1883. adapter and its settings by typing "ipconfig /registerdns" at the command
  1884. prompt. If problems still persist, contact your network systems
  1885. administrator to verify network conditions.
  1886. .
  1887. Messageid=11151
  1888. Severity=Warning
  1889. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL
  1890. Language=English
  1891. The system failed to register network adapter with settings:%n%n
  1892. Adapter Name : %1%n
  1893. Host Name : %2%n
  1894. Adapter-specific Domain Suffix : %3%n
  1895. DNS server list :%n
  1896. %4%n
  1897. Sent update to server : %5%n
  1898. IP Address(es) :%n
  1899. %6%n%n
  1900. The cause of this DNS registration failure was because of DNS server failure.
  1901. This may be due to a zone transfer that has locked the DNS server for the
  1902. applicable zone that your computer needs to register itself with.%n%n
  1903. (The applicable zone should typically correspond to the Adapter-specific
  1904. Domain Suffix that was indicated above.) You can manually retry registration
  1905. of the network adapter and its settings by typing "ipconfig /registerdns"
  1906. at the command prompt. If problems still persist, contact your network
  1907. systems administrator to verify network conditions.
  1908. .
  1909. Messageid=11152
  1910. Severity=Warning
  1911. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP
  1912. Language=English
  1913. The system failed to register network adapter with settings:%n%n
  1914. Adapter Name : %1%n
  1915. Host Name : %2%n
  1916. Adapter-specific Domain Suffix : %3%n
  1917. DNS server list :%n
  1918. %4%n
  1919. Sent update to server : %5%n
  1920. IP Address(es) :%n
  1921. %6%n%n
  1922. The reason it could not register was because either: (a) the DNS server
  1923. does not support the DNS dynamic update protocol, or (b) the primary zone
  1924. authoritative for the registering names does not currently accept dynamic
  1925. updates.%n%n To add or register a DNS host (A) resource record using the
  1926. specific DNS name for this adapter, contact your DNS server or network
  1927. systems administrator.
  1928. .
  1929. Messageid=11153
  1930. Severity=Warning
  1931. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED
  1932. Language=English
  1933. The system failed to register network adapter with settings:%n%n
  1934. Adapter Name : %1%n
  1935. Host Name : %2%n
  1936. Adapter-specific Domain Suffix : %3%n
  1937. DNS server list :%n
  1938. %4%n
  1939. Sent update to server : %5%n
  1940. IP Address(es) :%n
  1941. %6%n%n
  1942. The reason it could not register was because the DNS server refused the
  1943. dynamic update request. This could happen for the following reasons:
  1944. (a) current DNS update policies do not allow this computer to update
  1945. the DNS domain name configured for this adapter, or (b) the authoritative
  1946. DNS server for this DNS domain name does not support the DNS dynamic update
  1947. protocol.%n%n
  1948. To register a DNS host (A) resource record using the specific DNS domain
  1949. name for this adapter, contact your DNS server or network systems
  1950. administrator.
  1951. .
  1952. Messageid=11154
  1953. Severity=Warning
  1954. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY
  1955. Language=English
  1956. The system failed to register network adapter with settings:%n%n
  1957. Adapter Name : %1%n
  1958. Host Name : %2%n
  1959. Adapter-specific Domain Suffix : %3%n
  1960. DNS server list :%n
  1961. %4%n
  1962. Sent update to server : %5%n
  1963. IP Address(es) :%n
  1964. %6%n%n
  1965. The system could not register the DNS update request because of a
  1966. security related problem. This could happen for the following reasons:
  1967. (a) the DNS domain name that your computer is trying to register could
  1968. not be updated because your computer does not have the right permissions,
  1969. or (b) there might have been a problem negotiating valid credentials
  1970. with the DNS server to update.%n%n
  1971. You can manually retry DNS registration of the network adapter and its
  1972. settings by typing "ipconfig /registerdns" at the command prompt. If
  1973. problems still persist, contact your DNS server or network systems
  1974. administrator. For specific error code information, see the record data
  1975. displayed below.
  1976. .
  1977. Messageid=11155
  1978. Severity=Warning
  1979. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_OTHER
  1980. Language=English
  1981. The system failed to register network adapter with settings:%n%n
  1982. Adapter Name : %1%n
  1983. Host Name : %2%n
  1984. Adapter-specific Domain Suffix : %3%n
  1985. DNS server list :%n
  1986. %4%n
  1987. Sent update to server : %5%n
  1988. IP Address(es) :%n
  1989. %6%n%n
  1990. The reason the DNS update request could not be completed was because
  1991. of a system problem. You can manually retry DNS registration of the
  1992. network adapter and its settings by typing "ipconfig /registerdns"
  1993. at the command prompt. If problems still persist, contact your DNS
  1994. server or network systems administrator. For specific error code
  1995. information, see the record data displayed below.
  1996. .
  1997. Messageid=11156
  1998. Severity=Warning
  1999. SymbolicName=EVENT_DNSAPI_PTR_REGISTRATION_FAILED_TIMEOUT
  2000. Language=English
  2001. The system failed to register pointer (PTR) resource records (RRs) for
  2002. network adapter%nwith settings:%n%n
  2003. Adapter Name : %1%n
  2004. Host Name : %2%n
  2005. Adapter-specific Domain Suffix : %3%n
  2006. DNS server list :%n
  2007. %4%n
  2008. Sent update to server : %5%n
  2009. IP Address : %6%n%n
  2010. The reason that the system could not register these RRs was because the
  2011. update request that was sent to the specified DNS server timed out. This
  2012. is probably because the authoritative DNS server for the name being
  2013. registered is not running.%n%n You can manually retry DNS registration
  2014. of the network adapter and its settings by typing "ipconfig /registerdns"
  2015. at the command prompt. If problems still persist, contact your DNS
  2016. server or network systems administrator. For specific error code
  2017. information, see the record data displayed below.
  2018. .
  2019. Messageid=11157
  2020. Severity=Warning
  2021. SymbolicName=EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SERVERFAIL
  2022. Language=English
  2023. The system failed to register pointer (PTR) resource records (RRs)
  2024. for network adapter%nwith settings:%n%n
  2025. Adapter Name : %1%n
  2026. Host Name : %2%n
  2027. Adapter-specific Domain Suffix : %3%n
  2028. DNS server list :%n
  2029. %4%n
  2030. Sent update to server : %5%n
  2031. IP Address : %6%n%n
  2032. The reason that the system could not register these RRs was because
  2033. of DNS server failure. This may be due to a zone transfer lock on
  2034. the DNS server for the zone that your computer needs to update.%n%n
  2035. You can manually retry DNS registration of the network adapter and
  2036. its settings by typing "ipconfig /registerdns" at the command prompt.
  2037. If problems still persist, contact your DNS server or network systems
  2038. administrator. For specific error code information, see the record data
  2039. displayed below.
  2040. .
  2041. Messageid=11158
  2042. Severity=Warning
  2043. SymbolicName=EVENT_DNSAPI_PTR_REGISTRATION_FAILED_NOTSUPP
  2044. Language=English
  2045. The system failed to register pointer (PTR) resource records (RRs)
  2046. for network adapter%nwith settings:%n%n
  2047. Adapter Name : %1%n
  2048. Host Name : %2%n
  2049. Adapter-specific Domain Suffix : %3%n
  2050. DNS server list :%n
  2051. %4%n
  2052. Sent update to server : %5%n
  2053. IP Address : %6%n%n
  2054. The reason that the system could not register these RRs was because
  2055. (a) either the DNS server does not support the DNS dynamic update
  2056. protocol, or (b) the authoritative zone where these records are to
  2057. be registered does not allow dynamic updates.%n%n
  2058. To register DNS pointer (PTR) resource records using the specific
  2059. DNS domain name and IP addresses for this adapter, contact your
  2060. DNS server or network systems administrator.
  2061. .
  2062. Messageid=11159
  2063. Severity=Warning
  2064. SymbolicName=EVENT_DNSAPI_PTR_REGISTRATION_FAILED_REFUSED
  2065. Language=English
  2066. The system failed to register pointer (PTR) resource records (RRs)
  2067. for network adapter%nwith settings:%n%n
  2068. Adapter Name : %1%n
  2069. Host Name : %2%n
  2070. Adapter-specific Domain Suffix : %3%n
  2071. DNS server list :%n
  2072. %4%n
  2073. Sent update to server : %5%n
  2074. IP Address : %6%n%n
  2075. The reason that the system could not register these RRs was because
  2076. the DNS server refused the update request. The cause of this could
  2077. be (a) your computer is not allowed to update the adapter-specified DNS
  2078. domain name, or (b) because the DNS server authoritative for the specified
  2079. name does not support the DNS dynamic update protocol.%n%n
  2080. To register the DNS pointer (PTR) resource records using the specific
  2081. DNS domain name and IP addresses for this adapter, contact your DNS
  2082. server or network systems administrator.
  2083. .
  2084. Messageid=11160
  2085. Severity=Warning
  2086. SymbolicName=EVENT_DNSAPI_PTR_REGISTRATION_FAILED_SECURITY
  2087. Language=English
  2088. The system failed to register pointer (PTR) resource records (RRs)
  2089. for network adapter%nwith settings:%n%n
  2090. Adapter Name : %1%n
  2091. Host Name : %2%n
  2092. Adapter-specific Domain Suffix : %3%n
  2093. DNS server list :%n
  2094. %4%n
  2095. Sent update to server : %5%n
  2096. IP Address : %6%n%n
  2097. The reason that the system could not register these RRs was because
  2098. of a security related problem. The cause of this could be (a) your
  2099. computer does not have permissions to register and update the specific
  2100. DNS domain name set for this adapter, or (b) there might have been a
  2101. problem negotiating valid credentials with the DNS server during the
  2102. processing of the update request.%n%n
  2103. You can manually retry DNS registration of the network adapter and
  2104. its settings by typing "ipconfig /registerdns" at the command prompt.
  2105. If problems still persist, contact your DNS server or network systems
  2106. administrator.
  2107. .
  2108. Messageid=11161
  2109. Severity=Warning
  2110. SymbolicName=EVENT_DNSAPI_PTR_REGISTRATION_FAILED_OTHER
  2111. Language=English
  2112. The system failed to register pointer (PTR) resource records (RRs)
  2113. for network adapter%nwith settings:%n%n
  2114. Adapter Name : %1%n
  2115. Host Name : %2%n
  2116. Adapter-specific Domain Suffix : %3%n
  2117. DNS server list :%n
  2118. %4%n
  2119. Sent update to server : %5%n
  2120. IP Address : %6%n%n
  2121. The reason the system could not register these RRs during the
  2122. update request was because of a system problem. You can manually
  2123. retry DNS registration of the network adapter and its settings by
  2124. typing "ipconfig /registerdns" at the command prompt. If problems
  2125. still persist, contact your DNS server or network systems
  2126. administrator. For specific error code, see the record data displayed below.
  2127. .
  2128. Messageid=11162
  2129. Severity=Warning
  2130. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_TIMEOUT_PRIMARY_DN
  2131. Language=English
  2132. The system failed to register host (A) resource records (RRs) for
  2133. network adapter%nwith settings:%n%n
  2134. Adapter Name : %1%n
  2135. Host Name : %2%n
  2136. Primary Domain Suffix : %3%n
  2137. DNS server list :%n
  2138. %4%n
  2139. Sent update to server : %5%n
  2140. IP Address(es) :%n
  2141. %6%n%n
  2142. The reason the system could not register these RRs was because the
  2143. update request it sent to the DNS server timed out. The most likely
  2144. cause of this is that the DNS server authoritative for the name it
  2145. was attempting to register or update is not running at this time.%n%n
  2146. You can manually retry DNS registration of the network adapter and
  2147. its settings by typing "ipconfig /registerdns" at the command prompt.
  2148. If problems still persist, contact your DNS server or network systems
  2149. administrator.
  2150. .
  2151. Messageid=11163
  2152. Severity=Warning
  2153. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN
  2154. Language=English
  2155. The system failed to register host (A) resource records (RRs) for
  2156. network adapter%nwith settings:%n%n
  2157. Adapter Name : %1%n
  2158. Host Name : %2%n
  2159. Primary Domain Suffix : %3%n
  2160. DNS server list :%n
  2161. %4%n
  2162. Sent update to server : %5%n
  2163. IP Address(es) :%n
  2164. %6%n%n
  2165. The reason the system could not register these RRs was because the
  2166. DNS server failed the update request. The most likely cause of this
  2167. is that the authoritative DNS server required to process this update
  2168. request has a lock in place on the zone, probably because a zone
  2169. transfer is in progress.%n%n
  2170. You can manually retry DNS registration of the network adapter and
  2171. its settings by typing "ipconfig /registerdns" at the command prompt.
  2172. If problems still persist, contact your DNS server or network systems
  2173. administrator.
  2174. .
  2175. Messageid=11164
  2176. Severity=Warning
  2177. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_NOTSUPP_PRIMARY_DN
  2178. Language=English
  2179. The system failed to register host (A) resource records (RRs) for
  2180. network adapter%nwith settings:%n%n
  2181. Adapter Name : %1%n
  2182. Host Name : %2%n
  2183. Primary Domain Suffix : %3%n
  2184. DNS server list :%n
  2185. %4%n
  2186. Sent update to server : %5%n
  2187. IP Address(es) :%n
  2188. %6%n%n
  2189. The reason the system could not register these RRs was because either
  2190. (a) the DNS server does not support the DNS dynamic update protocol, or
  2191. (b) the authoritative zone for the specified DNS domain name does not
  2192. accept dynamic updates.%n%n
  2193. To register the DNS host (A) resource records using the specific DNS
  2194. domain name and IP addresses for this adapter, contact your DNS server
  2195. or network systems administrator.
  2196. .
  2197. Messageid=11165
  2198. Severity=Warning
  2199. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_REFUSED_PRIMARY_DN
  2200. Language=English
  2201. The system failed to register host (A) resource records (RRs) for
  2202. network adapter%nwith settings:%n%n
  2203. Adapter Name : %1%n
  2204. Host Name : %2%n
  2205. Primary Domain Suffix : %3%n
  2206. DNS server list :%n
  2207. %4%n
  2208. Sent update to server : %5%n
  2209. IP Address(es) :%n
  2210. %6%n%n
  2211. The reason the system could not register these RRs was because the
  2212. DNS server contacted refused the update request. The reasons for this
  2213. might be (a) you are not allowed to update the specified DNS domain name,
  2214. or (b) because the DNS server authoritative for this name does not support
  2215. the DNS dynamic update protocol.%n%n
  2216. To register the DNS host (A) resource records using the specific DNS
  2217. domain name and IP addresses for this adapter, contact your DNS server
  2218. or network systems administrator.
  2219. .
  2220. Messageid=11166
  2221. Severity=Warning
  2222. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_SECURITY_PRIMARY_DN
  2223. Language=English
  2224. The system failed to register host (A) resource records (RRs) for
  2225. network adapter%nwith settings:%n%n
  2226. Adapter Name : %1%n
  2227. Host Name : %2%n
  2228. Primary Domain Suffix : %3%n
  2229. DNS server list :%n
  2230. %4%n
  2231. Sent update to server : %5%n
  2232. IP Address(es) :%n
  2233. %6%n%n
  2234. The reason the system could not register these RRs was because of a
  2235. security related problem. The cause of this could be (a) your computer
  2236. does not have permissions to register and update the specific DNS domain
  2237. name set for this adapter, or (b) there might have been a problem negotiating
  2238. valid credentials with the DNS server during the processing of the update
  2239. request.%n%n
  2240. You can manually retry DNS registration of the network adapter and
  2241. its settings by typing "ipconfig /registerdns" at the command prompt.
  2242. If problems still persist, contact your DNS server or network systems
  2243. administrator. For specific error code, see the record data displayed below.
  2244. .
  2245. Messageid=11167
  2246. Severity=Warning
  2247. SymbolicName=EVENT_DNSAPI_REGISTRATION_FAILED_OTHER_PRIMARY_DN
  2248. Language=English
  2249. The system failed to register host (A) resource records (RRs) for
  2250. network adapter%nwith settings:%n%n
  2251. Adapter Name : %1%n
  2252. Host Name : %2%n
  2253. Primary Domain Suffix : %3%n
  2254. DNS server list :%n
  2255. %4%n
  2256. Sent update to server : %5%n
  2257. IP Address(es) :%n
  2258. %6%n%n
  2259. The reason the system could not register these RRs during the
  2260. update request was because of a system problem. You can manually
  2261. retry DNS registration of the network adapter and its settings by
  2262. typing "ipconfig /registerdns" at the command prompt. If problems
  2263. still persist, contact your DNS server or network systems
  2264. administrator. For specific error code, see the record data displayed below.
  2265. .
  2266. ;
  2267. ;//
  2268. ;// Deregistration update errors
  2269. ;//
  2270. ;
  2271. Messageid=11180
  2272. Severity=Warning
  2273. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT
  2274. Language=English
  2275. The system failed to update and remove registration for the
  2276. network adapter with settings:%n%n
  2277. Adapter Name : %1%n
  2278. Host Name : %2%n
  2279. Adapter-specific Domain Suffix : %3%n
  2280. DNS server list :%n
  2281. %4%n
  2282. Sent update to server : %5%n
  2283. IP Address(es) :%n
  2284. %6%n%n
  2285. The reason for this failure is because the DNS server it sent the update
  2286. request to timed out. The most likely cause of this failure is that the
  2287. DNS server authoritative for the zone where the registration was originally
  2288. made is either not running or unreachable through the network at this time.
  2289. .
  2290. Messageid=11181
  2291. Severity=Warning
  2292. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL
  2293. Language=English
  2294. The system failed to update and remove registration for the
  2295. network adapter with settings:%n%n
  2296. Adapter Name : %1%n
  2297. Host Name : %2%n
  2298. Adapter-specific Domain Suffix : %3%n
  2299. DNS server list :%n
  2300. %4%n
  2301. Sent update to server : %5%n
  2302. IP Address(es) :%n
  2303. %6%n%n
  2304. The reason for this failure is because the DNS server it sent the update
  2305. to failed the update request. A possible cause of this failure is that
  2306. the DNS server required to process this update request has a lock in place
  2307. on the zone, probably because a zone transfer is in progress.%n%n
  2308. .
  2309. Messageid=11182
  2310. Severity=Warning
  2311. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP
  2312. Language=English
  2313. The system failed to update and remove registration for the network
  2314. adapter with settings:%n%n
  2315. Adapter Name : %1%n
  2316. Host Name : %2%n
  2317. Adapter-specific Domain Suffix : %3%n
  2318. DNS server list :%n
  2319. %4%n
  2320. Sent update to server : %5%n
  2321. IP Address(es) :%n
  2322. %6%n%n
  2323. The reason for this failure is because the DNS server sent the update
  2324. either (a) does not support the DNS dynamic update protocol, or (b) the
  2325. authoritative zone for the specified DNS domain name does not currently
  2326. accept DNS dynamic updates.
  2327. .
  2328. Messageid=11183
  2329. Severity=Warning
  2330. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED
  2331. Language=English
  2332. The system failed to update and remove registration for the network
  2333. adapter with settings:%n%n
  2334. Adapter Name : %1%n
  2335. Host Name : %2%n
  2336. Adapter-specific Domain Suffix : %3%n
  2337. DNS server list :%n
  2338. %4%n
  2339. Sent update to server : %5%n
  2340. IP Address(es) :%n
  2341. %6%n%n
  2342. The reason the system could not perform the update request was the
  2343. DNS server contacted refused update request. The cause of this is
  2344. (a) this computer is not allowed to update the specified DNS domain
  2345. name, or (b) because the DNS server authoritative for the zone that
  2346. requires updating does not support the DNS dynamic update protocol.
  2347. .
  2348. Messageid=11184
  2349. Severity=Warning
  2350. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY
  2351. Language=English
  2352. The system failed to update and remove registration for the network
  2353. adapter with settings:%n%n
  2354. Adapter Name : %1%n
  2355. Host Name : %2%n
  2356. Adapter-specific Domain Suffix : %3%n
  2357. DNS server list :%n
  2358. %4%n
  2359. Sent update to server : %5%n
  2360. IP Address(es) :%n
  2361. %6%n%n
  2362. The reason the system could not perform the update request was because
  2363. of a security related problem. The cause of this could be (a) your computer
  2364. does not have permissions to register and update the specific DNS domain
  2365. name set for this adapter, or (b) there might have been a problem negotiating
  2366. valid credentials with the DNS server during the processing of the update
  2367. request.%n%n
  2368. For specific error code, see the record data displayed below.
  2369. .
  2370. Messageid=11185
  2371. Severity=Warning
  2372. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER
  2373. Language=English
  2374. The system failed to update and remove the DNS registration for the
  2375. network adapter with settings:%n%n
  2376. Adapter Name : %1%n
  2377. Host Name : %2%n
  2378. Adapter-specific Domain Suffix : %3%n
  2379. DNS server list :%n
  2380. %4%n
  2381. Sent update to server : %5%n
  2382. IP Address(es) :%n
  2383. %6%n%n
  2384. The system could not update to remove this DNS registration because of
  2385. a system problem. For specific error code, see the record data displayed below.
  2386. .
  2387. Messageid=11186
  2388. Severity=Warning
  2389. SymbolicName=EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_TIMEOUT
  2390. Language=English
  2391. The system failed to update and remove pointer (PTR) resource records (RRs)
  2392. for network adapter%nwith settings:%n%n
  2393. Adapter Name : %1%n
  2394. Host Name : %2%n
  2395. Adapter-specific Domain Suffix : %3%n
  2396. DNS server list :%n
  2397. %4%n
  2398. Sent update to server : %5%n
  2399. IP Address : %6%n%n
  2400. The system could not remove these PTR RRs because the update request
  2401. timed out while awaiting a response from the DNS server. This is probably
  2402. because the DNS server authoritative for the zone that requires update
  2403. is not running.
  2404. .
  2405. Messageid=11187
  2406. Severity=Warning
  2407. SymbolicName=EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SERVERFAIL
  2408. Language=English
  2409. The system failed to update and remove pointer (PTR) resource records (RRs)
  2410. for network adapter%nwith settings:%n%n
  2411. Adapter Name : %1%n
  2412. Host Name : %2%n
  2413. Adapter-specific Domain Suffix : %3%n
  2414. DNS server list :%n
  2415. %4%n
  2416. Sent update to server : %5%n
  2417. IP Address : %6%n%n
  2418. The system could not remove these PTR RRs because the DNS server failed the
  2419. update request. A possible cause is that a zone transfer is in progress,
  2420. causing a lock for the zone at the DNS server authorized to perform the
  2421. updates for these RRs.
  2422. .
  2423. Messageid=11188
  2424. Severity=Warning
  2425. SymbolicName=EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_NOTSUPP
  2426. Language=English
  2427. The system failed to update and remove pointer (PTR) resource records (RRs)
  2428. for network adapter%nwith settings:%n%n
  2429. Adapter Name : %1%n
  2430. Host Name : %2%n
  2431. Adapter-specific Domain Suffix : %3%n
  2432. DNS server list :%n
  2433. %4%n
  2434. Sent update to server : %5%n
  2435. IP Address : %6%n%n
  2436. The system could not remove these PTR RRs because either the DNS server
  2437. does not support the DNS dynamic update protocol or the authoritative zone
  2438. that contains these RRs does not accept dynamic updates.
  2439. .
  2440. Messageid=11189
  2441. Severity=Warning
  2442. SymbolicName=EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_REFUSED
  2443. Language=English
  2444. The system failed to update and remove pointer (PTR) resource records (RRs)
  2445. for network adapter%nwith settings:%n%n
  2446. Adapter Name : %1%n
  2447. Host Name : %2%n
  2448. Adapter-specific Domain Suffix : %3%n
  2449. DNS server list :%n
  2450. %4%n
  2451. Sent update to server : %5%n
  2452. IP Address : %6%n%n
  2453. The system could not remove these PTR RRs because the DNS server refused the
  2454. update request. The cause of this might be (a) this computer is not allowed
  2455. to update the specified DNS domain name specified by these settings, or
  2456. (b) because the DNS server authorized to perform updates for the zone that
  2457. contains these RRs does not support the DNS dynamic update protocol.
  2458. .
  2459. Messageid=11190
  2460. Severity=Warning
  2461. SymbolicName=EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_SECURITY
  2462. Language=English
  2463. The system failed to update and remove pointer (PTR) resource records (RRs)
  2464. for network adapter%nwith settings:%n%n
  2465. Adapter Name : %1%n
  2466. Host Name : %2%n
  2467. Adapter-specific Domain Suffix : %3%n
  2468. DNS server list :%n
  2469. %4%n
  2470. Sent update to server : %5%n
  2471. IP Address : %6%n%n
  2472. The system could not remove these PTR RRs because of a security related
  2473. problem. The cause of this could be that (a) your computer does not have
  2474. permissions to remove and update the specific DNS domain name or IP addresses
  2475. configured for this adapter, or (b) there might have been a problem negotiating
  2476. valid credentials with the DNS server during the processing of the update
  2477. request. For specific error code, see the record data displayed below.
  2478. .
  2479. Messageid=11191
  2480. Severity=Warning
  2481. SymbolicName=EVENT_DNSAPI_PTR_DEREGISTRATION_FAILED_OTHER
  2482. Language=English
  2483. The system failed to update and remove pointer (PTR) resource records (RRs)
  2484. for network adapter%nwith settings:%n%n
  2485. Adapter Name : %1%n
  2486. Host Name : %2%n
  2487. Adapter-specific Domain Suffix : %3%n
  2488. DNS server list :%n
  2489. %4%n
  2490. Sent update to server : %5%n
  2491. IP Address : %6%n%n
  2492. The system could not remove these PTR RRs because because of a system
  2493. problem. For specific error code, see the record data displayed below.
  2494. .
  2495. Messageid=11192
  2496. Severity=Warning
  2497. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_TIMEOUT_PRIMARY_DN
  2498. Language=English
  2499. The system failed to update and remove host (A) resource records (RRs)
  2500. for network adapter%nwith settings:%n%n
  2501. Adapter Name : %1%n
  2502. Host Name : %2%n
  2503. Primary Domain Suffix : %3%n
  2504. DNS server list :%n
  2505. %4%n
  2506. Sent update to server : %5%n
  2507. IP Address(es) :%n
  2508. %6%n%n
  2509. The system could not remove these A RRs because the update request timed
  2510. out while awaiting a response from the DNS server. This is probably because
  2511. the DNS server authoritative for the zone where these RRs need to be updated
  2512. is either not currently running or reachable on the network.
  2513. .
  2514. Messageid=11193
  2515. Severity=Warning
  2516. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_SERVERFAIL_PRIMARY_DN
  2517. Language=English
  2518. The system failed to update and remove host (A) resource records (RRs)
  2519. for network adapter%nwith settings:%n%n
  2520. Adapter Name : %1%n
  2521. Host Name : %2%n
  2522. Primary Domain Suffix : %3%n
  2523. DNS server list :%n
  2524. %4%n
  2525. Sent update to server : %5%n
  2526. IP Address(es) :%n
  2527. %6%n%n
  2528. The system could not remove these A RRs because the DNS server failed the
  2529. update request. A possible cause is that a zone transfer is in progress,
  2530. causing a lock for the zone at the DNS server authorized to perform the
  2531. updates for these RRs.
  2532. .
  2533. Messageid=11194
  2534. Severity=Warning
  2535. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_NOTSUPP_PRIMARY_DN
  2536. Language=English
  2537. The system failed to update and remove host (A) resource records (RRs)
  2538. for network adapter%nwith settings:%n%n
  2539. Adapter Name : %1%n
  2540. Host Name : %2%n
  2541. Primary Domain Suffix : %3%n
  2542. DNS server list :%n
  2543. %4%n
  2544. Sent update to server : %5%n
  2545. IP Address(es) :%n
  2546. %6%n%n
  2547. The reason for this failure is because the DNS server sent the update
  2548. either (a) does not support the DNS dynamic update protocol, or (b) the
  2549. authoritative zone for the DNS domain name specified in these A RRs does
  2550. not currently accept DNS dynamic updates.
  2551. .
  2552. Messageid=11195
  2553. Severity=Warning
  2554. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_REFUSED_PRIMARY_DN
  2555. Language=English
  2556. The system failed to update and remove host (A) resource records (RRs)
  2557. for network adapter%nwith settings:%n%n
  2558. Adapter Name : %1%n
  2559. Host Name : %2%n
  2560. Primary Domain Suffix : %3%n
  2561. DNS server list :%n
  2562. %4%n
  2563. Sent update to server : %5%n
  2564. IP Address(es) :%n
  2565. %6%n%n
  2566. The request to remove these records failed because the DNS server refused
  2567. the update request. The cause of this might be that either (a) this
  2568. computer is not allowed to update the DNS domain name specified by these
  2569. settings, or (b) because the DNS server authorized to perform updates for
  2570. the zone that contains these RRs does not support the DNS dynamic update
  2571. protocol.
  2572. .
  2573. Messageid=11196
  2574. Severity=Warning
  2575. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_SECURITY_PRIMARY_DN
  2576. Language=English
  2577. The system failed to update and remove host (A) resource records (RRs)
  2578. for network adapter%nwith settings:%n%n
  2579. Adapter Name : %1%n
  2580. Host Name : %2%n
  2581. Primary Domain Suffix : %3%n
  2582. DNS server list :%n
  2583. %4%n
  2584. Sent update to server : %5%n
  2585. IP Address(es) :%n
  2586. %6%n%n
  2587. The reason for this failure was because of a security related problem.
  2588. The cause of this could be that (a) your computer does not have permissions
  2589. to remove and update the specific DNS domain name or IP addresses
  2590. configured for this adapter, or (b) there might have been a problem
  2591. negotiating valid credentials with the DNS server during the processing of
  2592. the update request. For specific error code, see the record data displayed below.
  2593. .
  2594. Messageid=11197
  2595. Severity=Warning
  2596. SymbolicName=EVENT_DNSAPI_DEREGISTRATION_FAILED_OTHER_PRIMARY_DN
  2597. Language=English
  2598. The system failed to update and remove host (A) resource records (RRs)
  2599. for network adapter%nwith settings:%n%n
  2600. Adapter Name : %1%n
  2601. Host Name : %2%n
  2602. Primary Domain Suffix : %3%n
  2603. DNS server list :%n
  2604. %4%n
  2605. Sent update to server : %5%n
  2606. IP Address(es) :%n
  2607. %6%n%n
  2608. The reason the update request failed was because of a system problem.
  2609. For specific error code, see the record data displayed below.
  2610. .
  2611. ;
  2612. ;//
  2613. ;// Information
  2614. ;//
  2615. ;
  2616. Messageid=11200
  2617. Severity=Informational
  2618. SymbolicName=EVENT_DNSAPI_REGISTERED_ADAPTER
  2619. Language=English
  2620. The system registered network adapter with settings :%n%n
  2621. Adapter Name : %1%n
  2622. Host Name : %2%n
  2623. Adapter-specific Domain Suffix : %3%n
  2624. DNS server list :%n
  2625. %4%n
  2626. Sent update to server : %5%n
  2627. IP Address(es) :%n
  2628. %6
  2629. .
  2630. Messageid=11201
  2631. Severity=Informational
  2632. SymbolicName=EVENT_DNSAPI_REGISTERED_PTR
  2633. Language=English
  2634. The system registered pointer (PTR) resource records (RRs) for network
  2635. adapter%nwith settings:%n%n
  2636. Adapter Name : %1%n
  2637. Host Name : %2%n
  2638. Adapter-specific Domain Suffix : %3%n
  2639. Primary Domain Suffix : %4%n
  2640. DNS server list :%n
  2641. %5%n
  2642. Sent update to server : %6%n
  2643. IP Address : %7
  2644. .
  2645. Messageid=11202
  2646. Severity=Informational
  2647. SymbolicName=EVENT_DNSAPI_REGISTERED_ADAPTER_PRIMARY_DN
  2648. Language=English
  2649. The system registered host (A) resource records (RRs) for network
  2650. adapter%nwith settings :%n%n
  2651. Adapter Name : %1%n
  2652. Host Name : %2%n
  2653. Primary Domain Suffix : %3%n
  2654. DNS server list :%n
  2655. %4%n
  2656. Sent update to server : %5%n
  2657. IP Address(es) :%n
  2658. %6
  2659. .
  2660. ;
  2661. ;/////////////////////////////////////////////////////////////////////////
  2662. ;//
  2663. ;// WMI Service Events (12000-12499)
  2664. ;//
  2665. ;/////////////////////////////////////////////////////////////////////////
  2666. ;
  2667. ;//
  2668. ;// Errors
  2669. ;//
  2670. ;
  2671. MessageId=12000
  2672. Severity=Error
  2673. SymbolicName=EVENT_WMI_CANT_OPEN_DEVICE
  2674. Language=English
  2675. The WMI service was unable to open the WMI service device. The status code is in the additional data.
  2676. .
  2677. ;
  2678. ;//
  2679. ;// Warnings
  2680. ;//
  2681. ;
  2682. MessageId=12100
  2683. Severity=Warning
  2684. SymbolicName=EVENT_WMI_INVALID_MOF
  2685. Language=English
  2686. The binary MOF in the resource named %1 in the image file %2 is not valid.
  2687. .
  2688. MessageId=12101
  2689. Severity=Warning
  2690. SymbolicName=EVENT_WMI_MOF_LOAD_FAILURE
  2691. Language=English
  2692. The binary MOF in the resource named %1 in the image file %2 could not be loaded.
  2693. .
  2694. MessageId=12102
  2695. Severity=Warning
  2696. SymbolicName=EVENT_WMI_INVALID_REGINFO
  2697. Language=English
  2698. The registration information for the image file %1 is not valid.
  2699. .
  2700. MessageId=12103
  2701. Severity=Warning
  2702. SymbolicName=EVENT_WMI_INVALID_REGPATH
  2703. Language=English
  2704. The registry path (%1) passed by a kernel mode driver is invalid. The driver device object is in the additional data.
  2705. .
  2706. MessageId=12104
  2707. Severity=Warning
  2708. SymbolicName=EVENT_WMI_CANT_RESOLVE_INSTANCE
  2709. Language=English
  2710. An event was fired specifying a static instance name that could not be resolved.
  2711. .
  2712. MessageId=12105
  2713. Severity=Warning
  2714. SymbolicName=EVENT_WMI_CANT_GET_EVENT_DATA
  2715. Language=English
  2716. An error occured while attempting to query for the event data referenced by a fired event.
  2717. .
  2718. ;
  2719. ;/////////////////////////////////////////////////////////////////////////
  2720. ;//
  2721. ;// Trk Services Events (12500-12999)
  2722. ;//
  2723. ;/////////////////////////////////////////////////////////////////////////
  2724. ;
  2725. MessageId = 12500
  2726. Severity = Error
  2727. SymbolicName = EVENT_TRK_INTERNAL_ERROR
  2728. Language = English
  2729. An internal error occured in Distributed Link Tracking. The error code was %1.
  2730. .
  2731. MessageId = 12501
  2732. Severity = Informational
  2733. SymbolicName = EVENT_TRK_SERVICE_START_SUCCESS
  2734. Language = English
  2735. Service started successfully
  2736. .
  2737. MessageId = 12502
  2738. Severity = Error
  2739. SymbolicName = EVENT_TRK_SERVICE_START_FAILURE
  2740. Language = English
  2741. Service failed to start. Error = %1
  2742. .
  2743. MessageId = 12503
  2744. Severity = Error
  2745. SymbolicName = EVENT_TRK_SERVICE_CORRUPT_LOG
  2746. Language = English
  2747. 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.
  2748. .
  2749. MessageId = 12504
  2750. Severity = Warning
  2751. SymbolicName = EVENT_TRK_SERVICE_VOL_QUOTA_EXCEEDED
  2752. Language = English
  2753. 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.
  2754. .
  2755. MessageId = 12505
  2756. Severity = Informational
  2757. SymbolicName = EVENT_TRK_SERVICE_VOLUME_CREATE
  2758. Language = English
  2759. A new volume ID has been assigned for %1:%n%2%n%n
  2760. 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.
  2761. .
  2762. MessageId = 12506
  2763. Severity = Informational
  2764. SymbolicName = EVENT_TRK_SERVICE_VOLUME_CLAIM
  2765. Language = English
  2766. 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.
  2767. .
  2768. MessageId = 12507
  2769. Severity = Informational
  2770. SymbolicName = EVENT_TRK_SERVICE_DUPLICATE_VOLIDS
  2771. Language = English
  2772. 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.
  2773. .
  2774. MessageId = 12508
  2775. Severity = Warning
  2776. SymbolicName = EVENT_TRK_SERVICE_MOVE_QUOTA_EXCEEDED
  2777. Language = English
  2778. 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.
  2779. .
  2780. ;
  2781. ;/////////////////////////////////////////////////////////////////////////
  2782. ;//
  2783. ;// ATM Protocol Events (13000-13499)
  2784. ;//
  2785. ;/////////////////////////////////////////////////////////////////////////
  2786. ;
  2787. MessageId=13100 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_VERSNOSUPP
  2788. Language=English
  2789. 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.
  2790. .
  2791. MessageId=13101 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_VERSNOSUPP
  2792. Language=English
  2793. 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.
  2794. .
  2795. MessageId=13102 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_REQPARMINVAL
  2796. Language=English
  2797. Emulated LAN (%2) - LAN Emulation Configure Request failed. The configuration parameters are incompatible with the desired Emulated LAN.
  2798. .
  2799. MessageId=13103 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_REQPARMINVAL
  2800. Language=English
  2801. Emulated LAN (%2) - LAN Emulation Join Request failed. The join parameters are incompatible with the desired Emulated LAN.
  2802. .
  2803. MessageId=13104 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_DUPLANDEST
  2804. Language=English
  2805. 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.
  2806. .
  2807. MessageId=13105 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_DUPATMADDR
  2808. Language=English
  2809. 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.
  2810. .
  2811. MessageId=13106 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_INSUFFRES
  2812. Language=English
  2813. Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service does not have sufficient resources to process the request.
  2814. .
  2815. MessageId=13107 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_INSUFFRES
  2816. Language=English
  2817. Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service does not have sufficient resources to process the request.
  2818. .
  2819. MessageId=13108 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_NOACCESS
  2820. Language=English
  2821. Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation Service disallowed this request for security reasons.
  2822. .
  2823. MessageId=13109 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_NOACCESS
  2824. Language=English
  2825. Emulated LAN (%2) - LAN Emulation Join Request failed. The LAN Emulation Service disallowed this request for security reasons.
  2826. .
  2827. MessageId=13110 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_REQIDINVAL
  2828. Language=English
  2829. Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied LAN Emulation Client ID is invalid.
  2830. .
  2831. MessageId=13111 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_REQIDINVAL
  2832. Language=English
  2833. Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied LAN Emulation Client ID is invalid.
  2834. .
  2835. MessageId=13112 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_LANDESTINVAL
  2836. Language=English
  2837. 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.
  2838. .
  2839. MessageId=13113 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_LANDESTINVAL
  2840. Language=English
  2841. 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.
  2842. .
  2843. MessageId=13114 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_ATMADDRINVAL
  2844. Language=English
  2845. Emulated LAN (%2) - LAN Emulation Configure Request failed. The supplied ATM Address (%3) is not in a recognizable format.
  2846. .
  2847. MessageId=13115 Severity=Error SymbolicName=EVENT_ATMLANE_JOINREQ_FAIL_ATMADDRINVAL
  2848. Language=English
  2849. Emulated LAN (%2) - LAN Emulation Join Request failed. The supplied ATM Address (%3) is not in a recognizable format.
  2850. .
  2851. MessageId=13116 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_NOCONF
  2852. Language=English
  2853. Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation client is not recognized.
  2854. .
  2855. MessageId=13117 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_CONFERROR
  2856. Language=English
  2857. Emulated LAN (%2) - LAN Emulation Configure Request failed. No other information is available.
  2858. .
  2859. MessageId=13118 Severity=Error SymbolicName=EVENT_ATMLANE_CFGREQ_FAIL_INSUFFINFO
  2860. Language=English
  2861. Emulated LAN (%2) - LAN Emulation Configure Request failed. The LAN Emulation client has not provided sufficient information to allow assignment to an Emulated LAN.
  2862. .
  2863. MessageId=13200 Severity=Error SymbolicName=EVENT_ATMARPS_ADDRESS_ALREADY_EXISTS
  2864. Language=English
  2865. The Local ATM address (%2) can not be used because it is already registered by another node in the network.
  2866. .
  2867. ;
  2868. ;/////////////////////////////////////////////////////////////////////////
  2869. ;//
  2870. ;// File Replication Service (NtFrs) Events (13500-13999)
  2871. ;//
  2872. ;/////////////////////////////////////////////////////////////////////////
  2873. ;
  2874. MessageId=13500 Severity=Error SymbolicName=EVENT_FRS_ERROR
  2875. Language=English
  2876. File Replication Service
  2877. .
  2878. MessageId=13501 Severity=Informational SymbolicName=EVENT_FRS_STARTING
  2879. Language=English
  2880. The File Replication Service is starting.
  2881. .
  2882. MessageId=13502 Severity=Informational SymbolicName=EVENT_FRS_STOPPING
  2883. Language=English
  2884. The File Replication Service is stopping.
  2885. .
  2886. MessageId=13503 Severity=Informational SymbolicName=EVENT_FRS_STOPPED
  2887. Language=English
  2888. The File Replication Service has stopped.
  2889. .
  2890. MessageId=13504 Severity=Error SymbolicName=EVENT_FRS_STOPPED_FORCE
  2891. Language=English
  2892. The File Replication Service stopped without cleaning up.
  2893. .
  2894. MessageId=13505 Severity=Error SymbolicName=EVENT_FRS_STOPPED_ASSERT
  2895. Language=English
  2896. The File Replication Service has stopped after taking an assertion failure.
  2897. .
  2898. MessageId=13506 Severity=Error SymbolicName=EVENT_FRS_ASSERT
  2899. Language=English
  2900. The File Replication Service failed a consistency check
  2901. %n (%3)
  2902. %nin "%1" at line %2.
  2903. %n
  2904. %nThe File Replication Service will restart automatically at a later time.
  2905. If this problem persists a subsequent entry in this event log describes the
  2906. recovery procedure.
  2907. %n
  2908. For more information about the automatic restart right click on
  2909. My Computer and then click on Manage, System Tools, Services,
  2910. File Replication Service, and Recovery.
  2911. .
  2912. MessageId=13507 Severity=Error SymbolicName=EVENT_FRS_VOLUME_NOT_SUPPORTED
  2913. Language=English
  2914. The File Replication Service cannot start replica set %1 on computer %2
  2915. for directory %3 because the type of volume %4 is not NTFS 5.0 or later.
  2916. %n
  2917. %nThe volume's type can be found by typing "chkdsk %4".
  2918. %n
  2919. %nThe volume can be upgraded to NTFS 5.0 or later by typing "chkntfs /E %4".
  2920. .
  2921. MessageId=13508 Severity=Warning SymbolicName=EVENT_FRS_LONG_JOIN
  2922. Language=English
  2923. The File Replication Service is having trouble enabling replication
  2924. from %1 to %2 for %3 using the DNS name %4. FRS will keep retrying.
  2925. %n Following are some of the reasons you would see this warning.
  2926. %n
  2927. %n [1] FRS can not correctly resolve the DNS name %4 from this computer.
  2928. %n [2] FRS is not running on %4.
  2929. %n [3] The topology information in the Active Directory for this replica has not
  2930. yet replicated to all the Domain Controllers.
  2931. %n
  2932. %n This event log message will appear once per connection, After the problem
  2933. is fixed you will see another event log message indicating that the connection
  2934. has been established.
  2935. .
  2936. MessageId=13509 Severity=Warning SymbolicName=EVENT_FRS_LONG_JOIN_DONE
  2937. Language=English
  2938. The File Replication Service has enabled replication from %1 to %2 for %3
  2939. after repeated retries.
  2940. .
  2941. MessageId=13510 Severity=Error SymbolicName=EVENT_FRS_CANNOT_COMMUNICATE
  2942. Language=English
  2943. The File Replication Service on the computer %1 cannot communicate with
  2944. the File Replication Service on the computer %2.
  2945. %n
  2946. %nVerify that the computer %2 is up and running.
  2947. %n
  2948. %nVerify that the File Replication Service is running on %2 by
  2949. typing "net start ntfrs" on %2.
  2950. %n
  2951. %nVerify that the network is functioning between %1 and %2 by
  2952. typing "ping %1" on %2 and "ping %2" on %1.
  2953. If the pings succeed then retry the failed operation.
  2954. If the pings fail then there may be problems with the DNS server.
  2955. %n
  2956. %nThe DNS server is responsible for mapping computer names to IP addresses.
  2957. The commands "ipconfig" and "nslookup" help diagnose problems with the
  2958. DNS server.
  2959. %n
  2960. %nTyping "ipconfig /all" will list the computer's IP address and the IP
  2961. address of the computer's DNS servers. Type "ping <DNS server's IP address>"
  2962. to verify that a DNS server is available. The DNS mapping for %2 or %1
  2963. can be verified by typing "nslookup" and then typing "%2" and then "%1"
  2964. on %1 and %2. Be sure to check out the DNS server on both %1 and %2;
  2965. a DNS problem on either computer will prevent proper communication.
  2966. %n
  2967. %nSome network problems between %1 and %2 can be cleared up by flushing
  2968. the DNS Resolver Cache. Type "ipconfig /flushdns".
  2969. %n
  2970. %nSome network problems between %1 and %2 can be cleared up by renewing
  2971. the IP address. Type "ipconfig /release" followed by "ipconfig /renew".
  2972. %n
  2973. %nSome network problems between %1 and %2 can be cleared up by resetting
  2974. the computer's DNS entry. Type "net stop NetLogon" followed by
  2975. "net start NetLogon".
  2976. %n
  2977. %nSome problems between %1 and %2 can be cleared up by restarting
  2978. the File Replication Service. Type "net stop ntfrs" followed by
  2979. "net start ntfrs".
  2980. %n
  2981. %nSome problems between %1 and %2 can be cleared up by restarting
  2982. the computers %1 and %2 AFTER CLOSING RUNNING APPLIATIONS,
  2983. especially dcpromo. Click on Start, Shutdown, select Restart, and
  2984. click on OK.
  2985. %n
  2986. %nOther network and computer problems are beyond the scope of
  2987. this event log message.
  2988. .
  2989. MessageId=13511 Severity=Error SymbolicName=EVENT_FRS_DATABASE_SPACE
  2990. Language=English
  2991. The File Replication Service is stopping on computer %1 because there is no free
  2992. space on the volume containing %2.
  2993. %n
  2994. %nThe available space on the volume can be found by typing
  2995. "dir %2".
  2996. %n
  2997. %nOnce free space is made available on the volume containing %2,
  2998. the File Replication Service can be restarted immediately by typing
  2999. "net start ntfrs". Otherwise, the File Replication Service will
  3000. restart automatically at a later time.
  3001. %n
  3002. %nFor more information about the automatic restart right click on
  3003. My Computer and then click on Manage, System Tools, Services, File
  3004. Replication Service, and Recovery.
  3005. %n
  3006. %nFor more information about managing space on a volume type "copy /?",
  3007. "rename /?", "del /?", "rmdir /?", and "dir /?".
  3008. .
  3009. MessageId=13512 Severity=Warning SymbolicName=EVENT_FRS_DISK_WRITE_CACHE_ENABLED
  3010. Language=English
  3011. The File Replication Service has detected an enabled disk write cache
  3012. on the drive containing the directory %2 on the computer %1.
  3013. The File Replication Service might not recover when power to the
  3014. drive is interrupted and critical updates are lost.
  3015. .
  3016. MessageId=13513 Severity=Error SymbolicName=EVENT_FRS_JET_1414
  3017. Language=English
  3018. The File Replication Service on computer %1 is stopping because the
  3019. database %2 is corrupted.
  3020. %n
  3021. %nThe database can be recovered by typing "esentutl /d %2 /l%3 /s%4".
  3022. %n
  3023. %nOnce the database has been successfully recovered the
  3024. File Replication Service can be restarted by typing "net start ntfrs".
  3025. .
  3026. MessageId=13514 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY
  3027. Language=English
  3028. The File Replication Service may be preventing the computer %1 from becoming a
  3029. domain controller while the system volume is being initialized with data
  3030. from another domain controller and then shared as SYSVOL.
  3031. %n
  3032. %nType "net share" to check for the SYSVOL share. The File Replication
  3033. Service has stopped preventing the computer from becoming a domain
  3034. controller once the SYSVOL share appears.
  3035. %n
  3036. %nThe initialization of the system volume can take some time.
  3037. The time is dependent on the amount of data in the system volume,
  3038. the availability of other domain controllers, and the replication
  3039. interval between domain controllers.
  3040. .
  3041. MessageId=13515 Severity=Warning SymbolicName=EVENT_FRS_SYSVOL_NOT_READY_PRIMARY
  3042. Language=English
  3043. The File Replication Service may be preventing the computer %1 from becoming a
  3044. domain controller while the system volume is being initialized and then
  3045. shared as SYSVOL.
  3046. %n
  3047. %nType "net share" to check for the SYSVOL share. The File Replication
  3048. Service has stopped preventing the computer from becoming a domain
  3049. controller once the SYSVOL share appears.
  3050. %n
  3051. %nThe initialization of the system volume can take some time.
  3052. The time is dependent on the amount of data in the system volume.
  3053. %n
  3054. %nThe initialization of the system volume can be bypassed by first typing
  3055. regedt32 and setting the value of SysvolReady to 1 and then restarting
  3056. the Netlogon service.
  3057. %n
  3058. %nWARNING - BYPASSING THE SYSTEM VOLUME INITIALIZATION IS NOT RECOMMENDED.
  3059. Applications may fail in unexpected ways.
  3060. %n
  3061. %nThe value SysvolReady is located by clicking on HKEY_LOCAL_MACHINE
  3062. and then clicking on System, CurrentControlSet, Services, Netlogon,
  3063. and Parameters.
  3064. %n
  3065. %nThe Netlogon service can be restarted by typing "net stop netlogon"
  3066. followed by "net start netlogon".
  3067. .
  3068. MessageId=13516 Severity=Informational SymbolicName=EVENT_FRS_SYSVOL_READY
  3069. Language=English
  3070. The File Replication Service is no longer preventing the computer %1 from
  3071. becoming a domain controller. The system volume has been successfully
  3072. initialized and the Netlogon service has been notified that the system
  3073. volume is now ready to be shared as SYSVOL.
  3074. %n
  3075. %nType "net share" to check for the SYSVOL share.
  3076. .
  3077. MessageId=13517 Severity=Warning SymbolicName=EVENT_FRS_ACCESS_CHECKS_DISABLED
  3078. Language=English
  3079. The File Replication Service will not check access to the API "%1".
  3080. %n
  3081. %nAccess checks can be enabled for "%1" by running regedt32.
  3082. %n
  3083. %nClick on Start, Run, and type regedt32.
  3084. %n
  3085. %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  3086. CurrentControlSet, Services, NtFrs, Parameters, Access Checks, "%1", and "%2".
  3087. Change the string to Enabled.
  3088. %n
  3089. %nPermissions can be changed by highlighting "%1" and then clicking on the
  3090. toolbar option Security and then Permissions...
  3091. .
  3092. MessageId=13518 Severity=Warning SymbolicName=EVENT_FRS_ACCESS_CHECKS_FAILED_USER
  3093. Language=English
  3094. The File Replication Service did not grant the user "%3" access to the
  3095. API "%1".
  3096. %n
  3097. %nPermissions for "%1" can be changed by running regedt32.
  3098. %n
  3099. %nClick on Start, Run, and type regedt32.
  3100. %n
  3101. %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  3102. CurrentControlSet, Services, NtFrs, Parameters, Access Checks, and highlight "%1".
  3103. Click on the toolbar option Security and then Permissions...
  3104. %n
  3105. %nAccess checks can be disabled for "%1". Double click on "%2" and
  3106. change the string to Disabled.
  3107. .
  3108. MessageId=13519 Severity=Error SymbolicName=EVENT_FRS_ACCESS_CHECKS_FAILED_UNKNOWN
  3109. Language=English
  3110. The File Replication Service could not grant an unknown user access to the
  3111. API "%1".
  3112. %n
  3113. %nAccess checks can be disabled for "%1" by running regedt32.
  3114. %n
  3115. %nClick on Start, Run, and type regedt32.
  3116. %n
  3117. %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  3118. CurrentControlSet, Services, NtFrs, Parameters, Access Checks, "%1", and "%2".
  3119. Change the string to Disabled.
  3120. %n
  3121. %nPermissions can be changed by highlighting "%1" and then clicking on the
  3122. toolbar option Security and then Permissions...
  3123. .
  3124. MessageId=13520 Severity=Warning SymbolicName=EVENT_FRS_MOVED_PREEXISTING
  3125. Language=English
  3126. The File Replication Service moved the preexisting files in %1 to %2.
  3127. %n
  3128. %nThe File Replication Service may delete the files in %2 at any time.
  3129. Files can be saved from deletion by copying them out of %2. Copying
  3130. the files into %1 may lead to name conflicts if the files already exist
  3131. on some other replicating partner.
  3132. %n
  3133. %nIn some cases, the File Replication Service may copy a file
  3134. from %2 into %1 instead of replicating the file from some other
  3135. replicating partner.
  3136. %n
  3137. %nSpace can be recovered at any time by deleting the files in %2.
  3138. .
  3139. MessageId=13521 Severity=Error SymbolicName=EVENT_FRS_CANNOT_START_BACKUP_RESTORE_IN_PROGRESS
  3140. Language=English
  3141. The File Replication Service cannot enable replication on the comptuer %1
  3142. until a backup/restore application completes.
  3143. %n
  3144. %nA backup/restore application has set a registry key that
  3145. prevents the File Replication Service from starting until the registry
  3146. key is deleted or the system is rebooted.
  3147. %n
  3148. %nThe backup/restore application may still be running. Check with your
  3149. local administrator before proceeding further.
  3150. %n
  3151. %nThe computer can be rebooted by clicking on Start, Shutdown, and
  3152. selecting Restart.
  3153. %n
  3154. %nWARNING - DELETING THE REGISTRY KEY IS NOT RECOMMENDED!
  3155. Applications may fail in unexpected ways.
  3156. %n
  3157. %nThe registry key can be deleted by running regedt32.
  3158. %n
  3159. %nClick on Start, Run, and type regedt32.
  3160. %n
  3161. %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  3162. CurrentControlSet, Services, NtFrs, Parameters, Backup/Restore,
  3163. "Stop NtFrs from Starting". On the toolbar, click on Edit and select
  3164. Delete. Be careful! Deleting a key other than "Stop NtFrs From Starting"
  3165. can have unexpected sideeffects.
  3166. .
  3167. MessageId=13522 Severity=Warning SymbolicName=EVENT_FRS_STAGING_AREA_FULL
  3168. Language=English
  3169. The File Replication Service paused because the staging area is full.
  3170. Replication will resume if staging space becomes available or if the
  3171. staging space limit is increased.
  3172. %n
  3173. %nThe current value of the staging space limit is %1 KB.
  3174. %n
  3175. %nTo change the staging space limit, run regedt32.
  3176. %n
  3177. %nClick on Start, Run and type regedt32.
  3178. %n
  3179. %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  3180. CurrentControlSet, Services, NtFrs, Parameters, and the value
  3181. "Staging Space Limit in KB".
  3182. .
  3183. MessageId=13523 Severity=Warning SymbolicName=EVENT_FRS_HUGE_FILE
  3184. Language=English
  3185. The File Replication Service paused because the size of a file exceeds the
  3186. staging space limit. Replication will resume only if the staging space limit
  3187. is increased.
  3188. %n
  3189. %nThe staging space limit is %1 KB and the file size is %2 KB.
  3190. %n
  3191. %nTo change the staging space limit, run regedt32.
  3192. %n
  3193. %nClick on Start, Run and type regedt32.
  3194. %n
  3195. %nClick on the window entitled HKEY_LOCAL_MACHINE. Double click on SYSTEM,
  3196. CurrentControlSet, Services, NtFrs, Parameters, and the value
  3197. "Staging Space Limit in KB".
  3198. .
  3199. MessageId=13524 Severity=Error SymbolicName=EVENT_FRS_CANNOT_CREATE_UUID
  3200. Language=English
  3201. The File Replication Service is stopping on the computer %1 because
  3202. a universally unique ID (UUID) cannot be created.
  3203. %n
  3204. %nThe SDK function UuidCreate() returned the error "%2".
  3205. %n
  3206. %nThe problem may be the lack of an Ethernet address,
  3207. token ring address, or network address. The lack of a network
  3208. address implies an unsupported netcard.
  3209. %n
  3210. %nThe File Replication Service will restart automatically at a later time.
  3211. For more information about the automatic restart right click on
  3212. My Computer and then click on Manage, System Tools, Services,
  3213. File Replication Service, and Recovery.
  3214. .
  3215. MessageId=13525 Severity=Warning SymbolicName=EVENT_FRS_NO_DNS_ATTRIBUTE
  3216. Language=English
  3217. The File Replication Service cannot find the DNS name for the computer %1
  3218. because the "%2" attribute could not be read from the distinguished
  3219. name "%3".
  3220. %n
  3221. %nThe File Replication Service will try using the name "%1" until the
  3222. computer's DNS name appears.
  3223. .
  3224. MessageId=13526 Severity=Error SymbolicName=EVENT_FRS_NO_SID
  3225. Language=English
  3226. The File Replication Service cannot replicate %1 with the computer
  3227. %2 because the computer's SID cannot be determined from the distinguished
  3228. name "%3".
  3229. %n
  3230. %nThe File Replication Service will retry later.
  3231. .
  3232. MessageId=13527
  3233. Severity=Error
  3234. Facility=Application
  3235. SymbolicName=NTFRSPRF_OPEN_RPC_BINDING_ERROR_SET
  3236. Language=English
  3237. The RPC binding failed in the Open function of the FileReplicaSet Object. The
  3238. counter data for this object will not be available. The FileReplicaSet object
  3239. contains the performance counters of the Replica sets whose files are being
  3240. replicated by the File Replication Service.
  3241. .
  3242. MessageId=13528
  3243. Severity=Error
  3244. Facility=Application
  3245. SymbolicName=NTFRSPRF_OPEN_RPC_BINDING_ERROR_CONN
  3246. Language=English
  3247. The RPC binding failed in the Open function of the FileReplicaConn Object. The
  3248. counter data for this object will not be available. The FileReplicaConn object
  3249. contains the performance counters of the connections over which files are being
  3250. replicated by the File Replication Service.
  3251. .
  3252. MessageId=13529
  3253. Severity=Error
  3254. Facility=Application
  3255. SymbolicName=NTFRSPRF_OPEN_RPC_CALL_ERROR_SET
  3256. Language=English
  3257. The RPC call failed in the Open function of the FileReplicaSet Object. The
  3258. counter data for this object will not be available. The FileReplicaSet object
  3259. contains the performance counters of the Replica sets whose files are being
  3260. replicated by the File Replication Service.
  3261. .
  3262. MessageId=13530
  3263. Severity=Error
  3264. Facility=Application
  3265. SymbolicName=NTFRSPRF_OPEN_RPC_CALL_ERROR_CONN
  3266. Language=English
  3267. The RPC call failed in the Open function of the FileReplicaConn Object. The
  3268. counter data for this object will not be available. The FileReplicaConn object
  3269. contains the performance counters of the connections over which files are being
  3270. replicated by the File Replication Service.
  3271. .
  3272. MessageId=13531
  3273. Severity=Error
  3274. Facility=Application
  3275. SymbolicName=NTFRSPRF_COLLECT_RPC_BINDING_ERROR_SET
  3276. Language=English
  3277. The RPC binding failed in the Collect function of the FileReplicaSet Object. The
  3278. counter data for this object will not be available till the binding succeeds.
  3279. The FileReplicaSet object contains the performance counters of the Replica sets
  3280. whose files are being replicated by the File Replication Service.
  3281. .
  3282. MessageId=13532
  3283. Severity=Error
  3284. Facility=Application
  3285. SymbolicName=NTFRSPRF_COLLECT_RPC_BINDING_ERROR_CONN
  3286. Language=English
  3287. The RPC binding failed in the Collect function of the FileReplicaConn Object.
  3288. The counter data for this object will not be available till the binding
  3289. succeeds. The FileReplicaConn object contains the performance counters of the
  3290. connections over which files are being replicated by the File Replication
  3291. Service.
  3292. .
  3293. MessageId=13533
  3294. Severity=Error
  3295. Facility=Application
  3296. SymbolicName=NTFRSPRF_COLLECT_RPC_CALL_ERROR_SET
  3297. Language=English
  3298. The RPC call failed in the Collect function of the FileReplicaSet Object. The
  3299. counter data for this object will not be available till the call succeeds. The
  3300. FileReplicaSet object contains the performance counters of the Replica sets
  3301. whose files are being replicated by the File Replication Service.
  3302. .
  3303. MessageId=13534
  3304. Severity=Error
  3305. Facility=Application
  3306. SymbolicName=NTFRSPRF_COLLECT_RPC_CALL_ERROR_CONN
  3307. Language=English
  3308. The RPC call failed in the Collect function of the FileReplicaConn Object. The
  3309. counter data for this object will not be available till the call succeeds. The
  3310. FileReplicaConn object contains the performance counters of the connections over
  3311. which files are being replicated by the File Replication Service.
  3312. .
  3313. MessageId=13535
  3314. Severity=Error
  3315. Facility=Application
  3316. SymbolicName=NTFRSPRF_VIRTUALALLOC_ERROR_SET
  3317. Language=English
  3318. The call to VirtualAlloc failed in the Open function of the FileReplicaSet
  3319. Object. The counter data for this object will not be available. The
  3320. FileReplicaSet object contains the performance counters of the Replica sets
  3321. whose files are being replicated by the File Replication Service.
  3322. .
  3323. MessageId=13536
  3324. Severity=Error
  3325. Facility=Application
  3326. SymbolicName=NTFRSPRF_VIRTUALALLOC_ERROR_CONN
  3327. Language=English
  3328. The call to VirtualAlloc failed in the Open function of the FileReplicaConn
  3329. Object. The counter data for this object will not be available. The
  3330. FileReplicaConn object contains the performance counters of the connections over
  3331. which files are being replicated by the File Replication Service.
  3332. .
  3333. MessageId=13537
  3334. Severity=Error
  3335. Facility=Application
  3336. SymbolicName=NTFRSPRF_REGISTRY_ERROR_SET
  3337. Language=English
  3338. The call to the Registry failed in the Open function of the FileReplicaSet
  3339. Object. The counter data for this object will not be available. The
  3340. FileReplicaSet object contains the performance counters of the Replica sets
  3341. whose files are being replicated by the File Replication Service.
  3342. .
  3343. MessageId=13538
  3344. Severity=Error
  3345. Facility=Application
  3346. SymbolicName=NTFRSPRF_REGISTRY_ERROR_CONN
  3347. Language=English
  3348. The call to the Registry failed in the Open function of the FileReplicaConn
  3349. Object. The counter data for this object will not be available. The
  3350. FileReplicaConn object contains the performance counters of the connections over
  3351. which files are being replicated by the File Replication Service.
  3352. .
  3353. MessageId=13539 Severity=Error SymbolicName=EVENT_FRS_ROOT_NOT_VALID
  3354. Language=English
  3355. The File Replication Service cannot replicate %1 because the
  3356. pathname of the replicated directory is not the fully qualified
  3357. pathname of an existing, accessible local directory.
  3358. .
  3359. MessageId=13540 Severity=Error SymbolicName=EVENT_FRS_STAGE_NOT_VALID
  3360. Language=English
  3361. The File Replication Service cannot replicate %1 because the pathname
  3362. of the customer designated staging directory:
  3363. %n %2
  3364. %n is not the fully qualified pathname of an existing, accessible local directory.
  3365. .
  3366. MessageId=13541 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_LOGGING
  3367. Language=English
  3368. The File Replication Service cannot replicate %1 because it overlaps
  3369. the File Replication Service's logging pathname %2.
  3370. .
  3371. MessageId=13542 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_WORKING
  3372. Language=English
  3373. The File Replication Service cannot replicate %1 because it overlaps
  3374. the File Replication Service's working directory %2.
  3375. .
  3376. MessageId=13543 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_STAGE
  3377. Language=English
  3378. The File Replication Service cannot replicate %1 because it overlaps
  3379. the staging directory %2.
  3380. .
  3381. MessageId=13544 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_ROOT
  3382. Language=English
  3383. The File Replication Service cannot replicate %1 because it overlaps
  3384. the replicating directory %2.
  3385. .
  3386. MessageId=13545 Severity=Error SymbolicName=EVENT_FRS_OVERLAPS_OTHER_STAGE
  3387. Language=English
  3388. The File Replication Service cannot replicate %1 because it overlaps
  3389. the staging directory %2 of the replicating directory %3.
  3390. .
  3391. MessageId=13546 Severity=Error SymbolicName=EVENT_FRS_PREPARE_ROOT_FAILED
  3392. Language=English
  3393. The File Replication Service could not prepare the root directory
  3394. %1 for replication. This is likely due to a problem creating the
  3395. root directory or a problem removing preexisting files in the root
  3396. directory.
  3397. %n
  3398. %nCheck that the path leading up to the root directory exists and is
  3399. accessible.
  3400. .
  3401. MessageId=13547 Severity=Warning SymbolicName=EVENT_FRS_BAD_REG_DATA
  3402. Language=English
  3403. The File Replication Service detected an invalid parameter value in the
  3404. registry. %1.
  3405. %n
  3406. %nThe expected registry key name is "%2".
  3407. %nThe expected value name is "%3".
  3408. %nThe expected registry data type is %4.
  3409. %nThe allowed range for this parameter is %5
  3410. %nThe data units for this parameter value are %6.
  3411. %nThe File Replication Service is using a default value of "%7".
  3412. %n
  3413. %nTo change this parameter, run regedt32.
  3414. %n
  3415. %nClick on Start, Run and type regedt32.
  3416. %n
  3417. %nClick on the window entitled HKEY_LOCAL_MACHINE.
  3418. %nClick down the key path: "%8"
  3419. %nDouble click on the value name -
  3420. %n "%9"
  3421. %nand update the value.
  3422. %nIf the value name is not present you may add it with the Add Value function
  3423. under the Edit Menu item. Type the value name exactly as shown above using the
  3424. above registry data type. Make sure you observe the data units and allowed range
  3425. when entering the value.
  3426. .
  3427. MessageId=13548 Severity=Error SymbolicName=EVENT_FRS_JOIN_FAIL_TIME_SKEW
  3428. Language=English
  3429. The File Replication Service is unable to replicate with its partner computer
  3430. because the difference in clock times is outside the range of plus or minus
  3431. %1 minutes.
  3432. %n
  3433. %nThe connection to the partner computer is:
  3434. %n "%2"
  3435. %nThe detected time difference is: %3 minutes.
  3436. %n
  3437. %nNote: If this time difference is close to a multiple of 60 minutes then it
  3438. is likely that either this computer or its partner computer was set to the
  3439. incorrect time zone when the computer time was initially set. Check that
  3440. the time zone and the system time are correctly set on both computers.
  3441. %n
  3442. %nIf necessary, the default value used to test for computer time consistency
  3443. may be changed in the registry on this computer. (Note: This is not recommended.)
  3444. %n
  3445. %nTo change this parameter, run regedt32.
  3446. %n
  3447. %nClick on Start, Run and type regedt32.
  3448. %n
  3449. %nClick on the window entitled HKEY_LOCAL_MACHINE.
  3450. %nClick down the key path:
  3451. %n "System\CurrentControlSet\Services\NtFrs\Parameters"
  3452. %nDouble click on the value name
  3453. %n "Partner Clock Skew In Minutes"
  3454. %nand update the value.
  3455. %n
  3456. %nIf the value name is not present you may add it with the Add Value function
  3457. under the Edit Menu item. Type the value name exactly as shown above using the
  3458. the registry data type REG_DWORD.
  3459. .
  3460. MessageId=13549 Severity=Error SymbolicName=EVENT_FRS_RMTCO_TIME_SKEW
  3461. Language=English
  3462. The File Replication Service is unable to replicate from a partner computer
  3463. because the event time associated with the file to be replicated is too far
  3464. into the future. It is %1 minutes greater than the current time. This can
  3465. happen if the system time on the partner computer was set incorrectly when
  3466. the file was created or updated. To preserve the integrity of the replica
  3467. set this file update will not be performed or propagated further.
  3468. %n
  3469. %nThe file name is: "%2"
  3470. %nThe connection to the partner computer is:
  3471. %n "%3"
  3472. %n
  3473. %nNote: If this time difference is close to a multiple of 60 minutes then it
  3474. is likely that this file may have been created or updated on the partner
  3475. computer while the computer was set to the incorrect time zone when its
  3476. computer time was initially set. Check that the timezone and time are
  3477. correctly set on the partner computer.
  3478. .
  3479. MessageId=13550 Severity=Error SymbolicName=EVENT_FRS_CANT_OPEN_STAGE
  3480. Language=English
  3481. The File Replication Service is unable to open the customer designated
  3482. staging directory for replica set %1. The path used for the staging
  3483. directory is,
  3484. %n "%2"
  3485. %nThe customer designated root path for this replica set is:
  3486. %n "%3"
  3487. %n
  3488. The service is unable to start replication on this replica set. Among the
  3489. possible errors to check are:
  3490. %n -- an invalid staging path,
  3491. %n -- a missing directory,
  3492. %n -- a missing disk volume,
  3493. %n -- a file system on the volume that does not support ACLs,
  3494. %n -- a sharing conflict on the staging directory with some other application.
  3495. %n
  3496. %nCorrect the problem and the service will attempt to restart replication
  3497. automatically at a later time.
  3498. .
  3499. MessageId=13551 Severity=Error SymbolicName=EVENT_FRS_CANT_OPEN_PREINSTALL
  3500. Language=English
  3501. The File Replication Service is unable to open (or create) the pre-install
  3502. directory under the customer designated replica tree directory for
  3503. replica set %1. The path used for the pre-install
  3504. directory is,
  3505. %n "%2"
  3506. %nThe customer designated root path for this replica set is:
  3507. %n "%3"
  3508. %n
  3509. The service is unable to start replication on this replica set. Among the
  3510. possible errors to check are:
  3511. %n -- an invalid root path,
  3512. %n -- a missing directory,
  3513. %n -- a missing disk volume,
  3514. %n -- a file system on the volume that does not support NTFS 5.0
  3515. %n -- a sharing conflict on the pre-install directory with some other application.
  3516. %n
  3517. %nCorrect the problem and the service will attempt to restart replication
  3518. automatically at a later time.
  3519. .
  3520. MessageId=13552 Severity=Error SymbolicName=EVENT_FRS_REPLICA_SET_CREATE_FAIL
  3521. Language=English
  3522. The File Replication Service is unable to add this computer to the following
  3523. replica set:
  3524. %n "%1"
  3525. %n
  3526. %nThis could be caused by a number of problems such as:
  3527. %n -- an invalid root path,
  3528. %n -- a missing directory,
  3529. %n -- a missing disk volume,
  3530. %n -- a file system on the volume that does not support NTFS 5.0
  3531. %n
  3532. %nThe information below may help to resolve the problem:
  3533. %nComputer DNS name is "%2"
  3534. %nReplica set member name is "%3"
  3535. %nReplica set root path is "%4"
  3536. %nReplica staging directory path is "%5"
  3537. %nReplica working directory path is "%6"
  3538. %nWindows error status code is %7
  3539. %nFRS error status code is %8
  3540. %n
  3541. %nOther event log messages may also help determine the problem. Correct the
  3542. problem and the service will attempt to restart replication automatically at
  3543. a later time.
  3544. .
  3545. MessageId=13553 Severity=Informational SymbolicName=EVENT_FRS_REPLICA_SET_CREATE_OK
  3546. Language=English
  3547. The File Replication Service successfully added this computer to the following
  3548. replica set:
  3549. %n "%1"
  3550. %n
  3551. %nInformation related to this event is shown below:
  3552. %nComputer DNS name is "%2"
  3553. %nReplica set member name is "%3"
  3554. %nReplica set root path is "%4"
  3555. %nReplica staging directory path is "%5"
  3556. %nReplica working directory path is "%6"
  3557. .
  3558. MessageId=13554 Severity=Informational SymbolicName=EVENT_FRS_REPLICA_SET_CXTIONS
  3559. Language=English
  3560. The File Replication Service successfully added the connections shown below
  3561. to the replica set:
  3562. %n "%1"
  3563. %n
  3564. %n %2
  3565. %n %3
  3566. %n %4
  3567. %n %5
  3568. %n %6
  3569. %n %7
  3570. %n %8
  3571. %n %9
  3572. %n
  3573. %nMore information may appear in subsequent event log messages.
  3574. .
  3575. MessageId=13555 Severity=Error SymbolicName=EVENT_FRS_IN_ERROR_STATE
  3576. Language=English
  3577. The File Replication Service is in an error state. Files will not replicate
  3578. to or from one or all of the replica sets on his computer until the
  3579. following recovery steps are performed:
  3580. %n
  3581. %n Recovery Steps:
  3582. %n
  3583. %n [1] The error state may clear itself if you stop and restart the FRS service.
  3584. This can be done by performing the following in a command window:
  3585. %n
  3586. %n net stop ntfrs
  3587. %n net start ntfrs
  3588. %n
  3589. %nIf this fails to clear up the problem then proceed as follows.
  3590. %n
  3591. %n [2] For Active Directory Domain Controllers that DO NOT host any DFS
  3592. alternates or other replica sets with replication enabled:
  3593. %n
  3594. %nIf there is at least one other Domain Controller in this domain then
  3595. restore the "system state" of this DC from backup (using ntbackup or other
  3596. backup-restore utility) and make it non-authoritative.
  3597. %n
  3598. %nIf there are NO other Domain Controllers in this domain then restore
  3599. the "system state" of this DC from backup (using ntbackup or other
  3600. backup-restore utility) and choose the Advanced option which marks
  3601. the sysvols as primary.
  3602. %n
  3603. %nIf there are other Domain Controllers in this domain but ALL of
  3604. them have this event log message then restore one of them as primary
  3605. (data files from primary will replicate everywhere) and the others as
  3606. non-authoritative.
  3607. %n
  3608. %n
  3609. %n [3] For Active Directory Domain Controllers that host DFS alternates
  3610. or other replica sets with replication enabled:
  3611. %n
  3612. %n (3-a) If the Dfs alternates on this DC do not have any other replication
  3613. partners then copy the data under that Dfs share to a safe location.
  3614. %n (3-b) If this server is the only Active Directory Domain Controller for this
  3615. domain then, before going to (3-c), make sure this server does not have any
  3616. inbound or outbound connections to other servers that were formerly Domain
  3617. Controllers for this domain but are now off the net (and will never be
  3618. coming back online) or have been fresh installed without being demoted.
  3619. To delete connections use the Sites and Services snapin and look for
  3620. %nSites->NAME_OF_SITE->Servers->NAME_OF_SERVER->NTDS Settings->CONNECTIONS.
  3621. %n (3-c) Restore the "system state" of this DC from backup (using ntbackup
  3622. or other backup-restore utility) and make it non-authoritative.
  3623. %n (3-d) Copy the data from step (3-a) above to the original location
  3624. after the sysvol share is published.
  3625. %n
  3626. %n
  3627. %n [4] For other Windows 2000 servers:
  3628. %n
  3629. %n (4-a) If any of the DFS alternates or other replica sets hosted by
  3630. this server do not have any other replication partners then copy the
  3631. data under its share or replica tree root to a safe location.
  3632. %n (4-b) net stop ntfrs
  3633. %n (4-c) rd /s /q %1
  3634. %n (4-d) net start ntfrs
  3635. %n (4-e) Copy the data from step (4-a) above to the original location after
  3636. the service has initialized (5 minutes is a safe waiting time).
  3637. %n
  3638. %nNote: If this error message is in the eventlog of all the members of a
  3639. particular replica set then perform steps (4-a) and (4-e) above on only
  3640. one of the members.
  3641. .
  3642. MessageId=13556 Severity=Error SymbolicName=EVENT_FRS_REPLICA_NO_ROOT_CHANGE
  3643. Language=English
  3644. The File Replication Service has detected what appears to be an attempt
  3645. to change the root path for the following replica set:
  3646. %n "%1"
  3647. %n
  3648. %nThis is not allowed. To perform this operation you must remove this member
  3649. from the replica set and add the member back with the new root path.
  3650. %n
  3651. %nIt is possible that this is a transient error due to Active Directory
  3652. replication delays associated with updating FRS configuration objects. If
  3653. file replication does not take place after an appropriate waiting time,
  3654. which could be several hours if cross site Active Directory replication
  3655. is required, you must delete and re-add this member to the replica set.
  3656. %n
  3657. %nInformation related to this event is shown below:
  3658. %nComputer DNS name is "%2"
  3659. %nReplica set member name is "%3"
  3660. %nThe current Replica set root path is "%4"
  3661. %nThe desired new Replica set root path is "%5"
  3662. %nReplica staging directory path is "%6"
  3663. .
  3664. MessageId=13557 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_IN_CXTION_SYSVOL
  3665. Language=English
  3666. The File Replication Service has detected a duplicate connection object between
  3667. this computer "%6" and a computer named "%1".
  3668. %nThis was detected for the following replica set:
  3669. %n "%2"
  3670. %n
  3671. %nThis is not allowed and replication will not occur between these two
  3672. computers until the duplicate connection objects are removed.
  3673. %n
  3674. %nIt is possible that this is a transient error due to Active Directory
  3675. replication delays associated with updating FRS configuration objects. If
  3676. file replication does not take place after an appropriate waiting time,
  3677. which could be several hours if cross site Active Directory replication
  3678. is required, you must manually delete the duplicate connection objects by
  3679. following the steps below:
  3680. %n
  3681. %n [1] Start the Active Directory Sites and Services Snapin.
  3682. %n [2] Click on "%3, %4, %5, %6, %7".
  3683. %n [3] Look for duplicate connections from "%1" in site "%8".
  3684. %n [4] Delete all but one of the connections.
  3685. .
  3686. MessageId=13558 Severity=Error SymbolicName=EVENT_FRS_DUPLICATE_IN_CXTION
  3687. Language=English
  3688. The File Replication Service has detected a duplicate connection object between
  3689. this computer "%7" and a computer named "%1".
  3690. %nThis was detected for the following replica set:
  3691. %n "%2"
  3692. %n
  3693. %nThis is not allowed and replication will not occur between these two
  3694. computers until the duplicate connection objects are removed.
  3695. %n
  3696. %nIt is possible that this is a transient error due to Active Directory
  3697. replication delays associated with updating FRS configuration objects. If
  3698. file replication does not take place after an appropriate waiting time,
  3699. which could be several hours if cross site Active Directory replication
  3700. is required, you must manually delete the duplicate connection objects by
  3701. following the steps below:
  3702. %n
  3703. %n [1] Start the Active Directory Users and Computers Snapin.
  3704. %n [2] Click the view button and advanced features to display the system node.
  3705. %n [3] Click on "%3, %4, %5".
  3706. %n [4] Under "%5" you will see one or more DFS related replica set objects.
  3707. Look for the FRS member object "%6" under the subtree for replica set "%2".
  3708. %n [5] Under "%6" look for duplicate connections from "%1".
  3709. %n [6] Delete all but one of the connections.
  3710. .
  3711. MessageId=13559 Severity=Error SymbolicName=EVENT_FRS_ROOT_HAS_MOVED
  3712. Language=English
  3713. The File Replication Service has detected that the replica root path has changed
  3714. from "%2" to "%3". If this is an intentional move then a file with the name
  3715. NTFRS_CMD_FILE_MOVE_ROOT needs to be created under the new root path.
  3716. %nThis was detected for the following replica set:
  3717. %n "%1"
  3718. %n
  3719. %nChanging the replica root path is a two step process which is triggered by
  3720. the creation of the NTFRS_CMD_FILE_MOVE_ROOT file.
  3721. %n
  3722. %n [1] At the first poll which will occur in %4 minutes this computer will be
  3723. deleted from the replica set.
  3724. %n [2] At the poll following the deletion this computer will be re-added to the
  3725. replica set with the new root path. This re-addition will trigger a full tree
  3726. sync for the replica set. At the end of the sync all the files will be at the new
  3727. location. The files may or may not be deleted from the old location depending on whether
  3728. they are needed or not.
  3729. .
  3730. MessageId=13560 Severity=Warning SymbolicName=EVENT_FRS_ERROR_REPLICA_SET_DELETED
  3731. Language=English
  3732. The File Replication Service is deleting this computer from the replica set "%1" as an attempt to
  3733. recover from the error state,
  3734. %n Error status = %2
  3735. %n At the next poll, which will occur in %3 minutes, this computer will be re-added to the
  3736. replica set. The re-addition will trigger a full tree sync for the replica set.
  3737. .
  3738. MessageId=13561 Severity=Error SymbolicName=EVENT_FRS_REPLICA_IN_JRNL_WRAP_ERROR
  3739. Language=English
  3740. The File Replication Service has detected that the replica set "%1" is in JRNL_WRAP_ERROR.
  3741. %n
  3742. %n Replica set name is : "%1"
  3743. %n Replica root path is : "%2"
  3744. %n Replica root volume is : "%3"
  3745. %n
  3746. A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.
  3747. This can occur because of one of the following reasons.
  3748. %n
  3749. %n [1] Volume "%3" has been formatted.
  3750. %n [2] The NTFS USN journal on volume "%3" has been deleted.
  3751. %n [3] The NTFS USN journal on volume "%3" has been truncated. Chkdsk can truncate
  3752. the journal if it finds corrupt entries at the end of the journal.
  3753. %n [4] File Replication Service was not running on this computer for a long time.
  3754. %n [5] File Replication Service could not keep up with the rate of Disk IO activity on "%3".
  3755. %n
  3756. %n Following recovery steps will be taken to automatically recover from this error state.
  3757. %n [1] At the first poll which will occur in %4 minutes this computer will be
  3758. deleted from the replica set.
  3759. %n [2] At the poll following the deletion this computer will be re-added to the
  3760. replica set. The re-addition will trigger a full tree sync for the replica set.
  3761. .
  3762. MessageId=13562 Severity=Warning SymbolicName=EVENT_FRS_DS_POLL_ERROR_SUMMARY
  3763. Language=English
  3764. Following is the summary of warnings and errors encountered by File Replication Service
  3765. while polling the Domain Controller %1 for FRS replica set configuration information.
  3766. %n
  3767. %n %2
  3768. %n
  3769. .
  3770. ;/////////////////////////////////////////////////////////////////////////
  3771. ;//
  3772. ;// PSCHED Events
  3773. ;//
  3774. ;// Codes 14000 - 14299
  3775. ;//
  3776. ;/////////////////////////////////////////////////////////////////////////
  3777. ;//
  3778. ;// Driver wide events (14000 - 14099)
  3779. ;//
  3780. MessageID=14000 Severity=Error SymbolicName=EVENT_PS_GPC_REGISTER_FAILED
  3781. Language=English
  3782. QoS: The Packet Scheduler failed to register with the Generic Packet Classifier (msgpc.sys).
  3783. .
  3784. MessageId=14001 Severity=Error SymbolicName=EVENT_PS_NO_RESOURCES_FOR_INIT
  3785. Language=English
  3786. QoS: The Packet Scheduler was unable to allocate required resources for initialization.
  3787. .
  3788. MessageId=14002 Severity=Error SymbolicName=EVENT_PS_REGISTER_PROTOCOL_FAILED
  3789. Language=English
  3790. QoS: The Packet Scheduler failed to register as a protocol with NDIS.
  3791. .
  3792. MessageId=14003 Severity=Error SymbolicName=EVENT_PS_REGISTER_MINIPORT_FAILED
  3793. Language=English
  3794. QoS: The Packet Scheduler failed to register as a miniport with NDIS.
  3795. .
  3796. ;//
  3797. ;// Adapter events (14100 - 14199)
  3798. ;//
  3799. MessageID=14100 Severity=Warning SymbolicName=EVENT_PS_BAD_BESTEFFORT_LIMIT
  3800. Language=English
  3801. QoS [Adapter %2]:%nThe BestEffortLimit value set in the registry exceeds the LinkSpeed. Defaulting to Unlimited BestEffort.
  3802. .
  3803. MessageId=14101 Severity=Error SymbolicName=EVENT_PS_QUERY_OID_GEN_MAXIMUM_FRAME_SIZE
  3804. Language=English
  3805. QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_MAXIMUM_FRAME_SIZE.
  3806. .
  3807. MessageId=14102 Severity=Error SymbolicName=EVENT_PS_QUERY_OID_GEN_MAXIMUM_TOTAL_SIZE
  3808. Language=English
  3809. QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_MAXIMUM_TOTAL_SIZE.
  3810. .
  3811. MessageId=14103 Severity=Error SymbolicName=EVENT_PS_QUERY_OID_GEN_LINK_SPEED
  3812. Language=English
  3813. QoS [Adapter %2]:%nThe netcard driver failed the query for OID_GEN_LINK_SPEED.
  3814. .
  3815. MessageId=14104 Severity=Error SymbolicName=EVENT_PS_BINDING_FAILED
  3816. Language=English
  3817. QoS [Adapter %2]:%nThe Packet Scheduler failed to bind to the netcard's miniport driver.
  3818. .
  3819. MessageId=14105 Severity=Error SymbolicName=EVENT_PS_MISSING_ADAPTER_REGISTRY_DATA
  3820. Language=English
  3821. QoS [Adapter %2]:%nThe UpperBindings key is missing from the registry.
  3822. .
  3823. MessageId=14106 Severity=Error SymbolicName=EVENT_PS_REGISTER_ADDRESS_FAMILY_FAILED
  3824. Language=English
  3825. QoS [Adapter %2]:%nThe Packet Scheduler was unable to register with the NDISWAN Call Manager.
  3826. .
  3827. MessageId=14107 Severity=Error SymbolicName=EVENT_PS_INIT_DEVICE_FAILED
  3828. Language=English
  3829. QoS [Adapter %2]:%nThe Packet Scheduler could not initialize the virtual miniport with NDIS.
  3830. .
  3831. MessageId=14108 Severity=Error SymbolicName=EVENT_PS_WMI_INSTANCE_NAME_FAILED
  3832. Language=English
  3833. QoS [Adapter %2]:%nThe Packet Scheduler could not obtain the adapter's friendly name from NDIS.
  3834. .
  3835. MessageId=14109 Severity=Warning SymbolicName=EVENT_PS_WAN_LIMITED_BESTEFFORT
  3836. Language=English
  3837. Qos [Adapter %2]:%nThe registry entry for BestEffortLimit is not supported over WAN links. Defaulting to Unlimited BestEffort mode.
  3838. .
  3839. MessageId=14110 Severity=Error SymbolicName=EVENT_PS_RESOURCE_POOL
  3840. Language=English
  3841. QoS [Adapter %2]:%nCould not initialize due to insufficient nonpaged pool memory.
  3842. .
  3843. MessageID=14111 Severity=Warning SymbolicName=EVENT_PS_ADMISSIONCONTROL_OVERFLOW
  3844. Language=English
  3845. 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.
  3846. .
  3847. MessageID=14112 Severity=Error SymbolicName=EVENT_PS_NETWORK_ADDRESS_FAIL
  3848. Language=English
  3849. QoS [Adapter %2]:%nCould not allocate non paged pool memory for storing Network Addresses.
  3850. .
  3851. ;
  3852. ;/////////////////////////////////////////////////////////////////////////
  3853. ;//
  3854. ;// Distributed File System (Dfs) Events (14300-14599)
  3855. ;//
  3856. ;/////////////////////////////////////////////////////////////////////////
  3857. ;
  3858. ;//
  3859. ;// Server-side (dfs.sys) errors (14300-14399)
  3860. ;//
  3861. MessageId=14300 Severity=Error SymbolicName=EXTRA_EXIT_POINT
  3862. Language=English
  3863. An extra ExitPoint %2 was found at server %3
  3864. .
  3865. MessageId=14301 Severity=Error SymbolicName=MISSING_EXIT_POINT
  3866. Language=English
  3867. The ExitPoint %2 was missing at server %3
  3868. .
  3869. MessageId=14302 Severity=Error SymbolicName=MISSING_VOLUME
  3870. Language=English
  3871. The Volume %2 was missing at server %3
  3872. .
  3873. MessageId=14303 Severity=Error SymbolicName=EXTRA_VOLUME
  3874. Language=English
  3875. The extra Volume %2 was found at server %3
  3876. .
  3877. MessageId=14304 Severity=Error SymbolicName=EXTRA_EXIT_POINT_DELETED
  3878. Language=English
  3879. The extra ExitPoint %2 was deleted successfully from the server %3
  3880. .
  3881. MessageId=14305 Severity=Error SymbolicName=EXTRA_EXIT_POINT_NOT_DELETED
  3882. Language=English
  3883. Unable to delete the extra ExitPoint %2 at the server %3
  3884. .
  3885. MessageId=14306 Severity=Error SymbolicName=MISSING_EXIT_POINT_CREATED
  3886. Language=English
  3887. The missing ExitPoint %2 was created at the server %3 successfully
  3888. .
  3889. MessageId=14307 Severity=Error SymbolicName=MISSING_EXIT_POINT_NOT_CREATED
  3890. Language=English
  3891. Unable to create the missing Exit Point %2 at the server %3
  3892. .
  3893. MessageId=14308 Severity=Error SymbolicName=MISSING_VOLUME_CREATED
  3894. Language=English
  3895. Successfully created the missing volume %2 knowledge at the server %3
  3896. .
  3897. MessageId=14309 Severity=Error SymbolicName=MISSING_VOLUME_NOT_CREATED
  3898. Language=English
  3899. Unable to create the missing Volume %2 info at server %3
  3900. .
  3901. MessageId=14310 Severity=Error SymbolicName=EXTRA_VOLUME_DELETED
  3902. Language=English
  3903. The extra Volume %2 info was deleted at server %3
  3904. .
  3905. MessageId=14311 Severity=Error SymbolicName=EXTRA_VOLUME_NOT_DELETED
  3906. Language=English
  3907. The extra Volume %2 info was not deleted at server %3
  3908. .
  3909. MessageId=14312 Severity=Error SymbolicName=COULD_NOT_VERIFY_VOLUMES
  3910. Language=English
  3911. Since the DC %2 was unavailable could not verify volumes knowledge.
  3912. .
  3913. MessageId=14313 Severity=Error SymbolicName=KNOWLEDGE_INCONSISTENCY_DETECTED
  3914. Language=English
  3915. Detected Knowledge inconsistency with the volume %2 at server %3
  3916. .
  3917. MessageId=14314 Severity=Error SymbolicName=PREFIX_MISMATCH
  3918. Language=English
  3919. The local Prefix %2 was represented as %3 at remote server %4
  3920. .
  3921. MessageId=14315 Severity=Error SymbolicName=PREFIX_MISMATCH_FIXED
  3922. Language=English
  3923. The remote Prefix %3 was corrected to %2 at remote server %4
  3924. .
  3925. MessageId=14316 Severity=Error SymbolicName=PREFIX_MISMATCH_NOT_FIXED
  3926. Language=English
  3927. The remote Prefix %3 was NOT corrected to %2 at remote server %4
  3928. .
  3929. MessageId=14317 Severity=Error SymbolicName=MACHINE_UNJOINED
  3930. Language=English
  3931. The machine %2 has become unlinked from the domain. Re-join the machine the machine to this domain.
  3932. .
  3933. MessageId=14318 Severity=Informational SymbolicName=DFS_REFERRAL_REQUEST
  3934. Language=English
  3935. Dfs received a referral request for "%2". The return code is in the data.
  3936. .
  3937. ;//
  3938. ;// Client-side Dfs (mup.sys) errors (14400-14499)
  3939. ;//
  3940. MessageId=14400 Severity=Informational SymbolicName=NOT_A_DFS_PATH
  3941. Language=English
  3942. The path "%2" is not a dfs path
  3943. .
  3944. MessageId=14401 Severity=Informational SymbolicName=LM_REDIR_FAILURE
  3945. Language=English
  3946. Dfs was unable to open the Lan Redir
  3947. .
  3948. MessageId=14402 Severity=Informational SymbolicName=DFS_CONNECTION_FAILURE
  3949. Language=English
  3950. Dfs was unable to open a connection to server %2. The error returned is in the record data.
  3951. .
  3952. MessageId=14403 Severity=Informational SymbolicName=DFS_REFERRAL_FAILURE
  3953. Language=English
  3954. Dfs was unable to obtain a referral for "%2" from %3. The error returned is in the record data.
  3955. .
  3956. MessageId=14404 Severity=Informational SymbolicName=DFS_REFERRAL_SUCCESS
  3957. Language=English
  3958. Dfs obtained a referral for "%2" from %3
  3959. .
  3960. MessageId=14405 Severity=Informational SymbolicName=DFS_MAX_DNR_ATTEMPTS
  3961. Language=English
  3962. Dfs reached its limit of attempts of resolution of "%2".
  3963. .
  3964. MessageId=14406 Severity=Informational SymbolicName=DFS_SPECIAL_REFERRAL_FAILURE
  3965. Language=English
  3966. Dfs was unable to obtain the special referral table from %2. The error returned is in the record data.
  3967. .
  3968. MessageId=14407 Severity=Informational SymbolicName=DFS_OPEN_FAILURE
  3969. Language=English
  3970. Dfs failed on open of %2 directed to %3. The error returned is in the record data.
  3971. .
  3972. ;//
  3973. ;// Dfs service (dfssvc) errors (14500-14599)
  3974. ;//
  3975. MessageId=14500 Severity=Informational SymbolicName=NET_DFS_ENUM
  3976. Language=English
  3977. NetrDfsEnum received an enumeration. The return code is in the record data.
  3978. .
  3979. MessageId=14501 Severity=Informational SymbolicName=NET_DFS_ENUMEX
  3980. Language=English
  3981. NetrDfsEnumEx received an enumeration. The return code is in the record data.
  3982. .
  3983. MessageId=14502 Severity=Error SymbolicName=DFS_ERROR_CREATE_DIRECTORY_FAILURE
  3984. Language=English
  3985. Dfs could not create directory %1. The return code is in the record data.
  3986. .
  3987. MessageId=14503 Severity=Error SymbolicName=DFS_ERROR_CREATE_REPARSEPOINT_FAILURE
  3988. Language=English
  3989. Dfs could not create reparse point for directory %1 under directory %2. The return code is in the record data.
  3990. .
  3991. MessageId=14504 Severity=Error SymbolicName=DFS_ERROR_UNSUPPORTED_FILESYSTEM
  3992. Language=English
  3993. Share %1 mapped to %2 does not support reparse points. Upgrade Filesystem and retry.
  3994. .
  3995. MessageId=14505 Severity=Error SymbolicName=DFS_ERROR_OVERLAPPING_DIRECTORIES
  3996. Language=English
  3997. 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.
  3998. .
  3999. MessageId=14506 Severity=Error SymbolicName=DFS_ERROR_AD_WRITE_ERROR
  4000. Language=English
  4001. DFS could not write to the Active Directory on Root %1. The return code is in the record data.
  4002. .
  4003. MessageId=14507 Severity=Error SymbolicName=DFS_ERROR_AD_READ_ERROR
  4004. Language=English
  4005. DFS could not read from the Active Directory on Root %1. The return code is in the record data.
  4006. .
  4007. MessageId=14508 Severity=Informational SymbolicName=DFS_INFO_ACTIVEDIRECTORY_ONLINE
  4008. Language=English
  4009. DFS re-established a connection to the PDC to initiate Domain DFS operations.
  4010. .
  4011. MessageId=14509 Severity=Error SymbolicName=DFS_ERROR_TOO_MANY_ERRORS
  4012. Language=English
  4013. Root %1 has too many errors. No further eventlogs will be logged on this root.
  4014. .
  4015. MessageId=14510 Severity=Error SymbolicName=DFS_ERROR_WINSOCKINIT_FAILED
  4016. Language=English
  4017. DFS could not initialize winsock library. The return code is in the record data.
  4018. .
  4019. MessageId=14511 Severity=Error SymbolicName=DFS_ERROR_SECURITYINIT_FAILED
  4020. Language=English
  4021. DFS could not initialize security library. The return code is in the record data.
  4022. .
  4023. MessageId=14512 Severity=Error SymbolicName=DFS_ERROR_THREADINIT_FAILED
  4024. Language=English
  4025. DFS could not create DFS support thread. The return code is in the record data.
  4026. .
  4027. MessageId=14513 Severity=Error SymbolicName=DFS_ERROR_SITECACHEINIT_FAILED
  4028. Language=English
  4029. DFS could not initialize IP site cache. The return code is in the record data.
  4030. .
  4031. MessageId=14514 Severity=Error SymbolicName=DFS_ERROR_ROOTSYNCINIT_FAILED
  4032. Language=English
  4033. DFS could not synchronize all DFS roots. The return code is in the record data.
  4034. .
  4035. MessageId=14515 Severity=Error SymbolicName=DFS_ERROR_CREATEEVENT_FAILED
  4036. Language=English
  4037. DFS could not create event handle. The return code is in the record data.
  4038. .
  4039. MessageId=14516 Severity=Error SymbolicName=DFS_ERROR_COMPUTERINFO_FAILED
  4040. Language=English
  4041. DFS could not get required computer information. The return code is in the record data.
  4042. .
  4043. MessageId=14517 Severity=Error SymbolicName=DFS_ERROR_CLUSTERINFO_FAILED
  4044. Language=English
  4045. DFS could not get required cluster information. The return code is in the record data.
  4046. .
  4047. MessageId=14518 Severity=Error SymbolicName=DFS_ERROR_DCINFO_FAILED
  4048. Language=English
  4049. DFS could not get required DC information. The return code is in the record data.
  4050. .
  4051. MessageId=14519 Severity=Error SymbolicName=DFS_ERROR_PREFIXTABLE_FAILED
  4052. Language=English
  4053. DFS could not initialize prefix table. The return code is in the record data.
  4054. .
  4055. MessageId=14520 Severity=Error SymbolicName=DFS_ERROR_HANDLENAMESPACE_FAILED
  4056. Language=English
  4057. DFS could not initialize DFS namespace.The return code is in the record data.
  4058. .
  4059. MessageId=14521 Severity=Error SymbolicName=DFS_ERROR_REGISTERSTORE_FAILED
  4060. Language=English
  4061. DFS could not Register DFS Namespaces. The return code is in the record data.
  4062. .
  4063. MessageId=14522 Severity=Error SymbolicName=DFS_ERROR_REFLECTIONENGINE_FAILED
  4064. Language=English
  4065. DFS could not initialize User/kernel communication package. The return code is in the record data.
  4066. .
  4067. MessageId=14523 Severity=Error SymbolicName=DFS_ERROR_ACTIVEDIRECTORY_OFFLINE
  4068. Language=English
  4069. DFS could not contact any DC for Domain DFS operations. This operation will be retried periodically.
  4070. .
  4071. MessageId=14524 Severity=Error SymbolicName=DFS_ERROR_SITESUPPOR_FAILED
  4072. Language=English
  4073. DFS could not initialize site support table. The return code is in the record data.
  4074. .
  4075. MessageId=14525 Severity=Error SymbolicName=DFS_ERROR_DSINITIALCONNECT_FAILED
  4076. Language=English
  4077. DFS could not contact the %1 Active Directory. The return code is in the record data.
  4078. .
  4079. MessageId=14526 Severity=Warning SymbolicName=DFS_ERROR_DSCONNECT_FAILED
  4080. Language=English
  4081. DFS could not contact the %1 Active Directory. DFS will be using cached data. The return code is in the record data.
  4082. .
  4083. MessageId=14527 Severity=Error SymbolicName=DFS_ERROR_ROOT_TURNED_OFF
  4084. Language=English
  4085. Root %1 will be turned off because of too many errors on that root.
  4086. .
  4087. MessageId=14528 Severity=Informational SymbolicName=DFS_INFO_ROOT_TURNED_ON
  4088. Language=English
  4089. Root %1 will be turned back on.
  4090. .
  4091. MessageId=14529 Severity=Informational SymbolicName=DFS_INFO_DS_RECONNECTED
  4092. Language=English
  4093. DFS has connected to the %1 Active Directory.
  4094. .
  4095. MessageId=14530 Severity=Error SymbolicName=DFS_ERROR_NO_DFS_DATA
  4096. Language=English
  4097. DFS could not access its private data from the Active Directory. Please manually check
  4098. network connectivity, security access, and/or consistency of DFS information
  4099. in the Active Directory. This error occurred on root %1.
  4100. .
  4101. MessageId=14531 Severity=Informational SymbolicName=DFS_INFO_FINISH_INIT
  4102. Language=English
  4103. DFS server has finished initializing.
  4104. .
  4105. MessageId=14532 Severity=Informational SymbolicName=DFS_INFO_RECONNECT_DATA
  4106. Language=English
  4107. DFS has recovered from an error and is able to read its private data from
  4108. the Active Directory. Root %1 is now able to read information from the Active Directory.
  4109. .
  4110. MessageId=14533 Severity=Informational SymbolicName=DFS_INFO_FINISH_BUILDING_NAMESPACE
  4111. Language=English
  4112. DFS has finished building all namespaces.
  4113. .
  4114. MessageId=14534 Severity=Warning SymbolicName=DFS_ERROR_ON_ROOT
  4115. Language=English
  4116. DFS Root %1 failed during initialization. The root will not be available.
  4117. .
  4118. MessageId=14535 Severity=Error SymbolicName=DFS_ERROR_MUTLIPLE_ROOTS_NOT_SUPPORTED
  4119. Language=English
  4120. DFS does not support multiple roots on Standard server SKU. Please cleanup the roots or upgrade.
  4121. .
  4122. MessageId=14536 Severity=Warning SymbolicName=DFS_WARN_DOMAIN_REFERRAL_OVERFLOW
  4123. Language=English
  4124. DFS is unable to return the entire list of trusted domains to the client. There are too many trusted domains.
  4125. .
  4126. MessageId=14537 Severity=Informational SymbolicName=DFS_INFO_DOMAIN_REFERRAL_MIN_OVERFLOW
  4127. Language=English
  4128. DFS is requesting the client for a larger buffer for trusted domain information. Some Win98 clients may not be able to access DFS namespaces.
  4129. .
  4130. ;/////////////////////////////////////////////////////////////////////////
  4131. ;//
  4132. ;// BRIDGE Events
  4133. ;//
  4134. ;// Codes 14600 - 14899
  4135. ;//
  4136. ;/////////////////////////////////////////////////////////////////////////
  4137. ;//
  4138. ;// Driver-wide events (14600 - 14699)
  4139. ;//
  4140. MessageID=14600 Severity=Error SymbolicName=EVENT_BRIDGE_PROTOCOL_REGISTER_FAILED
  4141. Language=English
  4142. Bridge: The bridge could not be initialized because the bridge failed to register as a protocol with NDIS.
  4143. .
  4144. MessageID=14601 Severity=Error SymbolicName=EVENT_BRIDGE_MINIPROT_DEVNAME_MISSING
  4145. Language=English
  4146. Bridge: The bridge could not be initialized because the bridge's miniport device name is missing from the registry.
  4147. .
  4148. MessageID=14602 Severity=Error SymbolicName=EVENT_BRIDGE_MINIPORT_REGISTER_FAILED
  4149. Language=English
  4150. Bridge: The bridge could not be initialized because the bridge failed to register as a miniport with NDIS.
  4151. .
  4152. MessageID=14603 Severity=Error SymbolicName=EVENT_BRIDGE_DEVICE_CREATION_FAILED
  4153. Language=English
  4154. Bridge: The bridge could not be initialized because the bridge failed to create a device object.
  4155. .
  4156. MessageID=14604 Severity=Error SymbolicName=EVENT_BRIDGE_NO_BRIDGE_MAC_ADDR
  4157. Language=English
  4158. Bridge: The bridge could not be initialized because the bridge failed to determine a MAC address for itself.
  4159. .
  4160. MessageID=14605 Severity=Error SymbolicName=EVENT_BRIDGE_MINIPORT_INIT_FAILED
  4161. Language=English
  4162. Bridge: The bridge's attempt to create its virtual miniport failed.
  4163. .
  4164. MessageID=14606 Severity=Error SymbolicName=EVENT_BRIDGE_ETHERNET_NOT_OFFERED
  4165. Language=English
  4166. Bridge: The bridge could not initialize its miniport because Ethernet was not offered as a supported medium.
  4167. .
  4168. MessageID=14607 Severity=Error SymbolicName=EVENT_BRIDGE_THREAD_CREATION_FAILED
  4169. Language=English
  4170. Bridge: The bridge could not initialize because it failed to create a system thread.
  4171. .
  4172. MessageID=14608 Severity=Error SymbolicName=EVENT_BRIDGE_THREAD_REF_FAILED
  4173. Language=English
  4174. Bridge: The bridge could not initialize because it failed to reference its system thread.
  4175. .
  4176. MessageID=14609 Severity=Error SymbolicName=EVENT_BRIDGE_PACKET_POOL_CREATION_FAILED
  4177. Language=English
  4178. Bridge: The bridge could not initialize because it failed to create a packet pool.
  4179. .
  4180. MessageID=14610 Severity=Error SymbolicName=EVENT_BRIDGE_BUFFER_POOL_CREATION_FAILED
  4181. Language=English
  4182. Bridge: The bridge could not initialize because it failed to create a buffer pool.
  4183. .
  4184. MessageID=14611 Severity=Error SymbolicName=EVENT_BRIDGE_INIT_MALLOC_FAILED
  4185. Language=English
  4186. Bridge: The bridge could not initialize because it failed to allocate memory.
  4187. .
  4188. ;//
  4189. ;// Adapter-specific events (14700 - 14799)
  4190. ;//
  4191. MessageID=14700 Severity=Error SymbolicName=EVENT_BRIDGE_ADAPTER_LINK_SPEED_QUERY_FAILED
  4192. Language=English
  4193. Bridge [Adapter %2]:%nThe bridge could not determine the adapter's link speed. The adapter will not be used.
  4194. .
  4195. MessageID=14701 Severity=Error SymbolicName=EVENT_BRIDGE_ADAPTER_MAC_ADDR_QUERY_FAILED
  4196. Language=English
  4197. Bridge [Adapter %2]:%nThe bridge could not determine the adapter's MAC address. The adapter will not be used.
  4198. .
  4199. MessageID=14702 Severity=Error SymbolicName=EVENT_BRIDGE_ADAPTER_FILTER_FAILED
  4200. Language=English
  4201. Bridge [Adapter %2]:%nThe bridge could not modify the adapter's packet filter. The adapter will not function correctly.
  4202. .
  4203. MessageID=14703 Severity=Error SymbolicName=EVENT_BRIDGE_ADAPTER_NAME_QUERY_FAILED
  4204. Language=English
  4205. Bridge [Adapter %2]:%nThe bridge could not retrieve the adapter's description string. The adapter will not be used.
  4206. .
  4207. MessageID=14704 Severity=Error SymbolicName=EVENT_BRIDGE_ADAPTER_BIND_FAILED
  4208. Language=English
  4209. Bridge [Adapter %2]:%nThe bridge's attempt to bind to the adapter failed. The adapter will not be used.
  4210. .
  4211. ;//
  4212. ;// DAV Redir Events (14800 - 14899)
  4213. ;//
  4214. MessageID=14800 Severity=Warning SymbolicName=EVENT_DAV_REDIR_DELAYED_WRITE_FAILED
  4215. Language=English
  4216. 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.
  4217. .
  4218. ;//
  4219. ;// WebClient Service Events (14900 - 14999)
  4220. ;//
  4221. MessageID=14901 Severity=Warning SymbolicName=EVENT_WEBCLIENT_CLOSE_PUT_FAILED
  4222. Language=English
  4223. PUT failed for file %1 on Close. ErrorStatus: %2.
  4224. .
  4225. MessageID=14902 Severity=Warning SymbolicName=EVENT_WEBCLIENT_CLOSE_DELETE_FAILED
  4226. Language=English
  4227. DELETE failed for file %1 on Close. ErrorStatus: %2.
  4228. .
  4229. MessageID=14903 Severity=Warning SymbolicName=EVENT_WEBCLIENT_CLOSE_PROPPATCH_FAILED
  4230. Language=English
  4231. PROPPATCH failed for file %1 on Close. ErrorStatus: %2.
  4232. .
  4233. MessageID=14904 Severity=Warning SymbolicName=EVENT_WEBCLIENT_SETINFO_PROPPATCH_FAILED
  4234. Language=English
  4235. PROPPATCH failed for file %1 on SetFileInfo. ErrorStatus: %2.
  4236. .
  4237. ;
  4238. ;/////////////////////////////////////////////////////////////////////////
  4239. ;//
  4240. ;// HTTP.SYS Events (15000-15499)
  4241. ;//
  4242. ;/////////////////////////////////////////////////////////////////////////
  4243. ;
  4244. ; //
  4245. ; // The I/O Manager uses the first insertion string for the device or driver name
  4246. ; // derived from the IoObject.
  4247. ; //
  4248. ;
  4249. ;//
  4250. ;// Errors
  4251. ;//
  4252. ;
  4253. MessageId=15000 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_CREATE_FILE_FAILED
  4254. Language=English
  4255. Unable to create log file %2. Make sure that the logging directory is correct and this computer has write access to that directory.
  4256. .
  4257. MessageId=15001 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_CREATE_FILE_FAILED_FOR_SITE
  4258. Language=English
  4259. Unable to create the log file for site W3SVC%2. Make sure that the logging directory for the site is correct and this computer has write access to that directory.
  4260. .
  4261. MessageId=15002 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_FILE_WRITE_FAILED
  4262. Language=English
  4263. Unable to write to the log file %2 for site W3SVC%3. Disk may be full. If this is a network path, make sure that network connectivity is not broken.
  4264. .
  4265. MessageId=15003 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_CREATE_BINARY_FILE_FAILED
  4266. Language=English
  4267. Unable to create the centralized binary log file. Make sure that the logging directory is correct and this computer has write access to that directory.
  4268. .
  4269. MessageId=15004 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_BINARY_FILE_WRITE_FAILED
  4270. Language=English
  4271. Unable to write to the centralized binary log file %2. Disk may be full. If this is a network path, make sure that network connectivity is not broken.
  4272. .
  4273. MessageId=15005 Severity=Error SymbolicName=EVENT_HTTP_CREATE_ENDPOINT_FAILED
  4274. Language=English
  4275. Unable to bind to the underlying transport for %2. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine. The data field contains the error number.
  4276. .
  4277. MessageId=15006 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_INVALID_FILE_OWNER
  4278. Language=English
  4279. Owner of the log file or directory %2 is invalid. This could be because another user has already created the log file or the directory.
  4280. .
  4281. MessageId=15007 Severity=Informational SymbolicName=EVENT_HTTP_NAMESPACE_RESERVED
  4282. Language=English
  4283. Reservation for namespace identified by URL prefix %2 was successfully added.
  4284. .
  4285. MessageId=15008 Severity=Informational SymbolicName=EVENT_HTTP_NAMESPACE_DERESERVED
  4286. Language=English
  4287. Reservation for namespace identified by URL prefix %2 was successfully deleted.
  4288. .
  4289. MessageId=15009 Severity=Error SymbolicName=EVENT_HTTP_NAMESPACE_INIT_FAILED
  4290. Language=English
  4291. An error occured while initializing namespace reservations. The error status code is contained within the returned data.
  4292. .
  4293. MessageId=15010 Severity=Error SymbolicName=EVENT_HTTP_NAMESPACE_INIT2_FAILED
  4294. Language=English
  4295. An error occured while initializing namespace reservation identified by URL prefix %2. The error status code is contained within the returned data.
  4296. .
  4297. MessageId=15011 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_CREATE_ERROR_FILE_FAILED
  4298. Language=English
  4299. Unable to create the error log file. Make sure that the error logging directory is correct.
  4300. .
  4301. MessageId=15012 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_ERROR_FILE_WRITE_FAILED
  4302. Language=English
  4303. Unable to write to the error log file. Disk may be full. The data field contains the error number.
  4304. .
  4305. MessageId=15013 Severity=Error SymbolicName=EVENT_HTTP_LOGGING_ERROR_FILE_CONFIG_FAILED
  4306. Language=English
  4307. Error logging configuration failed. The data field contains the error number.
  4308. .
  4309. MessageId=15014 Severity=Error SymbolicName=EVENT_HTTP_LISTEN_ONLY_CONVERT_FAILED
  4310. Language=English
  4311. Unable to convert IP Listen-Only list entry %2. The data field contains the error number.
  4312. .
  4313. MessageId=15015 Severity=Informational SymbolicName=EVENT_HTTP_LISTEN_ONLY_ALL_CONVERT_FAILED
  4314. Language=English
  4315. Unable to convert all entries on IP Listen-Only list. Driver will listen on all available interfaces.
  4316. .
  4317. ;
  4318. ;#endif // _NETEVENT
  4319. ;