Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

564 lines
17 KiB

  1. ;/*++ ;
  2. ;Copyright (c) 1996-1999 Microsoft Corporation
  3. ;
  4. ;Module Name:
  5. ;
  6. ; smlogmsg.h
  7. ; (generated from smlogmsg.mc)
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Event message definititions used by by Performance Logs and Alerts service
  12. ;
  13. ;--*/
  14. ;#ifndef _SML_MSG_H_
  15. ;#define _SML_MSG_H_
  16. MessageIdTypedef=DWORD
  17. ;//
  18. ;// Performance Logs and Alerts Service messages
  19. ;//
  20. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  21. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  22. Warning=0x2:STATUS_SEVERITY_WARNING
  23. Error=0x3:STATUS_SEVERITY_ERROR
  24. )
  25. ;//
  26. ;//
  27. ;// Informational messages
  28. ;//
  29. ;// None
  30. ;//
  31. ;// Warning Messages
  32. ;// These messages are returned when the function has completed
  33. ;// successfully but the results may be different than expected.
  34. ;//
  35. ;// MessageId=1000
  36. ;//
  37. ;// Error Messages
  38. ;// These messages are returned when the function could not complete
  39. ;// as requested and some corrective action may be required by the
  40. ;// the caller or the user.
  41. ;//
  42. MessageId=2000
  43. Severity=Error
  44. Facility=Application
  45. SymbolicName=SMLOG_UNABLE_START_DISPATCHER
  46. Language=English
  47. Unable to initialize the service. Win32 error code returned is in the data.
  48. .
  49. MessageId=2001
  50. Severity=Error
  51. Facility=Application
  52. SymbolicName=SMLOG_UNABLE_REGISTER_HANDLER
  53. Language=English
  54. Unable to register the Service Control Handler function. Win32 error code returned
  55. is in the data.
  56. .
  57. MessageId=2002
  58. Severity=Error
  59. Facility=Application
  60. SymbolicName=SMLOG_UNABLE_CREATE_CONFIG_EVENT
  61. Language=English
  62. Unable to create the configuration event. Win32 error code returned is in the data.
  63. .
  64. MessageId=2003
  65. Severity=Error
  66. Facility=Application
  67. SymbolicName=SMLOG_UNABLE_OPEN_LOG_QUERY
  68. Language=English
  69. Unable to open the Performance Logs and Alerts configuration.
  70. This configuration is initialized when you use the Performance
  71. Logs and Alerts Management Console snapin to create a Log or
  72. Alert session.
  73. .
  74. MessageId=2004
  75. Severity=Warning
  76. Facility=Application
  77. SymbolicName=SMLOG_UNABLE_OPEN_LOG_FILE
  78. Language=English
  79. The service was unable to open the log file %1 for log %2 and will be stopped.
  80. Check the log folder for existence, spelling, permissions, and ensure that
  81. no other logs or applications are writing to this log file. You can reenter
  82. the log file name using the configuration program.
  83. This log will not be started.
  84. The error returned is: %3.
  85. .
  86. MessageId=2005
  87. Severity=Warning
  88. Facility=Application
  89. SymbolicName=SMLOG_UNABLE_READ_LOG_QUERY
  90. Language=English
  91. Unable to read the configuration of the %1 log or alert.
  92. This log or alert will not be started.
  93. The error code returned is in the data.
  94. .
  95. MessageId=2006
  96. Severity=Warning
  97. Facility=Application
  98. SymbolicName=SMLOG_UNABLE_READ_QUERY_VALUE
  99. Language=English
  100. Unable to read the %1 value of the %2 log or alert configuration.
  101. The default value will be used.
  102. The error code returned is in the data.
  103. .
  104. MessageId=2007
  105. Severity=Warning
  106. Facility=Application
  107. SymbolicName=SMLOG_UNABLE_READ_QUERY_DEF_VAL
  108. Language=English
  109. Unable to read the %1 value of the %2 log or alert configuration.
  110. An error occurred while trying to allocate memory for the default value.
  111. The error code returned is in the data.
  112. .
  113. MessageId=2009
  114. Severity=Warning
  115. Facility=Application
  116. SymbolicName=SMLOG_INVALID_LOG_TYPE
  117. Language=English
  118. Log Type for the %1 log or alert configuration has invalid value.
  119. This log or alert will not be started.
  120. The invalid value is in the data.
  121. .
  122. MessageId=2012
  123. Severity=Warning
  124. Facility=Application
  125. SymbolicName=SMLOG_UNABLE_ALLOCATE_DATABLOCK
  126. Language=English
  127. Unable to allocate a data block for the %1 log or alert configuration.
  128. This log or alert will not be started.
  129. The error code returned is in the data.
  130. .
  131. MessageId=2013
  132. Severity=Warning
  133. Facility=Application
  134. SymbolicName=SMLOG_UNABLE_START_THREAD
  135. Language=English
  136. Unable to start the thread for the %1 log or alert configuration.
  137. This log or alert will not be started.
  138. The error code returned is in the data.
  139. .
  140. MessageId=2014
  141. Severity=Warning
  142. Facility=Application
  143. SymbolicName=SMLOG_UNABLE_START_TRACE
  144. Language=English
  145. Unable to start the trace session for the %1 trace log configuration.
  146. The Kernel trace provider and some application trace providers require
  147. Administrator privileges in order to collect data. Use the Run As option
  148. in the configuration application to log under an Administrator account
  149. for these providers.
  150. System error code returned is in the data.
  151. .
  152. MessageId=2015
  153. Severity=Warning
  154. Facility=Application
  155. SymbolicName=SMLOG_TRACE_NO_PROVIDERS
  156. Language=English
  157. Unable to enable any trace providers for the %1 trace log configuration.
  158. This log will not be started.
  159. .
  160. MessageId=2016
  161. Severity=Warning
  162. Facility=Application
  163. SymbolicName=SMLOG_UNABLE_ENABLE_TRACE_PROV
  164. Language=English
  165. Unable to enable trace provider %1 for the %2 trace log configuration.
  166. Only one instance of each trace provider can be enabled at any given time.
  167. The Kernel trace provider and some application trace providers require
  168. Administrator privileges in order to collect data. Use the Run As option
  169. in the configuration application to log under an Administrator account
  170. for these providers.
  171. The error code returned is in the data.
  172. .
  173. MessageId=2018
  174. Severity=Warning
  175. Facility=Application
  176. SymbolicName=SMLOG_UNABLE_CREATE_EXIT_EVENT
  177. Language=English
  178. Unable to create the exit event for the %1 log or alert configuration.
  179. This log or alert will not be started.
  180. The error code returned is in the data.
  181. .
  182. MessageId=2019
  183. Severity=Warning
  184. Facility=Application
  185. SymbolicName=SMLOG_MAXIMUM_QUERY_LIMIT
  186. Language=English
  187. Unable to start the thread for the %1 log or alert configuration.
  188. The maximum number of active logs and alerts has been reached.
  189. Restart the log or alert when fewer logs and alerts are active.
  190. .
  191. MessageId=2020
  192. Severity=Warning
  193. Facility=Application
  194. SymbolicName=SMLOG_UNABLE_READ_COUNTER_LIST
  195. Language=English
  196. Unable to read the list of counters from the %1 log or alert configuration.
  197. This log or alert will not be started.
  198. The error code returned is in the data.
  199. .
  200. MessageId=2021
  201. Severity=Warning
  202. Facility=Application
  203. SymbolicName=SMLOG_UNABLE_READ_PROVIDER_LIST
  204. Language=English
  205. Unable to read the list of trace providers to log for the %1 trace log configuration.
  206. This log will not be started.
  207. The error code returned is in the data.
  208. .
  209. MessageId=2023
  210. Severity=INFORMATIONAL
  211. Facility=Application
  212. SymbolicName=SMLOG_LOGGING_QUERY
  213. Language=English
  214. Log %1 has been started or restarted and is logging data to file %2.
  215. .
  216. MessageId=2024
  217. Severity=INFORMATIONAL
  218. Facility=Application
  219. SymbolicName=SMLOG_QUERY_STOPPED
  220. Language=English
  221. Log %1, logging data to file %2, has been stopped.
  222. .
  223. MessageId=2025
  224. Severity=WARNING
  225. Facility=Application
  226. SymbolicName=SMLOG_UNABLE_UPDATE_LOG
  227. Language=English
  228. An error occurred while trying to update the log file with the current data
  229. for the %1 log session. This log session will be stopped.
  230. The Pdh error returned is: %2.
  231. .
  232. MessageId=2026
  233. Severity=WARNING
  234. Facility=Application
  235. SymbolicName=SMLOG_UNABLE_WRITE_STOP_STATE
  236. Language=English
  237. An error occurred while trying to reset the current state of the %1 log or alert to Stopped.
  238. The service will continue, but the configuration of that log or alert might
  239. be incorrect.
  240. .
  241. MessageId=2027
  242. Severity=WARNING
  243. Facility=Application
  244. SymbolicName=SMLOG_UNABLE_RESET_START_TIME
  245. Language=English
  246. An error occurred while trying to reset the current manual start state
  247. of the %1 log or alert to match its current stopped state. The service
  248. will continue, but the configuration of that log or alert might be incorrect.
  249. .
  250. MessageId=2028
  251. Severity=WARNING
  252. Facility=Application
  253. SymbolicName=SMLOG_UNABLE_ADD_COUNTER
  254. Language=English
  255. The service was unable to add the counter '%1' to the %2 log or alert. This log or alert
  256. will continue, but data for that counter will not be collected.
  257. The error returned is: %3.
  258. .
  259. MessageId=2029
  260. Severity=WARNING
  261. Facility=Application
  262. SymbolicName=SMLOG_UNABLE_ADD_ANY_COUNTERS
  263. Language=English
  264. The service was unable to add any counters to the %1 log or alert.
  265. This log or alert will not be started.
  266. .
  267. MessageId=2030
  268. Severity=WARNING
  269. Facility=Application
  270. SymbolicName=SMLOG_UNABLE_PARSE_ALERT_INFO
  271. Language=English
  272. The service was unable to parse the alert info for the %2 alert so this counter
  273. will not be monitored.
  274. The path string in error is: %1
  275. .
  276. MessageId=2031
  277. Severity=Informational
  278. Facility=Application
  279. SymbolicName=SMLOG_ALERT_LIMIT_CROSSED
  280. Language=English
  281. Counter: %1 has tripped its alert threshold. The counter value of %2 is %3 the limit
  282. value of %4.
  283. .
  284. MessageId=2032
  285. Severity=WARNING
  286. Facility=Application
  287. SymbolicName=SMLOG_UNABLE_RESET_STOP_TIME
  288. Language=English
  289. An error occurred while trying to reset the current manual stop state
  290. of the %1 log or alert to match the its current stopped state. The service
  291. will continue, but the configuration of that log or alert might be incorrect.
  292. .
  293. MessageId=2033
  294. Severity=Warning
  295. Facility=Application
  296. SymbolicName=SMLOG_UNABLE_CREATE_RECONFIG_EVENT
  297. Language=English
  298. Unable to create the reconfigure event for the %1 log or alert configuration.
  299. This log or alert will not be started.
  300. The error code returned is in the data.
  301. .
  302. MessageId=2034
  303. Severity=Warning
  304. Facility=Application
  305. SymbolicName=SMLOG_UNABLE_COLLECT_DATA
  306. Language=English
  307. An error occurred while trying to collect data for the %1 alert scan.
  308. The service will continue, but that alert scan will be stopped.
  309. The error returned is: %2.
  310. .
  311. MessageId=2035
  312. Severity=WARNING
  313. Facility=Application
  314. SymbolicName=SMLOG_ADD_COUNTER_WARNING
  315. Language=English
  316. The addition of counter '%1' to the %2 log or alert generated a warning.
  317. Data for that counter might not be collected.
  318. The error returned is: %3.
  319. .
  320. MessageId=2036
  321. Severity=Warning
  322. Facility=Application
  323. SymbolicName=SMLOG_INVALID_LOG_FOLDER_START
  324. Language=English
  325. Unable to create the %1 folder for the %2 log configuration.
  326. This log will not be started.
  327. The error returned is: %3.
  328. .
  329. MessageId=2037
  330. Severity=INFORMATIONAL
  331. Facility=Application
  332. SymbolicName=SMLOG_ALERT_SCANNING
  333. Language=English
  334. Alert %1 has been started or restarted.
  335. .
  336. MessageId=2038
  337. Severity=WARNING
  338. Facility=Application
  339. SymbolicName=SMLOG_ALERT_CMD_FAIL
  340. Language=English
  341. Unable to execute command '%1' for the %2 alert.
  342. The alert will continue as scheduled.
  343. The error code returned is in the data.
  344. .
  345. MessageId=2039
  346. Severity=WARNING
  347. Facility=Application
  348. SymbolicName=SMLOG_LOG_CMD_FAIL
  349. Language=English
  350. Unable to execute command '%1' for the %2 log.
  351. The log will continue as scheduled.
  352. The error returned is: %3.
  353. .
  354. MessageId=2040
  355. Severity=WARNING
  356. Facility=Application
  357. SymbolicName=SMLOG_CMD_FILE_INVALID
  358. Language=English
  359. The service was unable to open the command or program file: %1. The %2 log or alert will
  360. continue as scheduled. Check the file for existence, spelling and permissions or reenter
  361. the file name using the configuration program.
  362. The error returned is: %3.
  363. .
  364. MessageId=2041
  365. Severity=Warning
  366. Facility=Application
  367. SymbolicName=SMLOG_UNABLE_ALLOC_LOG_MEMORY
  368. Language=English
  369. Unable to allocate memory while starting the %1 log.
  370. This log will not be started.
  371. The error code returned is in the data.
  372. .
  373. MessageId=2042
  374. Severity=WARNING
  375. Facility=Application
  376. SymbolicName=SMLOG_NET_MESSAGE_WARNING
  377. Language=English
  378. The service was unable to send a message for alert %1 to machine %2. The alert will
  379. continue as scheduled.
  380. The error returned is: %3.
  381. .
  382. MessageId=2043
  383. Severity=Warning
  384. Facility=Application
  385. SymbolicName=SMLOG_UNABLE_READ_ALERT_LOG
  386. Language=English
  387. Unable to read the configuration of the %1 log, started in response to the %2 alert trigger. The alert will
  388. continue as scheduled.
  389. .
  390. MessageId=2044
  391. Severity=Warning
  392. Facility=Application
  393. SymbolicName=SMLOG_UNABLE_START_ALERT_LOG
  394. Language=English
  395. Unable to start the %1 log in response to the %2 alert trigger. The alert will
  396. continue as scheduled.
  397. The error code returned is in the data.
  398. .
  399. MessageId=2046
  400. Severity=WARNING
  401. Facility=Application
  402. SymbolicName=SMLOG_UNABLE_ACCESS_COUNTER
  403. Language=English
  404. The service was unable to add the counter '%1' to the %2 log or alert.
  405. This log or alert will continue, but data for that counter will not be collected.
  406. Use the Run As option in the configuration program to run the log under
  407. an account that has access to the performance data on the computer
  408. from which you are collecting data.
  409. .
  410. MessageId=2047
  411. Severity=Warning
  412. Facility=Application
  413. SymbolicName=SMLOG_INVALID_LOG_FOLDER_STOP
  414. Language=English
  415. Unable to create the %1 folder for the %2 log configuration.
  416. This log will be stopped.
  417. The error returned is: %3.
  418. .
  419. MessageId=2048
  420. Severity=Warning
  421. Facility=Application
  422. SymbolicName=SMLOG_LOG_TYPE_NEW
  423. Language=English
  424. Creation of the %1 log or alert is not complete.
  425. This log will not be started.
  426. .
  427. MessageId=2049
  428. Severity=INFORMATIONAL
  429. Facility=Application
  430. SymbolicName=SMLOG_DEBUG_STARTING_SERVICE
  431. Language=English
  432. Starting service.
  433. .
  434. MessageId=2050
  435. Severity=INFORMATIONAL
  436. Facility=Application
  437. SymbolicName=SMLOG_DEBUG_HANDLER_REGISTERED
  438. Language=English
  439. Handler registered.
  440. .
  441. MessageId=2051
  442. Severity=INFORMATIONAL
  443. Facility=Application
  444. SymbolicName=SMLOG_DEBUG_CLEAR_RUN_STATES
  445. Language=English
  446. Clear run states.
  447. .
  448. MessageId=2052
  449. Severity=INFORMATIONAL
  450. Facility=Application
  451. SymbolicName=SMLOG_DEBUG_DEFAULT_FOLDER_LOADED
  452. Language=English
  453. Default folder loaded.
  454. .
  455. MessageId=2053
  456. Severity=INFORMATIONAL
  457. Facility=Application
  458. SymbolicName=SMLOG_DEBUG_EVENT_SOURCE_REGISTERED
  459. Language=English
  460. Event source registered.
  461. .
  462. MessageId=2054
  463. Severity=INFORMATIONAL
  464. Facility=Application
  465. SymbolicName=SMLOG_DEBUG_CONFIG_EVENT_CREATED
  466. Language=English
  467. Config event created.
  468. .
  469. MessageId=2055
  470. Severity=INFORMATIONAL
  471. Facility=Application
  472. SymbolicName=SMLOG_DEBUG_SERVICE_CTRL_DISP_STARTED
  473. Language=English
  474. Service control dispatcher started.
  475. .
  476. MessageId=2056
  477. Severity=Warning
  478. Facility=Application
  479. SymbolicName=SMLOG_OPEN_LOG_FILE_WARNING
  480. Language=English
  481. The open operation on log file: %1 for log %2 generated a warning.
  482. The log will continue.
  483. The warning returned is: %3.
  484. .
  485. MessageId=2057
  486. Severity=Warning
  487. Facility=Application
  488. SymbolicName=SMLOG_UNABLE_ALLOC_ALERT_MEMORY
  489. Language=English
  490. Unable to allocate memory while starting the %1 alert.
  491. This alert will not be started.
  492. The error code returned is in the data.
  493. .
  494. MessageId=2058
  495. Severity=Warning
  496. Facility=Application
  497. SymbolicName=SMLOG_UNABLE_OPEN_PDH_QUERY
  498. Language=English
  499. An error occurred while trying to open the %1 log or alert session.
  500. This session will be stopped.
  501. The Pdh error returned is: %2.
  502. .
  503. MessageId=2059
  504. Severity=Warning
  505. Facility=Application
  506. SymbolicName=SMLOG_INVALID_CREDENTIALS
  507. Language=English
  508. Invalid user name or password for the %1 log session.
  509. This session will not be started.
  510. .
  511. MessageId=2060
  512. Severity=Warning
  513. Facility=Application
  514. SymbolicName=SMLOG_UNABLE_PARSE_COUNTER
  515. Language=English
  516. The service was unable to parse the counter '%1' in the %2 log. This log
  517. will continue, but data for that counter will not be collected.
  518. The error returned is: %3.
  519. .
  520. MessageId=2061
  521. Severity=Warning
  522. Facility=Application
  523. SymbolicName=SMLOG_THREAD_FAILED
  524. Language=English
  525. Log %1 has failed. General internal application failure.
  526. .
  527. MessageId=2062
  528. Severity=Warning
  529. Facility=Application
  530. SymbolicName=SMLOG_TRACE_ALREADY_RUNNING
  531. Language=English
  532. Unable to start the trace session for the %1 trace log configuration.
  533. Only one instance of each trace provider can be enabled at any given time.
  534. .
  535. MessageId=2063
  536. Severity=Error
  537. Facility=Application
  538. SymbolicName=SMLOG_UNABLE_REGISTER_WMI
  539. Language=English
  540. Unable to register for WMI notification. Win32 error code returned
  541. is in the data.
  542. .
  543. MessageId=2064
  544. Severity=Warning
  545. Facility=Application
  546. SymbolicName=SMLOG_OPEN_QUERY_TIMEOUT
  547. Language=English
  548. The service was unable to start the %1 log or alert. The open operation
  549. has timed out. The operation will be retried %2 times. This timeout
  550. can occur when another log or alert is waiting to connect to a remote
  551. computer, or when data collection is taking a long time.
  552. .
  553. MessageId=2065
  554. Severity=Warning
  555. Facility=Application
  556. SymbolicName=SMLOG_ADD_COUNTER_TIMEOUT
  557. Language=English
  558. The service was unable to add the counter %1 to the %2 log or alert.
  559. The add operation has timed out. The operation will be retried %3 times.
  560. This timeout can occur when another log or alert is waiting to connect
  561. to a remote computer, or when data collection is taking a long time.
  562. .
  563. ;#endif //_SML_MSG_H_
  564. ;// end of generated file