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.

1016 lines
34 KiB

  1. /********************************************************************/
  2. /** Copyright(c) 1992 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: mprlog.h
  7. //
  8. // Description:
  9. //
  10. // History: August 26,1995. NarenG Created original version.
  11. //
  12. //***
  13. //
  14. // Don't change the comments following the manifest constants without
  15. // understanding how mapmsg works.
  16. //
  17. #define ROUTER_LOG_BASE 20000
  18. #define ROUTERLOG_CANT_LOAD_NBGATEWAY (ROUTER_LOG_BASE+1)
  19. /*
  20. * Cannot load the NetBIOS gateway DLL component because of the following error: %1
  21. */
  22. #define ROUTERLOG_CANT_GET_REGKEYVALUES (ROUTER_LOG_BASE+2)
  23. /*
  24. * Cannot access registry key values.
  25. */
  26. #define ROUTERLOG_CANT_ENUM_REGKEYVALUES (ROUTER_LOG_BASE+3)
  27. /*
  28. * Cannot enumerate Registry key values. %1
  29. */
  30. #define ROUTERLOG_INVALID_PARAMETER_TYPE (ROUTER_LOG_BASE+4)
  31. /*
  32. * Parameter %1 has an invalid type.
  33. */
  34. #define ROUTERLOG_CANT_ENUM_PORTS (ROUTER_LOG_BASE+5)
  35. /*
  36. * Cannot enumerate the Remote Access Connection Manager ports. %1
  37. */
  38. #define ROUTERLOG_NO_DIALIN_PORTS (ROUTER_LOG_BASE+6)
  39. /*
  40. * The Remote Access Service is not configured to receive calls or all ports
  41. * configured for receiving calls are in use by other applications.
  42. */
  43. #define ROUTERLOG_CANT_RECEIVE_FRAME (ROUTER_LOG_BASE+7)
  44. /*
  45. * Cannot receive initial frame on port %1 because of the following error: %2
  46. * The user has been disconnected.
  47. */
  48. #define ROUTERLOG_AUTODISCONNECT (ROUTER_LOG_BASE+8)
  49. /*
  50. * The user connected to port %1 has been disconnected due to inactivity.
  51. */
  52. #define ROUTERLOG_EXCEPT_MEMORY (ROUTER_LOG_BASE+9)
  53. /*
  54. * The user connected to port %1 has been disconnected because there is not
  55. * enough memory available in the system.
  56. */
  57. #define ROUTERLOG_EXCEPT_SYSTEM (ROUTER_LOG_BASE+10)
  58. /*
  59. * The user connected to port %1 has been disconnected due to a system error.
  60. */
  61. #define ROUTERLOG_EXCEPT_LAN_FAILURE (ROUTER_LOG_BASE+11)
  62. /*
  63. * The user connected to port %1 has been disconnected due to a critical network
  64. * error on the local network.
  65. */
  66. #define ROUTERLOG_EXCEPT_ASYNC_FAILURE (ROUTER_LOG_BASE+12)
  67. /*
  68. * The user connected to port %1 has been disconnected due to a critical network
  69. * error on the async network.
  70. */
  71. #define ROUTERLOG_DEV_HW_ERROR (ROUTER_LOG_BASE+13)
  72. /*
  73. * The communication device attached to port %1 is not functioning.
  74. */
  75. #define ROUTERLOG_AUTH_FAILURE (ROUTER_LOG_BASE+14)
  76. /*
  77. * The user %1 has connected and failed to authenticate on port %2. The line
  78. * has been disconnected.
  79. */
  80. #define ROUTERLOG_AUTH_SUCCESS (ROUTER_LOG_BASE+15)
  81. /*
  82. * The user %1 has connected and has been successfully authenticated on
  83. * port %2.
  84. */
  85. #define ROUTERLOG_AUTH_CONVERSATION_FAILURE (ROUTER_LOG_BASE+16)
  86. /*
  87. * The user connected to port %1 has been disconnected because there was a
  88. * transport-level error during the authentication conversation.
  89. */
  90. #define ROUTERLOG_CANT_RESET_LAN (ROUTER_LOG_BASE+18)
  91. /*
  92. * Cannot reset the network adapter for LANA %1. The error code is the data.
  93. */
  94. #define ROUTERLOG_CANT_GET_COMPUTERNAME (ROUTER_LOG_BASE+19)
  95. /*
  96. * Remote Access Server Security Failure.
  97. * Cannot locate the computer name. GetComputerName call has failed.
  98. */
  99. #define ROUTERLOG_CANT_ADD_RASSECURITYNAME (ROUTER_LOG_BASE+20)
  100. /*
  101. * Remote Access Server Security Failure.
  102. * Cannot add the name for communication with the security agent on LANA %1.
  103. */
  104. #define ROUTERLOG_CANT_GET_ADAPTERADDRESS (ROUTER_LOG_BASE+21)
  105. /*
  106. * Remote Access Server Security Failure.
  107. * Cannot access the network adapter address on LANA %1.
  108. */
  109. #define ROUTERLOG_SESSOPEN_REJECTED (ROUTER_LOG_BASE+22)
  110. /*
  111. * Remote Access Server Security Failure.
  112. * The security agent has rejected the Remote Access server's call to
  113. * establish a session on LANA %1.
  114. */
  115. #define ROUTERLOG_START_SERVICE_REJECTED (ROUTER_LOG_BASE+23)
  116. /*
  117. * Remote Access Server Security Failure.
  118. * The security agent has rejected the Remote Access server's request to start
  119. * the service on this computer on LANA %1.
  120. */
  121. #define ROUTERLOG_SECURITY_NET_ERROR (ROUTER_LOG_BASE+24)
  122. /*
  123. * Remote Access Server Security Failure.
  124. * A network error has occurred when trying to establish a session with the
  125. * security agent on LANA %1.
  126. * The error code is the data.
  127. */
  128. #define ROUTERLOG_EXCEPT_OSRESNOTAV (ROUTER_LOG_BASE+25)
  129. /*
  130. * The user connected to port %1 has been disconnected because there are no
  131. * operating system resources available.
  132. */
  133. #define ROUTERLOG_EXCEPT_LOCKFAIL (ROUTER_LOG_BASE+26)
  134. /*
  135. * The user connected to port %1 has been disconnected because of a failure to
  136. * lock user memory.
  137. */
  138. #define ROUTERLOG_CANNOT_OPEN_RASHUB (ROUTER_LOG_BASE+27)
  139. /*
  140. * Remote Access Connection Manager failed to start because NDISWAN could not
  141. * be opened. Restart the computer. If the problem persists, reinstall the
  142. * Remote Access Service. %1
  143. */
  144. #define ROUTERLOG_CANNOT_INIT_SEC_ATTRIBUTE (ROUTER_LOG_BASE+28)
  145. /*
  146. * Remote Access Connection Manager failed to start because it could not initialize the
  147. * security attributes. Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  148. */
  149. #define ROUTERLOG_CANNOT_GET_ENDPOINTS (ROUTER_LOG_BASE+29)
  150. /*
  151. * Remote Access Connection Manager failed to start because no endpoints were available.
  152. * Restart the computer. If the problem persists, reinstall the Remote Access Service.
  153. */
  154. #define ROUTERLOG_CANNOT_GET_MEDIA_INFO (ROUTER_LOG_BASE+30)
  155. /*
  156. * Remote Access Connection Manager failed to start because it could not load one or
  157. * more communication DLLs. Ensure that your communication hardware is installed and then
  158. * restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  159. */
  160. #define ROUTERLOG_CANNOT_GET_PORT_INFO (ROUTER_LOG_BASE+31)
  161. /*
  162. * Remote Access Connection Manager failed to start because it could not locate port
  163. * information from media DLLs.
  164. * Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  165. */
  166. #define ROUTERLOG_CANNOT_GET_PROTOCOL_INFO (ROUTER_LOG_BASE+32)
  167. /*
  168. * Remote Access Connection Manager failed to start because it could not access
  169. * protocol information from the Registry.
  170. * Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  171. */
  172. #define ROUTERLOG_CANNOT_REGISTER_LSA (ROUTER_LOG_BASE+33)
  173. /*
  174. * Remote Access Connection Manager failed to start because it could not register
  175. * with the local security authority.
  176. * Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  177. */
  178. #define ROUTERLOG_CANNOT_CREATE_FILEMAPPING (ROUTER_LOG_BASE+34)
  179. /*
  180. * Remote Access Connection Manager failed to start because it could not create shared
  181. * file mapping.
  182. * Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  183. */
  184. #define ROUTERLOG_CANNOT_INIT_BUFFERS (ROUTER_LOG_BASE+35)
  185. /*
  186. * Remote Access Connection Manager failed to start because it could not create buffers.
  187. * Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  188. */
  189. #define ROUTERLOG_CANNOT_INIT_REQTHREAD (ROUTER_LOG_BASE+36)
  190. /*
  191. * Remote Access Connection Manager failed to start because it could not access resources.
  192. * Restart the computer. If the problem persists, reinstall the Remote Access Service. %1
  193. */
  194. #define ROUTERLOG_CANNOT_START_WORKERS (ROUTER_LOG_BASE+37)
  195. /*
  196. * Remote Access Connection Manager service failed to start because it could not start worker
  197. * threads.
  198. * Restart the computer. If the problem persists, reinstall the Remote Access Service.
  199. */
  200. #define ROUTERLOG_CANT_GET_LANNETS (ROUTER_LOG_BASE+38)
  201. /*
  202. * Remote Access Server Configuration Failure.
  203. * Cannot find the LANA numbers for the network adapters.
  204. */
  205. #define ROUTERLOG_CANNOT_OPEN_SERIAL_INI (ROUTER_LOG_BASE+39)
  206. /*
  207. * RASSER.DLL cannot open the SERIAL.INI file.
  208. */
  209. #define ROUTERLOG_CANNOT_GET_ASYNCMAC_HANDLE (ROUTER_LOG_BASE+40)
  210. /*
  211. * An attempt by RASSER.DLL to get an async media access control handle failed.
  212. */
  213. #define ROUTERLOG_CANNOT_LOAD_SERIAL_DLL (ROUTER_LOG_BASE+41)
  214. /*
  215. * RASMXS.DLL cannot load RASSER.DLL.
  216. */
  217. #define ROUTERLOG_CANNOT_ALLOCATE_ROUTE (ROUTER_LOG_BASE+42)
  218. /*
  219. * The Remote Access server cannot allocate a route for the user connected on port %1 bacause of the following error: %2
  220. * The user has been disconnected.
  221. * Check the configuration of your Remote Access Service.
  222. */
  223. #define ROUTERLOG_ADMIN_MEMORY_FAILURE (ROUTER_LOG_BASE+43)
  224. /*
  225. * Cannot allocate memory in the admin support thread for the Remote Access Service.
  226. */
  227. #define ROUTERLOG_ADMIN_THREAD_CREATION_FAILURE (ROUTER_LOG_BASE+44)
  228. /*
  229. * Cannot create an instance thread in the admin support thread for the Remote Access Service.
  230. */
  231. #define ROUTERLOG_ADMIN_PIPE_CREATION_FAILURE (ROUTER_LOG_BASE+45)
  232. /*
  233. * Cannot create a named pipe instance in the admin support thread for the Remote Access Service.
  234. */
  235. #define ROUTERLOG_ADMIN_PIPE_FAILURE (ROUTER_LOG_BASE+46)
  236. /*
  237. * General named pipe failure occurred in the admin support thread for the Remote Access Service.
  238. */
  239. #define ROUTERLOG_ADMIN_INVALID_REQUEST (ROUTER_LOG_BASE+47)
  240. /*
  241. * An invalid request was sent to the admin support thread for the Remote Access Service,
  242. * possibly from a down-level admin tool. The request was not processed.
  243. */
  244. #define ROUTERLOG_USER_ACTIVE_TIME (ROUTER_LOG_BASE+48)
  245. /*
  246. * The user %1 connected on port %2 on %3 at %4 and disconnected on
  247. * %5 at %6. The user was active for %7 minutes %8 seconds. %9 bytes
  248. * were sent and %10 bytes were received. The port speed was %11. The
  249. * reason for disconnecting was %12.
  250. */
  251. #define ROUTERLOG_AUTH_TIMEOUT (ROUTER_LOG_BASE+49)
  252. /*
  253. * The user connected to port %1 has been disconnected due to an authentication
  254. * timeout.
  255. */
  256. #define ROUTERLOG_AUTH_NO_PROJECTIONS (ROUTER_LOG_BASE+50)
  257. /*
  258. * The user %1 connected to port %2 has been disconnected because no network protocols were successfully negotiatated.
  259. */
  260. #define ROUTERLOG_AUTH_INTERNAL_ERROR (ROUTER_LOG_BASE+51)
  261. /*
  262. * The user connected to port %1 has been disconnected because an internal authentication error occurred.
  263. */
  264. #define ROUTERLOG_NO_LANNETS_AVAILABLE (ROUTER_LOG_BASE+52)
  265. /*
  266. * The Remote Access server could not be started because the NetBIOS gateway has been configured to access the network but there are no network adapters available.
  267. */
  268. #define ROUTERLOG_NETBIOS_SESSION_ESTABLISHED (ROUTER_LOG_BASE+53)
  269. /*
  270. * The user %1 established a NetBIOS session between
  271. * the remote workstation %2 and the network server %3.
  272. */
  273. #define ROUTERLOG_RASMAN_NOT_AVAILABLE (ROUTER_LOG_BASE+54)
  274. /*
  275. * Remote Access Service failed to start because the Remote Access Connection Manager failed to initialize because of the following error: %1
  276. */
  277. #define ROUTERLOG_CANT_ADD_NAME (ROUTER_LOG_BASE+55)
  278. /*
  279. * Cannot add the remote computer name %1 on LANA %2 for the client being connected on port %3.
  280. * The error code is the data.
  281. */
  282. #define ROUTERLOG_CANT_DELETE_NAME (ROUTER_LOG_BASE+56)
  283. /*
  284. * Cannot delete the remote computer name %1 from LANA %2 for the client being disconnected on port %3.
  285. * The error code is the data.
  286. */
  287. #define ROUTERLOG_CANT_ADD_GROUPNAME (ROUTER_LOG_BASE+57)
  288. /*
  289. * Cannot add the remote computer group name %1 on LANA %2.
  290. * The error code is the data.
  291. */
  292. #define ROUTERLOG_CANT_DELETE_GROUPNAME (ROUTER_LOG_BASE+58)
  293. /*
  294. * Cannot delete the remote computer group name %1 from LANA %2.
  295. * The error code is the data.
  296. */
  297. #define ROUTERLOG_UNSUPPORTED_BPS (ROUTER_LOG_BASE+59)
  298. /*
  299. * The modem on %1 moved to an unsupported BPS rate.
  300. */
  301. #define ROUTERLOG_SERIAL_QUEUE_SIZE_SMALL (ROUTER_LOG_BASE+60)
  302. /*
  303. * The serial driver could not allocate adequate I/O queues.
  304. * This may result in an unreliable connection.
  305. */
  306. #define ROUTERLOG_CANNOT_REOPEN_BIPLEX_PORT (ROUTER_LOG_BASE+61)
  307. /*
  308. * Remote Access Connection Manager could not reopen biplex port %1. This port
  309. * will not be available for calling in or calling out.
  310. * Restart all Remote Access Service components.
  311. */
  312. #define ROUTERLOG_DISCONNECT_ERROR (ROUTER_LOG_BASE+62)
  313. /*
  314. * Internal Error: Disconnect operation on %1 completed with an error. %1
  315. */
  316. #define ROUTERLOG_CANNOT_INIT_PPP (ROUTER_LOG_BASE+63)
  317. /*
  318. * Remote Access Connection Manager failed to start because the Point to Point
  319. * Protocol failed to initialize. %1
  320. */
  321. #define ROUTERLOG_CLIENT_CALLED_BACK (ROUTER_LOG_BASE+64)
  322. /*
  323. * The user %1 on port %2 was called back at the number %3.
  324. */
  325. #define ROUTERLOG_PROXY_CANT_CREATE_PROCESS (ROUTER_LOG_BASE+65)
  326. /*
  327. * The Remote Access Gateway Proxy could not create a process.
  328. */
  329. #define ROUTERLOG_PROXY_CANT_CREATE_PIPE (ROUTER_LOG_BASE+66)
  330. /*
  331. * The Remote Access Gateway Proxy could not create a named pipe.
  332. */
  333. #define ROUTERLOG_PROXY_CANT_CONNECT_PIPE (ROUTER_LOG_BASE+67)
  334. /*
  335. * The Remote Access Gateway Proxy could not establish a named pipe connection
  336. * with the Remote Access Supervisor Proxy.
  337. */
  338. #define ROUTERLOG_PROXY_READ_PIPE_FAILURE (ROUTER_LOG_BASE+68)
  339. /*
  340. * A general error occurred reading from the named pipe in the Remote Access Proxy.
  341. */
  342. #define ROUTERLOG_CANT_OPEN_PPP_REGKEY (ROUTER_LOG_BASE+69)
  343. /*
  344. * Cannot open or obtain information about the PPP key or one of its subkeys. %1
  345. */
  346. #define ROUTERLOG_PPP_CANT_LOAD_DLL (ROUTER_LOG_BASE+70)
  347. /*
  348. * Point to Point Protocol engine was unable to load the %1 module. %2
  349. */
  350. #define ROUTERLOG_PPPCP_DLL_ERROR (ROUTER_LOG_BASE+71)
  351. /*
  352. * The Point to Point Protocol module %1 returned an error while initializing.
  353. * %2
  354. */
  355. #define ROUTERLOG_NO_AUTHENTICATION_CPS (ROUTER_LOG_BASE+72)
  356. /*
  357. * The Point to Point Protocol failed to load the required PAP and/or CHAP
  358. * authentication modules.
  359. */
  360. #define ROUTERLOG_PPP_FAILURE (ROUTER_LOG_BASE+73)
  361. /*
  362. * The following error occurred in the Point to Point Protocol module on port: %1, UserName: %2.
  363. * %3
  364. */
  365. #define ROUTERLOG_IPXCP_NETWORK_NUMBER_CONFLICT (ROUTER_LOG_BASE+74)
  366. /*
  367. * The IPX network number %1 requested by the remote side for the WAN interface
  368. * is already in use on the local LAN.
  369. * Possible solution:
  370. * Disconnect this computer from the LAN and wait 3 minutes before dialing again;
  371. */
  372. #define ROUTERLOG_IPXCP_CANNOT_CHANGE_WAN_NETWORK_NUMBER (ROUTER_LOG_BASE+75)
  373. /*
  374. * The IPX network number %1 requested by the remote workstation for the WAN interface
  375. * can not be used on the local IPX router because the router is configured to
  376. * give the same network number to all the remote workstations.
  377. * If you want to connect a remote workstation with a different network number you
  378. * should reconfigure the router to disable the common network number option.
  379. */
  380. #define ROUTERLOG_PASSWORD_EXPIRED (ROUTER_LOG_BASE+76)
  381. /*
  382. * The password for user %1\%2 connected on port %3 has expired. The line
  383. * has been disconnected.
  384. */
  385. #define ROUTERLOG_ACCT_EXPIRED (ROUTER_LOG_BASE+77)
  386. /*
  387. * The account for user %1\%2 connected on port %3 has expired. The line
  388. * has been disconnected.
  389. */
  390. #define ROUTERLOG_NO_DIALIN_PRIVILEGE (ROUTER_LOG_BASE+78)
  391. /*
  392. * The account for user %1\%2 connected on port %3 does not have Remote Access
  393. * privilege. The line has been disconnected.
  394. */
  395. #define ROUTERLOG_UNSUPPORTED_VERSION (ROUTER_LOG_BASE+79)
  396. /*
  397. * The software version of the user %1\%2 connected on port %3 is unsupported.
  398. * The line has been disconnected.
  399. */
  400. #define ROUTERLOG_ENCRYPTION_REQUIRED (ROUTER_LOG_BASE+80)
  401. /*
  402. * The server machine is configured to require data encryption. The machine
  403. * for user %1\%2 connected on port %3 does not support encryption. The line
  404. * has been disconnected.
  405. */
  406. #define ROUTERLOG_NO_SECURITY_CHECK (ROUTER_LOG_BASE+81)
  407. /*
  408. * Remote Access Server Security Failure. Could not reset lana %1 (the error
  409. * code is the data). Security check not performed.
  410. */
  411. #define ROUTERLOG_GATEWAY_NOT_ACTIVE_ON_NET (ROUTER_LOG_BASE+82)
  412. /*
  413. * The Remote Access Server could not reset lana %1 (the error code is the
  414. * data) and will not be active on it.
  415. */
  416. #define ROUTERLOG_IPXCP_WAN_NET_POOL_NETWORK_NUMBER_CONFLICT (ROUTER_LOG_BASE+83)
  417. /*
  418. * The IPX network number %1 configured for the pool of WAN network numbers
  419. * can not be used because it conflicts with another network number on the net.
  420. * You should re-configure the pool to have unique network numbers.
  421. */
  422. #define ROUTERLOG_SRV_ADDR_CHANGED (ROUTER_LOG_BASE+84)
  423. /*
  424. * The Remote Access Server will stop using IP Address %1 (either because it
  425. * was unable to renew the lease from the DHCP Server, or the administrator
  426. * switched between static address pool and DHCP addresses). All connected users
  427. * using IP will be unable to access network resources. Users can re-connect
  428. * to the server to restore IP connectivity.
  429. */
  430. #define ROUTERLOG_CLIENT_ADDR_LEASE_LOST (ROUTER_LOG_BASE+85)
  431. /*
  432. * The Remote Access Server was unable to renew the lease for IP Address %1
  433. * from the DHCP Server. The user assigned with this IP address will be unable to
  434. * access network resources using IP. Re-connecting to the server will restore IP
  435. * connectivity.
  436. */
  437. #define ROUTERLOG_ADDRESS_NOT_AVAILABLE (ROUTER_LOG_BASE+86)
  438. /*
  439. * The Remote Access Server was unable to acquire an IP Address from the DHCP Server
  440. * to assign to the incoming user.
  441. */
  442. #define ROUTERLOG_SRV_ADDR_NOT_AVAILABLE (ROUTER_LOG_BASE+87)
  443. /*
  444. * The Remote Access Server was unable to acquire an IP Address from the DHCP Server
  445. * to be used on the Server Adapter. Incoming user will be unable to connect using
  446. * IP.
  447. */
  448. #define ROUTERLOG_SRV_ADDR_ACQUIRED (ROUTER_LOG_BASE+88)
  449. /*
  450. * The Remote Access Server acquired IP Address %1 to be used on the Server
  451. * Adapter.
  452. */
  453. #define ROUTERLOG_CALLBACK_FAILURE (ROUTER_LOG_BASE+89)
  454. /*
  455. * The Remote Access Server's attempt to callback user %1 on port %2 at %3
  456. * failed because of the following error: %4
  457. */
  458. #define ROUTERLOG_PROXY_WRITE_PIPE_FAILURE (ROUTER_LOG_BASE+90)
  459. /*
  460. * A general error occurred writing to the named pipe in the Remote Access Proxy.
  461. */
  462. #define ROUTERLOG_CANT_OPEN_SECMODULE_KEY (ROUTER_LOG_BASE+91)
  463. /*
  464. * Cannot open the RAS security host Registry key. The following error
  465. * occurred: %1
  466. */
  467. #define ROUTERLOG_CANT_LOAD_SECDLL (ROUTER_LOG_BASE+92)
  468. /*
  469. * Cannot load the Security host module component. The following error
  470. * occurred: %1
  471. */
  472. #define ROUTERLOG_SEC_AUTH_FAILURE (ROUTER_LOG_BASE+93)
  473. /*
  474. * The user %1 has connected and failed to authenticate with a third party
  475. * security on port %2. The line has been disconnected.
  476. */
  477. #define ROUTERLOG_SEC_AUTH_INTERNAL_ERROR (ROUTER_LOG_BASE+94)
  478. /*
  479. * The user connected to port %1 has been disconnected because the following
  480. * internal authentication error occurred in the third party security module: %2
  481. */
  482. #define ROUTERLOG_CANT_RECEIVE_BYTES (ROUTER_LOG_BASE+95)
  483. /*
  484. * Cannot receive initial data on port %1 because of the following error: %2
  485. * The user has been disconnected.
  486. */
  487. #define ROUTERLOG_AUTH_DIFFUSER_FAILURE (ROUTER_LOG_BASE+96)
  488. /*
  489. * The user was autheticated as %1 by the third party security host module but
  490. * was authenticated as %2 by the RAS security. The user has been disconnected.
  491. */
  492. #define ROUTERLOG_LICENSE_LIMIT_EXCEEDED (ROUTER_LOG_BASE+97)
  493. /*
  494. * A user was unable to connect on port %1.
  495. * No more connections can be made to this remote computer because the computer
  496. * has exceeded its client license limit.
  497. */
  498. #define ROUTERLOG_AMB_CLIENT_NOT_ALLOWED (ROUTER_LOG_BASE+98)
  499. /*
  500. * A user was unable to connect on port %1.
  501. * The NetBIOS protocol has been disabled for the Remote Access Server.
  502. */
  503. #define ROUTERLOG_CANT_QUERY_VALUE (ROUTER_LOG_BASE+99)
  504. /*
  505. * Cannot access Registry value for %1.
  506. */
  507. #define ROUTERLOG_CANT_OPEN_REGKEY (ROUTER_LOG_BASE+100)
  508. /*
  509. * Cannot access the Registry key %1.
  510. */
  511. #define ROUTERLOG_REGVALUE_OVERIDDEN (ROUTER_LOG_BASE+101)
  512. /*
  513. * Using the default value for Registry parameter %1 because the value given is
  514. * not in the legal range for the parameter.
  515. */
  516. #define ROUTERLOG_CANT_ENUM_SUBKEYS (ROUTER_LOG_BASE+102)
  517. /*
  518. * Cannot enumerate keys of Registry key %1.
  519. */
  520. #define ROUTERLOG_LOAD_DLL_ERROR (ROUTER_LOG_BASE+103)
  521. /*
  522. * Unable to load %1.
  523. */
  524. #define ROUTERLOG_NOT_ENOUGH_MEMORY (ROUTER_LOG_BASE+104)
  525. /*
  526. * Memory allocation failure.
  527. */
  528. #define ROUTERLOG_COULDNT_LOAD_IF (ROUTER_LOG_BASE+105)
  529. /*
  530. * Unable to load the interface %1 from the registry. The following error
  531. * occurred: %2
  532. */
  533. #define ROUTERLOG_COULDNT_ADD_INTERFACE (ROUTER_LOG_BASE+106)
  534. /*
  535. * Unable to add the interface %1 with the Router Manager for protocol 0x%2. The
  536. * following error occurred: %3
  537. */
  538. #define ROUTERLOG_COULDNT_REMOVE_INTERFACE (ROUTER_LOG_BASE+107)
  539. /*
  540. * Unable to remove the interface %1 with the Router Manager for protocol 0x%2.
  541. * The following error occurred: %3
  542. */
  543. #define ROUTERLOG_UNABLE_TO_OPEN_PORT (ROUTER_LOG_BASE+108)
  544. /*
  545. * Unable to open the port %1 for use. %2
  546. */
  547. #define ROUTERLOG_UNRECOGNIZABLE_FRAME_RECVD (ROUTER_LOG_BASE+109)
  548. /*
  549. * Cannot recognize initial frame received on port %1.
  550. * The line has been disconnected.
  551. */
  552. #define ROUTERLOG_CANT_START_PPP (ROUTER_LOG_BASE+110)
  553. /*
  554. * An error occurred in the Point to Point Protocol module on port %1 while
  555. * trying to initiate a connection. %2
  556. */
  557. #define ROUTERLOG_CONNECTION_ATTEMPT_FAILED (ROUTER_LOG_BASE+111)
  558. /*
  559. * A Demand Dial connection to the remote interface %1 on port %2 was
  560. * successfully initiated but failed to complete successfully because of the
  561. * following error: %3
  562. */
  563. #define ROUTERLOG_CANT_OPEN_ADMINMODULE_KEY (ROUTER_LOG_BASE+112)
  564. /*
  565. * Cannot open the RAS third party administration host DLL Registry key.
  566. * The following error occurred: %1
  567. */
  568. #define ROUTERLOG_CANT_LOAD_ADMINDLL (ROUTER_LOG_BASE+113)
  569. /*
  570. * Cannot load the RAS third pary administration DLL component.
  571. * The following error occurred: %1
  572. */
  573. #define ROUTERLOG_NO_PROTOCOLS_CONFIGURED (ROUTER_LOG_BASE+114)
  574. /*
  575. * The Service was unable to start. No protocols were configured for use.
  576. */
  577. #define ROUTERLOG_IPX_NO_VIRTUAL_NET_NUMBER (ROUTER_LOG_BASE+115)
  578. /*
  579. * IPX Routing requires internal network number for correct operation.
  580. * Please set it in IPX transport properties of protocols section in the
  581. * Network Control Panel.
  582. */
  583. #define ROUTERLOG_IPX_CANT_LOAD_PROTOCOL (ROUTER_LOG_BASE+116)
  584. /*
  585. * Cannot load routing protocol DLL %1. The error code is in data.
  586. */
  587. #define ROUTERLOG_IPX_CANT_REGISTER_PROTOCOL (ROUTER_LOG_BASE+117)
  588. /*
  589. * Cannot register routing protocol 0x%1. The error code is in data.
  590. */
  591. #define ROUTERLOG_IPX_CANT_START_PROTOCOL (ROUTER_LOG_BASE+118)
  592. /*
  593. * Cannot start routing protocol 0x%1. The error code is in data.
  594. */
  595. #define ROUTERLOG_IPX_CANT_LOAD_IPXCP (ROUTER_LOG_BASE+119)
  596. /*
  597. * Cannot load IPXCP protocol DLL. The error code is in data.
  598. */
  599. #define ROUTERLOG_IPXSAP_SAP_SOCKET_IN_USE (ROUTER_LOG_BASE+120)
  600. /*
  601. * Could not open IPX SAP socket for exclusive access.
  602. * The error code is in data.
  603. */
  604. #define ROUTERLOG_IPXSAP_SERVER_ADDRESS_CHANGE (ROUTER_LOG_BASE+121)
  605. /*
  606. * Server %1 has changed its IPX address. Old and new addresses are in data.
  607. */
  608. #define ROUTERLOG_IPXSAP_SERVER_DUPLICATE_ADDRESSES (ROUTER_LOG_BASE+122)
  609. /*
  610. * Server %1 is advertised with different IPX address. Old and new addresses are in data.
  611. */
  612. #define ROUTERLOG_IPXRIP_RIP_SOCKET_IN_USE (ROUTER_LOG_BASE+123)
  613. /*
  614. * Could not open IPX RIP socket for exclusive access.
  615. * The error code is in data.
  616. */
  617. #define ROUTERLOG_IPXRIP_LOCAL_NET_NUMBER_CONFLICT (ROUTER_LOG_BASE+124)
  618. /*
  619. * Another IPX router claims different network number for interface %1.
  620. * Offending router IPX address is in data.
  621. */
  622. #define ROUTERLOG_PERSISTENT_CONNECTION_FAILURE (ROUTER_LOG_BASE+125)
  623. /*
  624. * A Demand Dial persistent connection to the remote interface %1 failed to be
  625. * initated succesfully. The following error occurred: %2
  626. */
  627. #define ROUTERLOG_IP_DEMAND_DIAL_PACKET (ROUTER_LOG_BASE+126)
  628. /*
  629. * A packet from %1 destined to %2 over protocol 0x%3 caused interface %4
  630. * to be brought up. The first %5 bytes of the packet are in the data.
  631. */
  632. #define ROUTERLOG_DID_NOT_LOAD_DDMIF (ROUTER_LOG_BASE+127)
  633. /*
  634. * The Demand Dial interface %1 was not loaded. The router was not started in
  635. * in Demand Dial mode.
  636. */
  637. #define ROUTERLOG_CANT_LOAD_ARAP (ROUTER_LOG_BASE+128)
  638. /*
  639. * Cannot load the Appletalk Remote Access DLL component because of the following error: %1
  640. */
  641. #define ROUTERLOG_CANT_START_ARAP (ROUTER_LOG_BASE+129)
  642. /*
  643. * An error occurred in the Appletalk Remote Access Protocol module on port %1
  644. * while trying to initiate a connection. %2
  645. */
  646. #define ROUTERLOG_ARAP_FAILURE (ROUTER_LOG_BASE+130)
  647. /*
  648. * The following error occurred in the Appletalk Remote Access Protocol module on
  649. * port %1. %2
  650. */
  651. #define ROUTERLOG_ARAP_NOT_ALLOWED (ROUTER_LOG_BASE+131)
  652. /*
  653. * A user was unable to connect on port %1.
  654. * The Appletalk Remote Access protocol has been disabled for the Remote
  655. * Access Server.
  656. */
  657. #define ROUTERLOG_CANNOT_INIT_RASRPC (ROUTER_LOG_BASE+132)
  658. /*
  659. * Remote Access Connection Manager failed to start because the RAS RPC
  660. * module failed to initialize. %1
  661. */
  662. #define ROUTERLOG_IPX_CANT_LOAD_FORWARDER (ROUTER_LOG_BASE+133)
  663. /*
  664. * IPX Routing failed to start because IPX forwarder driver could
  665. * not be loaded.
  666. */
  667. #define ROUTERLOG_IPX_BAD_GLOBAL_CONFIG (ROUTER_LOG_BASE+134)
  668. /*
  669. * IPX global configuration information is corrupted.
  670. */
  671. #define ROUTERLOG_IPX_BAD_CLIENT_INTERFACE_CONFIG (ROUTER_LOG_BASE+135)
  672. /*
  673. * IPX dial-in client configuration information is corrupted.
  674. */
  675. #define ROUTERLOG_IPX_BAD_INTERFACE_CONFIG (ROUTER_LOG_BASE+136)
  676. /*
  677. * IPX configuration information for interface %1 is corrupted.
  678. */
  679. #define ROUTERLOG_IPX_DEMAND_DIAL_PACKET (ROUTER_LOG_BASE+137)
  680. /*
  681. * An IPX packet caused interface %1 to be brought up.
  682. * The the first %2 bytes of the packet are in data.
  683. */
  684. #define ROUTERLOG_CONNECTION_FAILURE (ROUTER_LOG_BASE+138)
  685. /*
  686. * A Demand Dial connection to the remote interface %1 failed to be
  687. * initated succesfully. The following error occurred: %2
  688. */
  689. #define ROUTERLOG_CLIENT_AUTODISCONNECT (ROUTER_LOG_BASE+139)
  690. /*
  691. * The port %1 has been disconnected due to inactivity.
  692. */
  693. #define ROUTERLOG_PPP_SESSION_TIMEOUT (ROUTER_LOG_BASE+140)
  694. /*
  695. * The port %1 has been disconnected because the user reached the maximum connect time allowed by the administrator.
  696. */
  697. #define ROUTERLOG_AUTH_SUCCESS_ENCRYPTION (ROUTER_LOG_BASE+141)
  698. /*
  699. * The user %1 has connected and has been successfully authenticated on
  700. * port %2. Data sent and received over this link is encrypted.
  701. */
  702. #define ROUTERLOG_AUTH_SUCCESS_STRONG_ENCRYPTION (ROUTER_LOG_BASE+142)
  703. /*
  704. * The user %1 has connected and has been successfully authenticated on
  705. * port %2. Data sent and received over this link is strongly encrypted.
  706. */
  707. #define ROUTERLOG_NO_DEVICES_FOR_IF (ROUTER_LOG_BASE+143)
  708. /*
  709. * Unable to load the interface %1 from the registry. There are no routing enabled ports available for use by this demand dial interface. Use the Routing and RemoteAccess Administration tool to configure this interface to use a device that is routing enabled. Stop and restart the router for this demand dial interface to be loaded from the registry.
  710. */
  711. #define ROUTERLOG_LIMITED_WKSTA_SUPPORT (ROUTER_LOG_BASE+144)
  712. /*
  713. * The Demand-Dial interface %1 was not registered with the Router.
  714. * Demand-Dial interfaces are not supported on a Windows NT Workstation.
  715. */
  716. #define ROUTERLOG_CANT_INITIALIZE_IP_SERVER (ROUTER_LOG_BASE+145)
  717. /*
  718. * Cannot initialize the Remote Access and Router service to accept calls using
  719. * the TCP/IP transport protocol. The following error occurred: %1
  720. */
  721. #define ROUTERLOG_RADIUS_SERVER_NO_RESPONSE (ROUTER_LOG_BASE+146)
  722. /*
  723. * The RADIUS server %1 did not respond to the initial request.
  724. * Please make sure that the server name or IP address and secret are correct.
  725. */
  726. #define ROUTERLOG_PPP_INIT_FAILED (ROUTER_LOG_BASE+147)
  727. /*
  728. * The Remote Access service failed to start because the Point to Point was
  729. * not initialized successfully. %1
  730. */
  731. #define ROUTERLOG_RADIUS_SERVER_NAME (ROUTER_LOG_BASE+148)
  732. /*
  733. * The RADIUS server name %1 could not be successfully resolved to an IP address. Please make sure that the name is spelled correctly and that the RADIUS server is running correctly.
  734. */
  735. #define ROUTERLOG_IP_NO_GLOBAL_INFO (ROUTER_LOG_BASE+149)
  736. /*
  737. * No global configuration was supplied to the IP Router Manager. Please rerun
  738. * setup.
  739. */
  740. #define ROUTERLOG_IP_CANT_ADD_DD_FILTERS (ROUTER_LOG_BASE+150)
  741. /*
  742. * Unable to add demand dial filters for interface %1
  743. */
  744. #define ROUTERLOG_PPPCP_INIT_ERROR (ROUTER_LOG_BASE+151)
  745. /*
  746. * The Control Protocol %1 in the Point to Point Protocol module %2 returned an
  747. * error while initializing. %3
  748. */
  749. #define ROUTERLOG_AUTHPROVIDER_FAILED_INIT (ROUTER_LOG_BASE+152)
  750. /*
  751. * The currently configured authentication provider failed to load and initialize successfully. %1
  752. */
  753. #define ROUTERLOG_ACCTPROVIDER_FAILED_INIT (ROUTER_LOG_BASE+153)
  754. /*
  755. * The currently configured accounting provider failied to load and initialize successfully. %1
  756. */
  757. #define ROUTERLOG_IPX_AUTO_NETNUM_FAILURE (ROUTER_LOG_BASE+154)
  758. /*
  759. * The IPX Internal Network Number is invalid and the IPX Router Manager was unsuccessful in its
  760. * attempt to automatically assign a valid one. Reconfigure the IPX Internal Network Number through
  761. * the connections folder and restart the Routing and Remote Access service.
  762. */
  763. #define ROUTERLOG_IPX_WRN_STACK_STARTED (ROUTER_LOG_BASE+155)
  764. /*
  765. * In order for the IPX Router Manager (which runs as part of the Routing and Remote Access Service)
  766. * to run, it had to start the IPX Protocol Stack Driver. This driver was either manually stopped
  767. * or marked as demand start. The Routing and Remote Access Service was probably started by the creation of
  768. * Incoming Connections or through the Routing and Remote Access snapin.
  769. */
  770. #define ROUTERLOG_IPX_STACK_DISABLED (ROUTER_LOG_BASE+156)
  771. /*
  772. * The IPX Router Manager was unable to start because the IPX Protocol Stack Driver could
  773. * not be started.
  774. */
  775. #define ROUTERLOG_IP_MCAST_NOT_ENABLED (ROUTER_LOG_BASE+157)
  776. /*
  777. * The interface %1 could not be enabled for multicast. %2 will not be
  778. * activated over this interface.
  779. */
  780. #define ROUTERLOG_CONNECTION_ESTABLISHED (ROUTER_LOG_BASE+158)
  781. /*
  782. * The user %1 successfully established a connection to %2 using the device %3.
  783. */
  784. #define ROUTERLOG_DISCONNECTION_OCCURRED (ROUTER_LOG_BASE+159)
  785. /*
  786. * The connection to %1 made by user %2 using device %3 was disconnected.
  787. */
  788. #define ROUTERLOG_CLIENT_IP_NOT_IN_SUBNET (ROUTER_LOG_BASE+160)
  789. /*
  790. * The user %1 has connected on port %2 using IP address %3 that does not
  791. * belong to the Remote Access Server's subnet: %4, mask %5.
  792. */
  793. #define ROUTERLOG_BAP_CLIENT_CONNECTED (ROUTER_LOG_BASE+161)
  794. /*
  795. * The user %1 successfully established a connection to %2 using the device %3.
  796. * This connection happened automatically because the bandwidth utilization was
  797. * high.
  798. */
  799. #define ROUTERLOG_BAP_SERVER_CONNECTED (ROUTER_LOG_BASE+162)
  800. /*
  801. * The Remote Access Server successfully established a connection to %1.
  802. * This connection happened automatically because the bandwidth utilization
  803. * was high.
  804. */
  805. #define ROUTERLOG_BAP_DISCONNECTED (ROUTER_LOG_BASE+163)
  806. /*
  807. * The connection to %1 made by user %2 using device %3 was disconnected. This
  808. * disconnection happened automatically because the bandwidth utilization was
  809. * low.
  810. */
  811. #define ROUTERLOG_BAP_WILL_DISCONNECT (ROUTER_LOG_BASE+164)
  812. /*
  813. * The Remote Access Server wants to disconnect a link in the connection to %1
  814. * made by user %2 because the bandwidth utilization is too low.
  815. */
  816. #define ROUTERLOG_LOCAL_UNNUMBERED_IPCP (ROUTER_LOG_BASE+165)
  817. /*
  818. * A connection has been established on port %1 using interface %2, but no IP
  819. * address was obtained.
  820. */
  821. #define ROUTERLOG_REMOTE_UNNUMBERED_IPCP (ROUTER_LOG_BASE+166)
  822. /*
  823. * A connection has been established on port %1 using interface %2, but the
  824. * remote side got no IP address.
  825. */
  826. #define ROUTERLOG_NO_IP_ADDRESS (ROUTER_LOG_BASE+167)
  827. /*
  828. * No IP address is available to hand out to the client.
  829. */
  830. #define ROUTERLOG_CANT_GET_SERVER_CRED (ROUTER_LOG_BASE+168)
  831. /*
  832. * Cannot get a handle to the Remote Access Server's credentials because of
  833. * the following error: %1
  834. */
  835. #define ROUTER_LOG_BASEEND (ROUTER_LOG_BASE+999)