Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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