d2_messages.mes 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. # Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # This Source Code Form is subject to the terms of the Mozilla Public
  4. # License, v. 2.0. If a copy of the MPL was not distributed with this
  5. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. $NAMESPACE isc::d2
  7. % DHCP_DDNS_ADD_FAILED DHCP_DDNS Request ID %1: Transaction outcome %2
  8. This is an error message issued after DHCP_DDNS attempts to submit DNS mapping
  9. entry additions have failed. The precise reason for the failure should be
  10. documented in preceding log entries.
  11. % DHCP_DDNS_ADD_SUCCEEDED DHCP_DDNS Request ID %1: successfully added the DNS mapping addition for this request: %2
  12. This is an informational message issued after DHCP_DDNS has submitted DNS
  13. mapping additions which were received and accepted by an appropriate DNS server.
  14. % DHCP_DDNS_ALREADY_RUNNING %1 already running? %2
  15. This is an error message that occurs when DHCP_DDNS encounters a pre-existing
  16. PID file which contains the PID of a running process. This most likely
  17. indicates an attempt to start a second instance of DHCP_DDNS using the
  18. same configuration file. It is possible, though unlikely, that the PID file
  19. is a remnant left behind by a server crash or power failure and the PID
  20. it contains refers to a process other than DHCP_DDNS. In such an event,
  21. it would be necessary to manually remove the PID file. The first argument is
  22. the DHCP_DDNS process name, the second contains the PID and PID file.
  23. % DHCP_DDNS_AT_MAX_TRANSACTIONS application has %1 queued requests but has reached maximum number of %2 concurrent transactions
  24. This is a debug message that indicates that the application has DHCP_DDNS
  25. requests in the queue but is working as many concurrent requests as allowed.
  26. % DHCP_DDNS_CLEARED_FOR_SHUTDOWN application has met shutdown criteria for shutdown type: %1
  27. This is a debug message issued when the application has been instructed
  28. to shutdown and has met the required criteria to exit.
  29. % DHCP_DDNS_COMMAND command directive received, command: %1 - args: %2
  30. This is a debug message issued when the DHCP-DDNS application command method
  31. has been invoked.
  32. % DHCP_DDNS_CONFIGURE configuration %1 received: %2
  33. This is a debug message issued when the DHCP-DDNS application configure method
  34. has been invoked.
  35. % DHCP_DDNS_FAILED application experienced a fatal error: %1
  36. This is a debug message issued when the DHCP-DDNS application encounters an
  37. unrecoverable error from within the event loop.
  38. % DHCP_DDNS_FORWARD_ADD_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while adding a forward address mapping for FQDN %3 to DNS server %4
  39. This is an error message issued when DNSClient returns an unrecognized status
  40. while DHCP_DDNS was adding a forward address mapping. The request will be
  41. aborted. This is most likely a programmatic issue and should be reported.
  42. % DHCP_DDNS_FORWARD_ADD_BUILD_FAILURE DNS Request ID %1: update message to add a forward DNS entry could not be constructed for this request: %2, reason: %3
  43. This is an error message issued when an error occurs attempting to construct
  44. the server bound packet requesting a forward address addition. This is due
  45. to invalid data contained in the NameChangeRequest. The request will be aborted.
  46. This is most likely a configuration issue.
  47. % DHCP_DDNS_FORWARD_ADD_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a forward mapping add for FQDN %2 to DNS server %3
  48. This is an error message issued when a communication error occurs while
  49. DHCP_DDNS is carrying out a forward address update. The application will
  50. retry against the same server or others as appropriate.
  51. % DHCP_DDNS_FORWARD_ADD_REJECTED DNS Request ID %1: Server, %2, rejected a DNS update request to add the address mapping for FQDN, %3, with an RCODE: %4
  52. This is an error message issued when an update was rejected by the DNS server
  53. it was sent to for the reason given by the RCODE. The rcode values are defined
  54. in RFC 2136.
  55. % DHCP_DDNS_FORWARD_ADD_RESP_CORRUPT DHCP_DDNS Request ID %1: received a corrupt response from the DNS server, %2, while adding forward address mapping for FQDN, %3
  56. This is an error message issued when the response received by DHCP_DDNS, to a
  57. update request to add a forward address mapping, is mangled or malformed.
  58. The application will retry against the same server or others as appropriate.
  59. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while removing a forward address mapping for FQDN %3 to DNS server %4
  60. This is an error message issued when DNSClient returns an unrecognized status
  61. while DHCP_DDNS was removing a forward address mapping. The request will be
  62. aborted. This is most likely a programmatic issue and should be reported.
  63. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_BUILD_FAILURE DNS Request ID %1: update message to remove a forward DNS Address entry could not be constructed for this request: %2, reason: %3
  64. This is an error message issued when an error occurs attempting to construct
  65. the server bound packet requesting a forward address (A or AAAA) removal. This
  66. is due to invalid data contained in the NameChangeRequest. The request will be
  67. aborted. This is most likely a configuration issue.
  68. /*sar*/
  69. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a forward mapping address removal for FQDN %2 to DNS server %3
  70. This is an error message issued when a communication error occurs while
  71. DHCP_DDNS is carrying out a forward address remove. The application will retry
  72. against the same server or others as appropriate.
  73. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_REJECTED DNS Request ID %1: Server, %2, rejected a DNS update request to remove the forward address mapping for FQDN, %3, with an RCODE: %4
  74. This is an error message issued when an update was rejected by the DNS server
  75. it was sent to for the reason given by the RCODE. The rcode values are defined
  76. in RFC 2136.
  77. % DHCP_DDNS_FORWARD_REMOVE_ADDRS_RESP_CORRUPT DHCP_DDNS Request ID %1: received a corrupt response from the DNS server, %2, while removing forward address mapping for FQDN, %3
  78. This is an error message issued when the response received by DHCP_DDNS, to a
  79. update request to remove a forward address mapping, is mangled or malformed.
  80. The application will retry against the same server or others as appropriate.
  81. % DHCP_DDNS_FORWARD_REMOVE_RRS_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while removing forward RRs for FQDN %3 to DNS server %4
  82. This is an error message issued when DNSClient returns an unrecognized status
  83. while DHCP_DDNS was removing forward RRs. The request will be aborted. This is
  84. most likely a programmatic issue and should be reported.
  85. % DHCP_DDNS_FORWARD_REMOVE_RRS_BUILD_FAILURE DNS Request ID %1: update message to remove forward DNS RR entries could not be constructed for this request: %2, reason: %3
  86. This is an error message issued when an error occurs attempting to construct
  87. the server bound packet requesting forward RR (DHCID RR) removal. This is due
  88. to invalid data contained in the NameChangeRequest. The request will be aborted.
  89. This is most likely a configuration issue.
  90. % DHCP_DDNS_FORWARD_REMOVE_RRS_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a forward RR removal for FQDN %2 to DNS server %3
  91. This is an error message issued when a communication error occurs while
  92. DHCP_DDNS is carrying out a forward RR remove. The application will retry
  93. against the same server.
  94. % DHCP_DDNS_FORWARD_REMOVE_RRS_REJECTED DNS Request ID %1: Server, %2, rejected a DNS update request to remove forward RR entries for FQDN, %3, with an RCODE: %4
  95. This is an error message issued when an update was rejected by the DNS server
  96. it was sent to for the reason given by the RCODE. The rcode values are defined
  97. in RFC 2136.
  98. % DHCP_DDNS_FORWARD_REMOVE_RRS_RESP_CORRUPT DHCP_DDNS Request ID %1: received a corrupt response from the DNS server, %2, while removing forward RRs for FQDN, %3
  99. This is an error message issued when the response received by DHCP_DDNS, to a
  100. update request to remove forward RRs mapping, is mangled or malformed.
  101. The application will retry against the same server or others as appropriate.
  102. /*sar*/
  103. % DHCP_DDNS_FORWARD_REPLACE_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while replacing forward address mapping for FQDN %3 to DNS server %4
  104. This is an error message issued when DNSClient returns an unrecognized status
  105. while DHCP_DDNS was replacing a forward address mapping. The request will be
  106. aborted. This is most likely a programmatic issue and should be reported.
  107. % DHCP_DDNS_FORWARD_REPLACE_BUILD_FAILURE DNS Request ID %1: update message to replace a forward DNS entry could not be constructed from this request: %2, reason: %3
  108. This is an error message issued when an error occurs attempting to construct
  109. the server bound packet requesting a forward address replacement. This is
  110. due to invalid data contained in the NameChangeRequest. The request will be
  111. aborted. This is most likely a configuration issue.
  112. % DHCP_DDNS_FORWARD_REPLACE_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a forward mapping replace for FQDN %2 to DNS server %3
  113. This is an error message issued when a communication error occurs while
  114. DHCP_DDNS is carrying out a forward address update. The application will
  115. retry against the same server or others as appropriate.
  116. % DHCP_DDNS_FORWARD_REPLACE_REJECTED DNS Request ID %1: Server, %2, rejected a DNS update request to replace the address mapping for FQDN, %3, with an RCODE: %4
  117. This is an error message issued when an update was rejected by the DNS server
  118. it was sent to for the reason given by the RCODE. The rcode values are defined
  119. in RFC 2136.
  120. % DHCP_DDNS_FORWARD_REPLACE_RESP_CORRUPT DHCP_DDNS Request ID %1: received a corrupt response from the DNS server, %2, while replacing forward address mapping for FQDN, %3
  121. This is an error message issued when the response received by DHCP_DDNS, to a
  122. update request to replace a forward address mapping, is mangled or malformed.
  123. The application will retry against the same server or others as appropriate.
  124. % DHCP_DDNS_FWD_REQUEST_IGNORED Request ID %1: Forward updates are disabled, the forward portion of request will be ignored: %2
  125. This is a debug message issued when forward DNS updates are disabled and
  126. DHCP_DDNS receives an update request containing a forward DNS update. The
  127. forward update will not performed.
  128. % DHCP_DDNS_INVALID_RESPONSE received response to DNS Update message is malformed: %1
  129. This is a debug message issued when the DHCP-DDNS application encountered an
  130. error while decoding a response to DNS Update message. Typically, this error
  131. will be encountered when a response message is malformed.
  132. % DHCP_DDNS_NOT_ON_LOOPBACK the DHCP-DDNS server has been configured to listen on %1 which is not the local loopback. This is an insecure configuration supported for testing purposes only
  133. This is a warning message issued when the DHCP-DDNS server is configured to
  134. listen at an address other than the loopback address (127.0.0.1 or ::1). It is
  135. possible for a malicious attacker to send bogus NameChangeRequests to it and
  136. change entries in the DNS. For this reason, addresses other than the IPv4 or
  137. IPv6 loopback addresses should only be used for testing purposes. A future
  138. version of Kea will implement authentication to guard against such attacks.
  139. % DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each, Queue count: %1 Transaction count: %2
  140. This is a debug message issued when all of the queued requests represent clients
  141. for which there is a an update already in progress. This may occur under
  142. normal operations but should be temporary situation.
  143. % DHCP_DDNS_NO_FWD_MATCH_ERROR Request ID %1: the configured list of forward DDNS domains does not contain a match for: %2 The request has been discarded.
  144. This is an error message that indicates that DHCP_DDNS received a request to
  145. update a the forward DNS information for the given FQDN but for which there are
  146. no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
  147. configuration needs to be updated or the source of the FQDN itself should be
  148. investigated.
  149. % DHCP_DDNS_NO_MATCH No DNS servers match FQDN %1
  150. This is warning message issued when there are no domains in the configuration
  151. which match the cited fully qualified domain name (FQDN). The DNS Update
  152. request for the FQDN cannot be processed.
  153. % DHCP_DDNS_NO_REV_MATCH_ERROR Request ID %1: the configured list of reverse DDNS domains does not contain a match for: %2 The request has been discarded.
  154. This is an error message that indicates that DHCP_DDNS received a request to
  155. update a the reverse DNS information for the given FQDN but for which there are
  156. no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
  157. configuration needs to be updated or the source of the FQDN itself should be
  158. investigated.
  159. % DHCP_DDNS_PROCESS_INIT application init invoked
  160. This is a debug message issued when the DHCP-DDNS application enters
  161. its initialization method.
  162. % DHCP_DDNS_QUEUE_MGR_QUEUE_FULL application request queue has reached maximum number of entries %1
  163. This an error message indicating that DHCP-DDNS is receiving DNS update
  164. requests faster than they can be processed. This may mean the maximum queue
  165. needs to be increased, the DHCP-DDNS clients are simply generating too many
  166. requests too quickly, or perhaps upstream DNS servers are experiencing
  167. load issues.
  168. % DHCP_DDNS_QUEUE_MGR_QUEUE_RECEIVE Request ID %1: received and queued a request.
  169. This is an informational message indicating that the NameChangeREquest listener used
  170. by DHCP-DDNS to receive a request has received a request and queued it for further
  171. processing.
  172. % DHCP_DDNS_QUEUE_MGR_RECONFIGURING application is reconfiguring the queue manager
  173. This is an informational message indicating that DHCP_DDNS is reconfiguring the queue manager as part of normal startup or in response to a new configuration.
  174. % DHCP_DDNS_QUEUE_MGR_RECOVERING application is attempting to recover from a queue manager IO error
  175. This is an informational message indicating that DHCP_DDNS is attempting to
  176. restart the queue manager after it suffered an IO error while receiving
  177. requests.
  178. % DHCP_DDNS_QUEUE_MGR_RECV_ERROR application's queue manager was notified of a request receive error by its listener.
  179. This is an error message indicating that the NameChangeRequest listener used by
  180. DHCP-DDNS to receive requests encountered an IO error. There should be
  181. corresponding log messages from the listener layer with more details. This may
  182. indicate a network connectivity or system resource issue.
  183. % DHCP_DDNS_QUEUE_MGR_RESUME_ERROR application could not restart the queue manager, reason: %1
  184. This is an error message indicating that DHCP_DDNS's Queue Manager could not
  185. be restarted after stopping due to a full receive queue. This means that
  186. the application cannot receive requests. This is most likely due to DHCP_DDNS
  187. configuration parameters referring to resources such as an IP address or port,
  188. that is no longer unavailable. DHCP_DDNS will attempt to restart the queue
  189. manager if given a new configuration.
  190. % DHCP_DDNS_QUEUE_MGR_RESUMING application is resuming listening for requests now that the request queue size has reached %1 of a maximum %2 allowed
  191. This is an informational message indicating that DHCP_DDNS, which had stopped
  192. accepting new requests, has processed enough entries from the receive queue to
  193. resume accepting requests.
  194. % DHCP_DDNS_QUEUE_MGR_STARTED application's queue manager has begun listening for requests.
  195. This is a debug message indicating that DHCP_DDNS's Queue Manager has
  196. successfully started and is now listening for NameChangeRequests.
  197. % DHCP_DDNS_QUEUE_MGR_START_ERROR application could not start the queue manager, reason: %1
  198. This is an error message indicating that DHCP_DDNS's Queue Manager could not
  199. be started. This means that the application cannot receive requests. This is
  200. most likely due to DHCP_DDNS configuration parameters referring to resources
  201. such as an IP address or port, that are unavailable. DHCP_DDNS will attempt to
  202. restart the queue manager if given a new configuration.
  203. % DHCP_DDNS_QUEUE_MGR_STOPPED application's queue manager has stopped listening for requests.
  204. This is a debug message indicating that DHCP_DDNS's Queue Manager has
  205. stopped listening for NameChangeRequests. This may be because of normal event
  206. such as reconfiguration or as a result of an error. There should be log
  207. messages preceding this one to indicate why it has stopped.
  208. % DHCP_DDNS_QUEUE_MGR_STOPPING application is stopping the queue manager for %1
  209. This is an informational message indicating that DHCP_DDNS is stopping the
  210. queue manager either to reconfigure it or as part of application shutdown.
  211. % DHCP_DDNS_QUEUE_MGR_STOP_ERROR application encountered an error stopping the queue manager: %1
  212. This is an error message indicating that DHCP_DDNS encountered an error while
  213. trying to stop the queue manager. This error is unlikely to occur or to
  214. impair the application's ability to function but it should be reported for
  215. analysis.
  216. % DHCP_DDNS_QUEUE_MGR_UNEXPECTED_HANDLER_ERROR application's queue manager request receive handler experienced an unexpected exception %1:
  217. This is an error message indicating that an unexpected error occurred within the
  218. DHCP_DDNS's Queue Manager request receive completion handler. This is most
  219. likely a programmatic issue that should be reported. The application may
  220. recover on its own.
  221. % DHCP_DDNS_QUEUE_MGR_UNEXPECTED_STOP application's queue manager receive was
  222. aborted unexpectedly while queue manager state is: %1
  223. This is an error message indicating that DHCP_DDNS's Queue Manager request
  224. receive was unexpected interrupted. Normally, the read is receive is only
  225. interrupted as a normal part of stopping the queue manager. This is most
  226. likely a programmatic issue that should be reported.
  227. % DHCP_DDNS_REMOVE_FAILED DHCP_DDNS Request ID %1: Transaction outcome: %2
  228. This is an error message issued after DHCP_DDNS attempts to submit DNS mapping
  229. entry removals have failed. The precise reason for the failure should be
  230. documented in preceding log entries.
  231. % DHCP_DDNS_REMOVE_SUCCEEDED DHCP_DDNS Request ID %1: successfully removed the DNS mapping addition for this request: %2
  232. This is an informational message issued after DHCP_DDNS has submitted DNS
  233. mapping removals which were received and accepted by an appropriate DNS server.
  234. % DHCP_DDNS_REQUEST_DROPPED Request ID %1: Request contains no enabled update requests and will be dropped: %2
  235. This is a debug message issued when DHCP_DDNS receives a request which does not
  236. contain updates in a direction that is enabled. In other words, if only forward
  237. updates are enabled and request is received that asks only for reverse updates
  238. then the request is dropped.
  239. % DHCP_DDNS_REVERSE_REMOVE_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while removing reverse address mapping for FQDN %3 to DNS server %4
  240. This is an error message issued when DNSClient returns an unrecognized status
  241. while DHCP_DDNS was removing a reverse address mapping. The request will be
  242. aborted. This is most likely a programmatic issue and should be reported.
  243. % DHCP_DDNS_REVERSE_REMOVE_BUILD_FAILURE DNS Request ID %1: update message to remove a reverse DNS entry could not be constructed from this request: %2, reason: %3
  244. This is an error message issued when an error occurs attempting to construct
  245. the server bound packet requesting a reverse PTR removal. This is
  246. due to invalid data contained in the NameChangeRequest. The request will be
  247. aborted. This is most likely a configuration issue.
  248. % DHCP_DDNS_REVERSE_REMOVE_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a reverse mapping remove for FQDN %2 to DNS server %3
  249. This is an error message issued when a communication error occurs while
  250. DHCP_DDNS is carrying out a reverse address update. The application will
  251. retry against the same server or others as appropriate.
  252. % DHCP_DDNS_REVERSE_REMOVE_REJECTED DNS Request ID %1: Server, %2, rejected a DNS update request to remove the reverse mapping for FQDN, %3, with an RCODE: %4
  253. This is an error message issued when an update was rejected by the DNS server
  254. it was sent to for the reason given by the RCODE. The rcode values are defined
  255. in RFC 2136.
  256. % DHCP_DDNS_REVERSE_REMOVE_RESP_CORRUPT DHCP_DDNS Request ID %1: received a corrupt response from the DNS server, %2, while removing reverse address mapping for FQDN, %3
  257. This is an error message issued when the response received by DHCP_DDNS, to a
  258. update request to remove a reverse address, is mangled or malformed.
  259. The application will retry against the same server or others as appropriate.
  260. % DHCP_DDNS_REVERSE_REPLACE_BAD_DNSCLIENT_STATUS DHCP_DDNS Request ID %1: received an unknown DNSClient status: %2, while replacing reverse address mapping for FQDN %3 to DNS server %4
  261. This is an error message issued when DNSClient returns an unrecognized status
  262. while DHCP_DDNS was replacing a reverse address mapping. The request will be
  263. aborted. This is most likely a programmatic issue and should be reported.
  264. % DHCP_DDNS_REVERSE_REPLACE_BUILD_FAILURE DNS Request ID %1: update message to replace a reverse DNS entry could not be constructed from this request: %2, reason: %3
  265. This is an error message issued when an error occurs attempting to construct
  266. the server bound packet requesting a reverse PTR replacement. This is
  267. due to invalid data contained in the NameChangeRequest. The request will be
  268. aborted. This is most likely a configuration issue.
  269. % DHCP_DDNS_REVERSE_REPLACE_IO_ERROR DHCP_DDNS Request ID %1: encountered an IO error sending a reverse mapping replacement for FQDN %2 to DNS server %3
  270. This is an error message issued when a communication error occurs while
  271. DHCP_DDNS is carrying out a reverse address update. The application will
  272. retry against the same server or others as appropriate.
  273. % DHCP_DDNS_REVERSE_REPLACE_REJECTED DNS Request ID %1: Server, %2, rejected a DNS update request to replace the reverse mapping for FQDN, %3, with an RCODE: %4
  274. This is an error message issued when an update was rejected by the DNS server
  275. it was sent to for the reason given by the RCODE. The rcode values are defined
  276. in RFC 2136.
  277. % DHCP_DDNS_REVERSE_REPLACE_RESP_CORRUPT DHCP_DDNS Request ID %1: received a corrupt response from the DNS server, %2, while replacing reverse address mapping for FQDN, %3
  278. This is an error message issued when the response received by DHCP_DDNS, to a
  279. update request to replace a reverse address, is mangled or malformed.
  280. The application will retry against the same server or others as appropriate.
  281. % DHCP_DDNS_REV_REQUEST_IGNORED Request ID %1: Reverse updates are disabled, the reverse portion of request will be ignored: %2
  282. This is a debug message issued when reverse DNS updates are disabled and
  283. DHCP_DDNS receives an update request containing a reverse DNS update. The
  284. reverse update will not performed.
  285. % DHCP_DDNS_RUN_EXIT application is exiting the event loop
  286. This is a debug message issued when the DHCP-DDNS server exits its
  287. event lo
  288. % DHCP_DDNS_SHUTDOWN_COMMAND application received shutdown command with args: %1
  289. This is a debug message issued when the application has been instructed
  290. to shut down by the controller.
  291. % DHCP_DDNS_STARTED Kea DHCP-DDNS server version %1 started
  292. This informational message indicates that the DHCP-DDNS server has
  293. processed all configuration information and is ready to begin processing.
  294. The version is also printed.
  295. % DHCP_DDNS_STARTING_TRANSACTION Request ID %1:
  296. This is a debug message issued when DHCP-DDNS has begun a transaction for
  297. a given request.
  298. % DHCP_DDNS_STATE_MODEL_UNEXPECTED_ERROR Request ID %1: application encountered an unexpected error while carrying out a NameChangeRequest: %2
  299. This is error message issued when the application fails to process a
  300. NameChangeRequest correctly. Some or all of the DNS updates requested as part
  301. of this update did not succeed. This is a programmatic error and should be
  302. reported.
  303. % DHCP_DDNS_TRANS_SEND_ERROR Request ID %1: application encountered an unexpected error while attempting to send a DNS update: %2
  304. This is error message issued when the application is able to construct an update
  305. message but the attempt to send it suffered an unexpected error. This is most
  306. likely a programmatic error, rather than a communications issue. Some or all
  307. of the DNS updates requested as part of this request did not succeed.
  308. % DHCP_DDNS_UPDATE_REQUEST_SENT Request ID %1: %2 to server: %3
  309. This is a debug message issued when DHCP_DDNS sends a DNS request to a DNS
  310. server.
  311. % DHCP_DDNS_UPDATE_RESPONSE_RECEIVED Request ID %1: to server: %2 status: %3
  312. This is a debug message issued when DHCP_DDNS receives sends a DNS update
  313. response from a DNS server.