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.

1290 lines
35 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; dhcpmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for DHCP messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Madan Appiah (madana) 10-Sep-1993
  16. ; Manny Weiser 8-Dec-1992
  17. ;
  18. ;Revision History:
  19. ;
  20. ;Notes:
  21. ;
  22. ; This file is generated by the MC tool from the dhcpmsg.mc file.
  23. ;
  24. ; ?? NOTE : These message should go into winerror.h, until then use a
  25. ; error code range which is not used by the system.
  26. ;
  27. ;--*/
  28. ;
  29. ;#ifndef _DHCPMESSAGE_
  30. ;#define _DHCPMESSAGE_
  31. ;
  32. ;//
  33. ;// 20000 - 20099 Reserved for DHCP service specific errors.
  34. ;//
  35. MessageId=20000 SymbolicName=ERROR_DHCP_REGISTRY_INIT_FAILED
  36. Language=English
  37. The DHCP server initialization parameters are incorrect.
  38. .
  39. MessageId=20001 SymbolicName=ERROR_DHCP_DATABASE_INIT_FAILED
  40. Language=English
  41. The DHCP server was unable to open the DHCP client database.
  42. .
  43. MessageId=20002 SymbolicName=ERROR_DHCP_RPC_INIT_FAILED
  44. Language=English
  45. The DHCP server was unable to start as an RPC server.
  46. .
  47. MessageId=20003 SymbolicName=ERROR_DHCP_NETWORK_INIT_FAILED
  48. Language=English
  49. The DHCP server was unable to establish a socket connection.
  50. .
  51. MessageId=20004 SymbolicName=ERROR_DHCP_SUBNET_EXITS
  52. Language=English
  53. The specified subnet already exists.
  54. .
  55. MessageId=20005 SymbolicName=ERROR_DHCP_SUBNET_NOT_PRESENT
  56. Language=English
  57. The specified subnet does not exist.
  58. .
  59. MessageId=20006 SymbolicName=ERROR_DHCP_PRIMARY_NOT_FOUND
  60. Language=English
  61. The primary host information for the specified subnet was not found.
  62. .
  63. MessageId=20007 SymbolicName=ERROR_DHCP_ELEMENT_CANT_REMOVE
  64. Language=English
  65. The specified DHCP element cannot be removed because it has been used.
  66. .
  67. MessageId=20009 SymbolicName=ERROR_DHCP_OPTION_EXITS
  68. Language=English
  69. The specified option already exists.
  70. .
  71. MessageId=20010 SymbolicName=ERROR_DHCP_OPTION_NOT_PRESENT;
  72. Language=English
  73. The specified option does not exist.
  74. .
  75. MessageId=20011 SymbolicName=ERROR_DHCP_ADDRESS_NOT_AVAILABLE;
  76. Language=English
  77. The specified address is not available.
  78. .
  79. MessageId=20012 SymbolicName=ERROR_DHCP_RANGE_FULL;
  80. Language=English
  81. The specified IP address range is full.
  82. .
  83. MessageId=20013 SymbolicName=ERROR_DHCP_JET_ERROR;
  84. Language=English
  85. An error occurred while accessing the DHCP database. Look at the
  86. DHCP server event log for more information on this error.
  87. .
  88. MessageId=20014 SymbolicName=ERROR_DHCP_CLIENT_EXISTS;
  89. Language=English
  90. The specified client already exists in the database.
  91. .
  92. MessageId=20015 SymbolicName=ERROR_DHCP_INVALID_DHCP_MESSAGE;
  93. Language=English
  94. The DHCP server received a message that is not valid.
  95. .
  96. MessageId=20016 SymbolicName=ERROR_DHCP_INVALID_DHCP_CLIENT;
  97. Language=English
  98. The DHCP server received a message from a client that is not valid.
  99. .
  100. MessageId=20017 SymbolicName=ERROR_DHCP_SERVICE_PAUSED;
  101. Language=English
  102. The DHCP server service is paused.
  103. .
  104. MessageId=20018 SymbolicName=ERROR_DHCP_NOT_RESERVED_CLIENT;
  105. Language=English
  106. The specified DHCP client is not a reserved client.
  107. .
  108. MessageId=20019 SymbolicName=ERROR_DHCP_RESERVED_CLIENT;
  109. Language=English
  110. The specified DHCP client is a reserved client.
  111. .
  112. MessageId=20020 SymbolicName=ERROR_DHCP_RANGE_TOO_SMALL;
  113. Language=English
  114. The specified IP address range is too small.
  115. .
  116. MessageId=20021 SymbolicName=ERROR_DHCP_IPRANGE_EXITS;
  117. Language=English
  118. The specified IP address range already exists.
  119. .
  120. MessageId=20022 SymbolicName=ERROR_DHCP_RESERVEDIP_EXITS;
  121. Language=English
  122. The specified IP address or hardware address is being used by another client.
  123. .
  124. MessageId=20023 SymbolicName=ERROR_DHCP_INVALID_RANGE;
  125. Language=English
  126. The specified range either overlaps an existing range or is
  127. not valid.
  128. .
  129. MessageId=20024 SymbolicName=ERROR_DHCP_RANGE_EXTENDED;
  130. Language=English
  131. The specified range is an extension of an existing range.
  132. .
  133. MessageId=20025 SymbolicName=ERROR_EXTEND_TOO_SMALL;
  134. Language=English
  135. The range extension specified is too small. The range must be
  136. extended by multiples of 32 addresses.
  137. .
  138. MessageId=20026 SymbolicName=WARNING_EXTENDED_LESS;
  139. Language=English
  140. The range was extended less than the specified backward extension.
  141. Extend the range by multiples of 32 addresses.
  142. .
  143. MessageId=20027 SymbolicName=ERROR_DHCP_JET_CONV_REQUIRED;
  144. Language=English
  145. DHCP database needs to be upgraded to a newer format. Look at the
  146. DHCP server event log for more information.
  147. .
  148. MessageId=20028 SymbolicName=ERROR_SERVER_INVALID_BOOT_FILE_TABLE
  149. Language=English
  150. The format of the bootstrap protocol file table is incorrect.
  151. The correct format is:
  152. <requested boot file name1>,<boot file server name1>,<boot file name1>
  153. <requested boot file name2>,<boot file server name2>,<boot file name2>
  154. etc...
  155. .
  156. MessageId=20029 SymbolicName=ERROR_SERVER_UNKNOWN_BOOT_FILE_NAME
  157. Language=English
  158. .
  159. MessageId=20030 SymbolicName=ERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONG;
  160. Language=English
  161. The specified superscope name is too long.
  162. .
  163. MessageId=20032 SymbolicName=ERROR_DHCP_IP_ADDRESS_IN_USE;
  164. Language=English
  165. This IP address is already in use.
  166. .
  167. MessageId=20033 SymbolicName=ERROR_DHCP_LOG_FILE_PATH_TOO_LONG
  168. Language=English
  169. The DHCP audit-log file path is too long.
  170. .
  171. MessageId=20034 SymbolicName=ERROR_DHCP_UNSUPPORTED_CLIENT
  172. Language=English
  173. The DHCP service received a request for a valid IP address
  174. that is not administered by this server.
  175. .
  176. MessageId=20035 SymbolicName=EVENT_SERVER_INTERFACE_NOTIFICATION
  177. Language=English
  178. The DHCP Server failed to receive a notification of interface
  179. list changes. Some of the interfaces will not be enabled in
  180. the DHCP service.
  181. .
  182. MessageId=20036 SymbolicName=ERROR_DHCP_JET97_CONV_REQUIRED;
  183. Language=English
  184. The DHCP database needs to be upgraded to the current Jet format.
  185. Look at the DHCP service event log for more information.
  186. .
  187. MessageId=20037 SymbolicName=ERROR_DHCP_ROGUE_INIT_FAILED
  188. Language=English
  189. The DHCP Server is not servicing any clients on the network
  190. because it could not determine if it is authorized to run.
  191. This might be due to network problems or insufficient resources.
  192. .
  193. MessageId=20038 SymbolicName=ERROR_DHCP_ROGUE_SAMSHUTDOWN
  194. Language=English
  195. The DHCP service is shutting down because another DHCP server
  196. with the IP address %1 is active on the network.
  197. .
  198. MessageId=20039 SymbolicName=ERROR_DHCP_ROGUE_NOT_AUTHORIZED
  199. Language=English
  200. The DHCP service is not servicing any clients on the network
  201. because it has determined that it is not authorized to run.
  202. .
  203. MessageId=20040 SymbolicName=ERROR_DHCP_ROGUE_DS_UNREACHABLE
  204. Language=English
  205. The DHCP service is unable to contact the directory service
  206. for domain %1. The DHCP service will continue to attempt
  207. to contact the directory service. During this time, no clients
  208. on the network will be serviced.
  209. .
  210. MessageId=20041 SymbolicName=ERROR_DHCP_ROGUE_DS_CONFLICT
  211. Language=English
  212. The DHCP service is not servicing any clients on the network
  213. because its authorization information conflicts with another
  214. DHCP server whose IP address is %1 and is active on domain %2.
  215. .
  216. MessageId=20042 SymbolicName=ERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISE
  217. Language=English
  218. The DHCP service is ignoring a request from another DHCP
  219. service because it is on a different directory service
  220. enterprise (Directory Service Enterprise root = %1)
  221. .
  222. MessageId=20043 SymbolicName=ERROR_DHCP_ROGUE_STANDALONE_IN_DS
  223. Language=English
  224. The DHCP service has detected a directory service environment
  225. on the network. If there is directory service on the network,
  226. DHCP service can only run on a server which is part of the directory
  227. service. Since this server belongs to a workgroup, the DHCP service
  228. is terminating.
  229. .
  230. MessageId=20044 SymbolicName=ERROR_DHCP_CLASS_NOT_FOUND
  231. Language=English
  232. The class name being used is unknown or incorrect.
  233. .
  234. MessageId=20045 SymbolicName=ERROR_DHCP_CLASS_ALREADY_EXISTS
  235. Language=English
  236. The class name is already in use or the class information
  237. is already in use.
  238. .
  239. MessageId=20046 SymbolicName=ERROR_DHCP_SCOPE_NAME_TOO_LONG
  240. Language=English
  241. The specified scope name is too long. The name is limited to
  242. a maximum of 256 characters.
  243. .
  244. MessageId=20047 SymbolicName=ERROR_DHCP_DEFAULT_SCOPE_EXITS
  245. Language=English
  246. There is already a default scope configured on the server.
  247. .
  248. MessageId=20048 SymbolicName=ERROR_DHCP_CANT_CHANGE_ATTRIBUTE
  249. Language=English
  250. The Dynamic BOOTP attribute cannot be turned on or off.
  251. .
  252. MessageId=20049 SymbolicName=ERROR_DHCP_IPRANGE_CONV_ILLEGAL
  253. Language=English
  254. Conversion of a scope to a DHCP Only scope or to a BOOTP Only scope
  255. is not allowed when DHCP and BOOTP clients both exist in the scope.
  256. Manually delete either the DHCP or the BOOTP clients from the scope,
  257. as appropriate for the type of scope being created.
  258. .
  259. MessageId=20050 SymbolicName=ERROR_DHCP_NETWORK_CHANGED
  260. Language=English
  261. The network has changed. Retry this operation after checking for the
  262. network changes. Network changes may be caused by interfaces that are
  263. new or no longer valid, or by IP addresses that are new or no longer
  264. valid.
  265. .
  266. MessageId=20051 SymbolicName=ERROR_DHCP_CANNOT_MODIFY_BINDINGS
  267. Language=English
  268. The bindings to internal IP addresses cannot be modified.
  269. .
  270. MessageId=20052 SymbolicName=ERROR_DHCP_SUBNET_EXISTS
  271. Language=English
  272. The scope parameters are incorrect. Either the scope already
  273. exists or its subnet address and mask is inconsistent with the
  274. subnet address and mask of an existing scope.
  275. .
  276. MessageId=20053 SymbolicName=ERROR_DHCP_MSCOPE_EXISTS
  277. Language=English
  278. The multicast scope parameters are incorrect. Either the
  279. scope already exists or its properties are inconsistent with
  280. the properties of another existing scope.
  281. .
  282. MessageId=20054 SymbolicName=ERROR_MSCOPE_RANGE_TOO_SMALL
  283. Language=English
  284. The multicast scope range must have atleast 256 IP addresses.
  285. .
  286. ;//
  287. ;// 20070 + are the message used here..
  288. ;//
  289. MessageId=20070 SymbolicName=ERROR_DDS_NO_DS_AVAILABLE
  290. Language=English
  291. The DHCP service could not contact Active Directory.
  292. .
  293. MessageId=20071 SymbolicName=ERROR_DDS_NO_DHCP_ROOT
  294. Language=English
  295. The DHCP service root could not be found in the Active Directory.
  296. .
  297. MessageId=20072 SymbolicName=ERROR_DDS_UNEXPECTED_ERROR
  298. Language=English
  299. An unexpected error occurred while accessing the Active Directory.
  300. .
  301. MessageId=20073 SymbolicName=ERROR_DDS_TOO_MANY_ERRORS
  302. Language=English
  303. There were too many errors to proceed.
  304. .
  305. MessageId=20074 SymbolicName=ERROR_DDS_DHCP_SERVER_NOT_FOUND
  306. Language=English
  307. A DHCP service could not be found.
  308. .
  309. MessageId=20075 SymbolicName=ERROR_DDS_OPTION_ALREADY_EXISTS
  310. Language=English
  311. The specified options are already present in the directory service.
  312. .
  313. MessageId=20076 SymbolicName=ERROR_DDS_OPTION_DOES_NOT_EXIST
  314. Language=English
  315. The specified options are not present in the directory service.
  316. .
  317. MessageId=20077 SymbolicName=ERROR_DDS_CLASS_EXISTS
  318. Language=English
  319. The specified classes already exist in the directory service.
  320. .
  321. MessageId=20078 SymbolicName=ERROR_DDS_CLASS_DOES_NOT_EXIST
  322. Language=English
  323. The specified classes do not exist in the directory service.
  324. .
  325. MessageId=20079 SymbolicName=ERROR_DDS_SERVER_ALREADY_EXISTS
  326. Language=English
  327. The specified servers are already present in the directory service.
  328. .
  329. MessageId=20080 SymbolicName=ERROR_DDS_SERVER_DOES_NOT_EXIST
  330. Language=English
  331. The specified servers are not present in the directory service.
  332. .
  333. MessageId=20081 SymbolicName=ERROR_DDS_SERVER_ADDRESS_MISMATCH
  334. Language=English
  335. The specified server address does not belong to the identified
  336. server name.
  337. .
  338. MessageId=20082 SymbolicName=ERROR_DDS_SUBNET_EXISTS
  339. Language=English
  340. The specified subnets already exist in the directory service.
  341. .
  342. MessageId=20083 SymbolicName=ERROR_DDS_SUBNET_HAS_DIFF_SSCOPE
  343. Language=English
  344. The specified subnet belongs to a different superscope.
  345. .
  346. MessageId=20084 SymbolicName=ERROR_DDS_SUBNET_NOT_PRESENT
  347. Language=English
  348. The specified subnet is not present in the directory service.
  349. .
  350. MessageId=20085 SymbolicName=ERROR_DDS_RESERVATION_NOT_PRESENT
  351. Language=English
  352. The specified reservation is not present in the directory service.
  353. .
  354. MessageId=20086 SymbolicName=ERROR_DDS_RESERVATION_CONFLICT
  355. Language=English
  356. The reservation specified conflicts with an existing reservation
  357. in the directory service.
  358. .
  359. MessageId=20087 SymbolicName=ERROR_DDS_POSSIBLE_RANGE_CONFLICT
  360. Language=English
  361. The specified IP range conflicts with some existing IP range in the
  362. directory service.
  363. .
  364. MessageId=20088 SymbolicName=ERROR_DDS_RANGE_DOES_NOT_EXIST
  365. Language=English
  366. The specified IP range is not present in the directory service.
  367. .
  368. ;//
  369. ;// This is the last error message for the DHCP service. Should not be
  370. ;// used internally except for place marker. All new errors should be
  371. ;// filled before this. No localization needed for this.
  372. ;//
  373. MessageId=20089 SymbolicName=ERROR_LAST_DHCP_SERVER_ERROR
  374. Language=English
  375. .
  376. ;//
  377. ;// 1000 - 1099 Reserved for DHCP server events.
  378. ;//
  379. MessageId=1000 SymbolicName=EVENT_SERVER_UNKNOWN_OPTION
  380. Language=English
  381. The DHCP service received the unknown option %1, with a length of %2.
  382. The raw option data is given below.
  383. .
  384. MessageId=1001 SymbolicName=EVENT_SERVER_FAILED_REGISTER_SC
  385. Language=English
  386. The DHCP service failed to register with Service Controller.
  387. The following error occurred: %n%1.
  388. .
  389. MessageId=1002 SymbolicName=EVENT_SERVER_INIT_DATA_FAILED
  390. Language=English
  391. The DHCP service failed to initialize its global parameters.
  392. The following error occurred: %n%1
  393. .
  394. MessageId=1003 SymbolicName=EVENT_SERVER_INIT_REGISTRY_FAILED
  395. Language=English
  396. The DHCP service failed to initialize its registry parameters.
  397. The following error occurred: %n%1
  398. .
  399. MessageId=1004 SymbolicName=EVENT_SERVER_INIT_DATABASE_FAILED
  400. Language=English
  401. The DHCP service failed to initialize the database.
  402. The following error occurred: %n%1
  403. .
  404. MessageId=1005 SymbolicName=EVENT_SERVER_INIT_WINSOCK_FAILED
  405. Language=English
  406. The DHCP service failed to initialize Winsock startup.
  407. The following error occurred: %n%1
  408. .
  409. MessageId=1006 SymbolicName=EVENT_SERVER_INIT_RPC_FAILED
  410. Language=English
  411. The DHCP service failed to start as a RPC server.
  412. The following error occurred : %n%1
  413. .
  414. MessageId=1007 SymbolicName=EVENT_SERVER_INIT_SOCK_FAILED
  415. Language=English
  416. The DHCP service failed to initialize Winsock data.
  417. The following error occurred: %n%1
  418. .
  419. MessageId=1008 SymbolicName=EVENT_SERVER_SHUTDOWN
  420. Language=English
  421. The DHCP service is shutting down due to the following error: %n%1
  422. .
  423. MessageId=1009 SymbolicName=EVENT_SERVER_CLIENT_CLEANUP
  424. Language=English
  425. The DHCP service encountered the following error while cleaning
  426. up the pending client records: %n%1
  427. .
  428. MessageId=1010 SymbolicName=EVENT_SERVER_DATABASE_CLEANUP
  429. Language=English
  430. The DHCP service encountered the following error while cleaning
  431. up the database: %n%1
  432. .
  433. MessageId=1011 SymbolicName=EVENT_SERVER_LEASE_NACK
  434. Language=English
  435. The DHCP service issued a NACK (negative acknowledgement message)
  436. to the client, %2, for the address, %1.
  437. .
  438. MessageId=1012 SymbolicName=EVENT_SERVER_LEASE_DECLINED
  439. Language=English
  440. The DHCP client, %2, declined the address %1.
  441. .
  442. MessageId=1013 SymbolicName=EVENT_SERVER_LEASE_RELEASE
  443. Language=English
  444. The DHCP Client, %2, released the address %1.
  445. .
  446. MessageId=1014 SymbolicName=EVENT_SERVER_JET_ERROR
  447. Language=English
  448. The following problem occurred with the Jet database %1:
  449. Reading or writing to the Jet database failed. If this message
  450. appears frequently, either there was insufficient disk space for
  451. database OR backup database or the database might be corrupt. To
  452. correct this problem, either increase available disk space or refer
  453. to the documentation on restoring the database. After the database is
  454. restored, make sure that conflict detection is enabled in the server properties.
  455. Additional Debug Information: %2.
  456. .
  457. MessageId=1015 SymbolicName=EVENT_SERVER_JET_WARNING
  458. Language=English
  459. The JET Database call returned the following warning : %1.
  460. Additional Debug Information: %2.
  461. .
  462. MessageId=1016 SymbolicName=EVENT_SERVER_DATABASE_BACKUP
  463. Language=English
  464. The DHCP service encountered the following error when
  465. backing up the database: %n%1
  466. .
  467. MessageId=1017 SymbolicName=EVENT_SERVER_CONFIG_BACKUP
  468. Language=English
  469. The DHCP service encountered the following error when
  470. backing up the registry configuration: %n%1
  471. .
  472. MessageId=1018 SymbolicName=EVENT_SERVER_DATABASE_RESTORE_FAILED
  473. Language=English
  474. The DHCP service failed to restore the database.
  475. The following error occurred: %n%1
  476. .
  477. MessageId=1019 SymbolicName=EVENT_SERVER_CONFIG_RESTORE_FAILED
  478. Language=English
  479. The DHCP service failed to restore the DHCP registry configuration.
  480. The following error occurred: %n%1
  481. .
  482. MessageId=1020 SymbolicName=EVENT_SERVER_LOW_ADDRESS_WARNING
  483. Language=English
  484. Scope, %1, is %2 percent full with only %3 IP addresses remaining.
  485. .
  486. MessageId=1021 SymbolicName=EVENT_SERVER_LOAD_JET_FAILED
  487. Language=English
  488. The DHCP service could not load the JET database library successfully.
  489. .
  490. MessageId=1022 SymbolicName=EVENT_SERVER_JET_CONV_REQUIRED
  491. Language=English
  492. The DHCP service could not use the database. If this service
  493. was started for the first time after the upgrade from NT 3.51
  494. or earlier, you need to run the utility, upg351db.exe, on the
  495. DHCP database to convert it to the new JET database format.
  496. Restart the DHCP service after you have upgraded the database.
  497. .
  498. MessageId=1023 SymbolicName=EVENT_SERVER_JET_CONV_IN_PROGRESS
  499. Language=English
  500. The DHCP service will now terminate because the existing database
  501. needs conversion to Windows 2000 format. The conversion via the
  502. jetconv process, has initiated. Do not reboot or stop the jetconv
  503. process.
  504. The conversion may take up to 10 minutes depending on the size of
  505. the database. Terminate DHCP now by clicking OK. This is required
  506. for the database conversion to succeed.
  507. NOTE: The DHCP service will be restarted automatically when the
  508. conversion is completed. To check conversion status, look at the
  509. Application event log for the jetconv process.
  510. .
  511. MessageId=1024 SymbolicName=EVENT_SERVER_INIT_AND_READY
  512. Language=English
  513. The DHCP service has initialized and is ready
  514. .
  515. MessageId=1025 SymbolicName=EVENT_SERVER_BOOT_FILE_TABLE
  516. Language=English
  517. The DHCP service was unable to read the BOOTP file table from
  518. the registry. The DHCP service will be unable to respond to
  519. BOOTP requests that specify the boot file name.
  520. .
  521. MessageId=1026 SymbolicName=EVENT_SERVER_BOOT_FILE_NAME
  522. Language=English
  523. The DHCP service was unable to read the global BOOTP file name
  524. from the registry.
  525. .
  526. MessageId=1027 SymbolicName=EVENT_SERVER_AUDIT_LOG_APPEND_FAILED
  527. Language=English
  528. The audit log file cannot be appended.
  529. .
  530. MessageId=1028 SymbolicName=EVENT_SERVER_INIT_AUDIT_LOG_FAILED
  531. Language=English
  532. The DHCP service failed to initialize the audit log.
  533. The following error occurred: %n%1
  534. .
  535. MessageId=1029 SymbolicName=EVENT_SERVER_PING_FAILED
  536. Language=English
  537. The DHCP service was unable to ping for a new IP address.
  538. The address was leased to the client.
  539. .
  540. MessageId=1030 SymbolicName=EVENT_SERVER_MOVE_AUDIT_LOG_FAILED
  541. Language=English
  542. The audit log file could not be backed up. The following error
  543. occurred: %n%1
  544. .
  545. MessageId=1031 SymbolicName=EVENT_SERVER_CALLOUT_UNHANDLED_EXCEPTION
  546. Language=English
  547. The installed server callout .dll file has caused an exception.
  548. The exception was: %n%1. The server has ignored this exception.
  549. All further exceptions will be ignored.
  550. .
  551. MessageId=1032 SymbolicName=EVENT_SERVER_CALLOUT_LOAD_EXCEPTION
  552. Language=English
  553. The installed server callout .dll file has caused an exception.
  554. The exception was: %n%1. The server has ignored this exception
  555. and the .dll file could not be loaded.
  556. .
  557. MessageId=1033 SymbolicName=EVENT_SERVER_CALLOUT_LOAD_SUCCESS
  558. Language=English
  559. The DHCP service has successfully loaded one or more callout DLLs.
  560. .
  561. MessageId=1034 SymbolicName=EVENT_SERVER_CALLOUT_LOAD_FAILED
  562. Language=English
  563. The DHCP service has failed to load one or more callout DLLs.
  564. The following error occured: %n%1
  565. .
  566. MessageId=1035 SymbolicName=EVENT_SERVER_READ_ONLY_GROUP_ERROR
  567. Language=English
  568. The DHCP service was unable to create or lookup the DHCP Users
  569. local group on this computer. The error code is in the data.
  570. .
  571. MessageId=1036 SymbolicName=EVENT_SERVER_ADMIN_GROUP_ERROR
  572. Language=English
  573. The DHCP server was unable to create or lookup the DHCP Administrators
  574. local group on this computer. The error code is in the data.
  575. .
  576. MessageId=1037 SymbolicName=EVENT_SERVER_CLEANUP_STARTED
  577. Language=English
  578. The DHCP service has started to clean up the database.
  579. .
  580. MessageId=1038 SymbolicName=EVENT_SERVER_IPCLEANUP_FINISHED
  581. Language=English
  582. The DHCP service has cleaned up the database for unicast
  583. IP addresses -- %1 leases have been recovered and %2 records
  584. have been removed from the database.
  585. .
  586. MessageId=1039 SymbolicName=EVENT_SERVER_MCASTCLEANUP_FINISHED
  587. Language=English
  588. The DHCP service has cleaned up the database for multicast
  589. IP addresses -- %1 leases have expired (been marked for deletion)
  590. and %2 records have been removed from the database.
  591. .
  592. MessageId=1040 SymbolicName=EVENT_SERVER_DATABASE_RESTORE_SUCCEEDED
  593. Language=English
  594. The DHCP service successfully restored the database.
  595. .
  596. MessageId=1041 SymbolicName=DHCP_ROGUE_EVENT_NO_NETWORK
  597. Language=English.
  598. The DHCP service is not servicing any clients because none of
  599. the active network interfaces have statically configured IP
  600. addresses, or there are no active interfaces.
  601. .
  602. MessageId=1042 SymbolicName=DHCP_ROGUE_EVENT_UNAUTHORIZED_INFO
  603. Language=English
  604. The DHCP/BINL service running on this machine has detected the following
  605. servers on the network. Their domains are listed below as well as the
  606. authorization status of the local machine as verified against the directory
  607. service enterprises of each of these domains. If the servers do not belong
  608. to any domain, the domain is listed as empty. The IP address of each of
  609. these servers are listed in parentheses.
  610. %1
  611. .
  612. MessageId=1043 SymbolicName=DHCP_ROGUE_EVENT_STARTED
  613. Language=English
  614. The DHCP/BINL service on the local machine has determined that it is
  615. authorized to start. It is servicing clients now.
  616. .
  617. MessageId=1044 SymbolicName=DHCP_ROGUE_EVENT_STARTED_DOMAIN
  618. Language=English
  619. The DHCP/BINL service on the local machine, belonging to the Windows
  620. Administrative domain %2, has determined that it is authorized to start.
  621. It is servicing clients now.
  622. .
  623. MessageId=1045 SymbolicName=DHCP_ROGUE_EVENT_STOPPED
  624. Language=English
  625. The DHCP/BINL service on the local machine has determined that it is
  626. not authorized to start. It has stopped servicing clients. The
  627. following are some possible reasons for this:
  628. %n%tThis machine belongs to a workgroup and has encountered another DHCP
  629. Server (belonging to a Windows Administrative Domain) servicing
  630. the same network.
  631. %n%n%tAn unexpected network error occurred.
  632. .
  633. MessageId=1046 SymbolicName=DHCP_ROGUE_EVENT_STOPPED_DOMAIN
  634. Language=English
  635. The DHCP/BINL service on the local machine, belonging to the Windows
  636. Administrative domain %2, has determined that it is not authorized
  637. to start. It has stopped servicing clients. The following are
  638. some possible reasons for this:
  639. %n%tThis machine is part of a directory service enterprise and is
  640. not authorized in the same domain. (See help on the DHCP Service
  641. Management Tool for additional information).
  642. %n%n%tThis machine cannot reach its directory service enterprise and
  643. it has encountered another DHCP service on the network belonging to
  644. a directory service enterprise on which the local machine is not authorized.
  645. %n%n%tSome unexpected network error occurred.
  646. .
  647. MessageId=1047 SymbolicName=DHCP_ROGUE_EVENT_JUST_UPGRADED
  648. Language=English
  649. The DHCP/BINL service on the local machine has determined that it is
  650. authorized to start. It is servicing clients now.
  651. %nThe DHCP/BINL service has determined that the machine was recently
  652. upgraded. If the machine is intended to belong to a directory service
  653. enterprise, the DHCP service must be authorized in the directory service
  654. for it to start servicing clients. (See help on DHCP Service Management
  655. Tool for authorizing the server).
  656. .
  657. MessageId=1048 SymbolicName=DHCP_ROGUE_EVENT_JUST_UPGRADED_DOMAIN
  658. Language=English
  659. The DHCP/BINL Service on the local machine, belonging to Windows Domain
  660. %2, has determined that it is authorized to start.
  661. It is servicing clients now.
  662. It has determined that the computer was recently upgraded. It has also
  663. determined that either there is no directory service enterprise for the
  664. domain or that the computer is not authorized in the directory service.
  665. All DHCP services that belong to a directory service enterprise should
  666. be authorized in the directory service to service clients. (See help
  667. on the DHCP Service Management Tool for authorizing a DHCP service in
  668. the directory service).
  669. .
  670. MessageId=1049 SymbolicName=DHCP_ROGUE_EVENT_CANT_FIND_DOMAIN
  671. Language=English
  672. The DHCP/BINL service on the local machine encountered an error while
  673. trying to find the domain of the local machine. The error was: %3.
  674. .
  675. MessageId=1050 SymbolicName=DHCP_ROGUE_EVENT_NETWORK_FAILURE
  676. Language=English
  677. The DHCP/BINL service on the local machine encountered a network error.
  678. The error was: %3.
  679. .
  680. MessageId=1051 SymbolicName=DHCP_ROGUE_EVENT_UNAUTHORIZED
  681. Language=English
  682. The DHCP/BINL service has determined that it is not authorized to
  683. service clients on this network for the Windows domain: %2.
  684. .
  685. MessageId=1052 SymbolicName=DHCP_ROGUE_EVENT_OTHER_SERVER
  686. Language=English
  687. The DHCP/BINL service on this workgroup server has encountered another
  688. server with IP Address, %1, belonging to the domain %2.
  689. .
  690. MessageId=1053 SymbolicName=DHCP_ROGUE_EVENT_SAM_OTHER_SERVER
  691. Language=English
  692. The DHCP/BINL service on this Small Business Server
  693. has encountered another server on this network with
  694. IP Address, %1, belonging to the domain: %2.
  695. .
  696. MessageId=1054 SymbolicName=DHCP_ROGUE_EVENT_SHUTDOWN
  697. Language=English
  698. The DHCP/BINL service on this computer is shutting down.
  699. See the previous event log messages for reasons.
  700. .
  701. MessageId=1055 SymbolicName=DHCP_EVENT_DNS_REGPARAMS_FAILURE
  702. Language=English
  703. The DHCP service was unable to impersonate the credentials necessary
  704. for DNS registrations: %n%1.
  705. The local system credentials is being used.
  706. .
  707. MessageId=1056 SymbolicName=DHCP_EVENT_NO_DNSCREDENTIALS_ON_DC
  708. Language=English
  709. The DHCP service has detected that it is running on a DC and has
  710. no credentials configured for use with Dynamic DNS registrations
  711. initiated by the DHCP service. This is not a recommended security
  712. configuration.
  713. Credentials for Dynamic DNS registrations may be configured using
  714. the command line "netsh dhcp server set dnscredentials" or via the
  715. DHCP Administrative tool.
  716. .
  717. MessageId=1057 SymbolicName=EVENT_SERVER_DATABASE_CONVERSION
  718. Language=English
  719. The DHCP service was unable to convert the temporary database to
  720. ESE format: %n%1.
  721. .
  722. MessageId=1058 SymbolicName=EVENT_SERVER_INIT_CONFIG_FAILED
  723. Language=English
  724. The DHCP service failed to initialize its configuration parameters.
  725. The following error occurred: %n%1
  726. .
  727. MessageId=1059 SymbolicName=EVENT_SERVER_COULDNT_SEE_DS
  728. Language=English
  729. The DHCP service failed to see a directory server for authorization.
  730. .
  731. MessageId=1060 SymbolicName=EVENT_SERVER_AUDITLOG_PATH_NOT_ACCESSIBLE
  732. Language=English
  733. The DHCP service was unable to access path specified for the audit log.
  734. .
  735. MessageId=1061 SymbolicName=EVENT_SERVER_BACKUP_PATH_NOT_ACCESSIBLE
  736. Language=English
  737. The DHCP service was unable to access path specified for the database backups.
  738. .
  739. MessageId=1062 SymbolicName=EVENT_SERVER_DB_PATH_NOT_ACCESSIBLE
  740. Language=English
  741. The DHCP service was unable to access path specified for the database
  742. .
  743. ;//
  744. ;// Audit log strings
  745. ;//
  746. ;//
  747. ;// BEGIN: these strings should be <= 10 characters in length ???
  748. ;//
  749. MessageId=+1 SymbolicName=DHCP_ROGUE_STRING_FMT_UNAUTHORIZED
  750. Language=English
  751. The DHCP/BINL service is not authorized in the directory service domain "%2" (Server IP Address %1)
  752. .
  753. MessageId=+1 SymbolicName=DHCP_ROGUE_STRING_FMT_AUTHORIZED
  754. Language=English
  755. The DHCP/BINL service is authorized in the directory service domain "%2" (Server IP Address %1)
  756. .
  757. MessageId=+1 SymbolicName=DHCP_ROGUE_STRING_FMT_NOT_CHECKED
  758. Language=English
  759. The DHCP/BINL service has not determined if it is authorized in directory domain "%2" (Server IP Address %1)
  760. .
  761. MessageId=+1 SymbolicName=DHCP_IP_LOG_ASSIGN_NAME
  762. Language=English
  763. Assign%0
  764. .
  765. MessageId=+1 SymbolicName=DHCP_IP_LOG_BOOTP_NAME
  766. Language=English
  767. Bootp%0
  768. .
  769. MessageId=+1 SymbolicName=DHCP_IP_LOG_DYNBOOTP_NAME
  770. Language=English
  771. Dynamic Bootp%0
  772. .
  773. MessageId=+1 SymbolicName=DHCP_IP_LOG_RENEW_NAME
  774. Language=English
  775. Renew%0
  776. .
  777. MessageId=+1 SymbolicName=DHCP_IP_LOG_RELEASE_NAME
  778. Language=English
  779. Release%0
  780. .
  781. MessageId=+1 SymbolicName=DHCP_IP_LOG_CONFLICT_NAME
  782. Language=English
  783. Conflict%0
  784. .
  785. MessageId=+1 SymbolicName=DHCP_IP_LOG_RANGE_FULL_NAME
  786. Language=English
  787. Scope Full%0
  788. .
  789. MessageId=+1 SymbolicName=DHCP_IP_LOG_START_NAME
  790. Language=English
  791. Started%0
  792. .
  793. MessageId=+1 SymbolicName=DHCP_IP_LOG_STOP_NAME
  794. Language=English
  795. Stopped%0
  796. .
  797. MessageId=+1 SymbolicName=DHCP_IP_LOG_DISK_SPACE_LOW_NAME
  798. Language=English
  799. Audit Log Paused%0
  800. .
  801. MessageId=+1 SymbolicName=DHCP_IP_LOG_FILE_NAME
  802. Language=English
  803. dhcpsrv.log%0
  804. .
  805. MessageId=+1 SymbolicName=DHCP_BAD_ADDRESS_NAME
  806. Language=English
  807. BAD_ADDRESS%0
  808. .
  809. MessageId=+1 SymbolicName=DHCP_BAD_ADDRESS_INFO
  810. Language=English
  811. This address is already in use%0
  812. .
  813. MessageId=+1 SymbolicName=DHCP_IP_LOG_NACK_NAME
  814. Language=English
  815. NACK%0
  816. .
  817. MessageId=+1 SymbolicName=DHCP_IP_LOG_DELETED_NAME
  818. Language=English
  819. Deleted%0
  820. .
  821. MessageId=+1 SymbolicName=DHCP_IP_LOG_EXPIRED_NAME
  822. Language=English
  823. Expired%0
  824. .
  825. MessageId=+1 SymbolicName=DHCP_IP_LOG_HEADER
  826. Language=English
  827. Microsoft DHCP Service Activity Log
  828. Event ID Meaning
  829. 00 The log was started.
  830. 01 The log was stopped.
  831. 02 The log was temporarily paused due to low disk space.
  832. 10 A new IP address was leased to a client.
  833. 11 A lease was renewed by a client.
  834. 12 A lease was released by a client.
  835. 13 An IP address was found to be in use on the network.
  836. 14 A lease request could not be satisfied because the scope's
  837. address pool was exhausted.
  838. 15 A lease was denied.
  839. 16 A lease was deleted.
  840. 17 A lease was expired.
  841. 20 A BOOTP address was leased to a client.
  842. 21 A dynamic BOOTP address was leased to a client.
  843. 22 A BOOTP request could not be satisfied because the scope's
  844. address pool for BOOTP was exhausted.
  845. 23 A BOOTP IP address was deleted after checking to see it was
  846. not in use.
  847. 50+ Codes above 50 are used for Rogue Server Detection information.
  848. ID Date,Time,Description,IP Address,Host Name,MAC Address
  849. .
  850. MessageId=+1 SymbolicName=DHCP_IP_BOOTP_LOG_RANGE_FULL_NAME
  851. Language=English
  852. BOOTP Range Full%0
  853. .
  854. MessageId=+1 SymbolicName=DHCP_IP_BOOTP_LOG_DELETED_NAME
  855. Language=English
  856. BOOTP deleted%0
  857. .
  858. ;//
  859. ;// days of the week strings used for file name by auditlogging code
  860. ;//
  861. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_SUNDAY
  862. Language=English
  863. DhcpSrvLog-Sun.log%0
  864. .
  865. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_MONDAY
  866. Language=English
  867. DhcpSrvLog-Mon.log%0
  868. .
  869. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_TUESDAY
  870. Language=English
  871. DhcpSrvLog-Tue.log%0
  872. .
  873. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_WEDNESDAY
  874. Language=English
  875. DhcpSrvLog-Wed.log%0
  876. .
  877. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_THURSDAY
  878. Language=English
  879. DhcpSrvLog-Thu.log%0
  880. .
  881. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_FRIDAY
  882. Language=English
  883. DhcpSrvLog-Fri.log%0
  884. .
  885. MessageId=+1 SymbolicName=DHCP_LOG_FILE_NAME_SATURDAY
  886. Language=English
  887. DhcpSrvLog-Sat.log%0
  888. .
  889. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_COULDNT_SEE_DS
  890. Language=English
  891. Unreachable Domain%0
  892. .
  893. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_AUTHORIZED
  894. Language=English
  895. Authorization succeeded%0
  896. .
  897. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_UPGRADED
  898. Language=English
  899. Server Upgraded%0
  900. .
  901. Messageid=+1 SymbolicName=DHCP_ROGUE_LOG_PREAUTHORIZED
  902. Language=English
  903. Cached authorization%0
  904. .
  905. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_UNAUTHORIZED
  906. Language=English
  907. Authorization failed%0
  908. .
  909. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_STARTED
  910. Language=English
  911. Authorized(servicing)%0
  912. .
  913. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_STOPPED
  914. Language=English
  915. Authorization failure, stopped servicing%0
  916. .
  917. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_SAME_DOMAIN
  918. Language=English
  919. Server found in our domain%0
  920. .
  921. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_CANT_FIND_DOMAIN
  922. Language=English
  923. Could not find domain%0
  924. .
  925. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_NETWORK_FAILURE
  926. Language=English
  927. Network failure%0
  928. .
  929. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_NO_DSDC
  930. Language=English
  931. No DC is DS Enabled%0
  932. .
  933. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_OTHER_SERVER
  934. Language=English
  935. Server found that belongs to DS domain%0
  936. .
  937. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_SAM_OTHER_SERVER
  938. Language=English
  939. Another server was found%0
  940. .
  941. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_RESTART
  942. Language=English
  943. Restarting rogue detection%0
  944. .
  945. MessageId=+1 SymbolicName=DHCP_ROGUE_LOG_NO_NETWORK
  946. Language=English
  947. No static IP address bound to DHCP server%0
  948. .
  949. MessageId=+1 SymbolicName=DHCP_MSFT50_CLASS_NAME
  950. Language=English
  951. Microsoft Windows 2000 Options%0
  952. .
  953. MessageId=+1 SymbolicName=DHCP_MSFT50_CLASS_DESCR_NAME
  954. Language=English
  955. Microsoft vendor-specific options for Windows 2000 Clients%0
  956. .
  957. MessageId=+1 SymbolicName=DHCP_MSFT98_CLASS_NAME
  958. Language=English
  959. Microsoft Windows 98 Options%0
  960. .
  961. MessageId=+1 SymbolicName=DHCP_MSFT98_CLASS_DESCR_NAME
  962. Language=English
  963. Microsoft vendor-specific options for Windows 98 Clients%0
  964. .
  965. MessageId=+1 SymbolicName=DHCP_MSFT_CLASS_NAME
  966. Language=English
  967. Microsoft Options%0
  968. .
  969. MessageId=+1 SymbolicName=DHCP_MSFT_CLASS_DESCR_NAME
  970. Language=English
  971. Microsoft vendor-specific options applicable to Windows 98 and Windows 2000 Clients%0
  972. .
  973. MessageId=+1 SymbolicName=DHCP_NETBIOS_VENDOR_OPTION_NAME
  974. Language=English
  975. Microsoft Disable Netbios Option %0
  976. .
  977. MessageId=+1 SymbolicName=DHCP_NETBIOS_VENDOR_DESCR_NAME
  978. Language=English
  979. Option for enabling or disabling Netbios for Microsoft Windows 2000 Clients%0
  980. .
  981. MessageId=+1 SymbolicName=DHCP_RELEASE_SHUTDOWN_VENDOR_OPTION_NAME
  982. Language=English
  983. Microsoft Release DHCP Lease On Shutdown Option%0
  984. .
  985. MessageId=+1 SymbolicName=DHCP_RELEASE_SHUTDOWN_VENDOR_DESCR_NAME
  986. Language=English
  987. Option for enabling or disabling Windows 2000 Clients to release DHCP lease on shutdown%0
  988. .
  989. MessageId=+1 SymbolicName=DHCP_METRICBASE_VENDOR_OPTION_NAME
  990. Language=English
  991. Microsoft Default Router Metric Base%0
  992. .
  993. MessageId=+1 SymbolicName=DHCP_METRICBASE_VENDOR_DESCR_NAME
  994. Language=English
  995. Default Router Base Metrics for Microsoft Windows 2000 Clients%0
  996. .
  997. MessageId=+1 SymbolicName=DHCP_CLUSTER_CONNECTION_NAME
  998. Language=English
  999. Internal%0
  1000. .
  1001. MessageId=+1 SymbolicName=DHCP_USERS_GROUP_NAME
  1002. Language=English
  1003. DHCP Users%0
  1004. .
  1005. MessageId=+1 SymbolicName=DHCP_USERS_GROUP_DESCRIPTION
  1006. Language=English
  1007. Members who have view-only access to the DHCP service%0
  1008. .
  1009. MessageId=+1 SymbolicName=DHCP_ADMINS_GROUP_NAME
  1010. Language=English
  1011. DHCP Administrators%0
  1012. .
  1013. MessageId=+1 SymbolicName=DHCP_ADMINS_GROUP_DESCRIPTION
  1014. Language=English
  1015. Members who have administrative access to DHCP service%0
  1016. .
  1017. MessageId=+1 SymbolicName=DHCP_MSFT_RRAS_CLASS_NAME
  1018. Language=English
  1019. Default Routing and Remote Access Class%0
  1020. .
  1021. MessageId=+1 SymbolicName=DHCP_MSFT_RRAS_CLASS_DESCR_NAME
  1022. Language=English
  1023. User class for remote access clients%0
  1024. .
  1025. MessageId=+1 SymbolicName=DHCP_MSFT_DYNBOOTP_CLASS_NAME
  1026. Language=English
  1027. Default BOOTP Class%0
  1028. .
  1029. MessageId=+1 SymbolicName=DHCP_MSFT_DYNBOOTP_CLASS_DESCR_NAME
  1030. Language=English
  1031. User class for BOOTP Clients%0
  1032. .
  1033. MessageId=+1 SymbolicName=DHCP_MSFT_CSR_OPTION_NAME
  1034. Language=English
  1035. Classless Static Routes%0
  1036. .
  1037. MessageId=+1 SymbolicName=DHCP_MSFT_CSR_DESCR_NAME
  1038. Language=English
  1039. Destination, mask and router IP addresses in priority order%0
  1040. .
  1041. ;//
  1042. ;// Keep this message as the last string that is needed by the DHCP service.
  1043. ;//
  1044. MessageId=+1 SymbolicName=DHCP_LAST_STRING_DUMMY_MESSAGE
  1045. Language=English
  1046. %0
  1047. .
  1048. ;#endif // _DHCPMESSAGE_