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.

546 lines
12 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Microsoft Windows
  4. ;Copyright (c) Microsoft Corporation, 1994 - 1999.
  5. ;
  6. ;Module Name:
  7. ;
  8. ; cimsg.mc
  9. ;
  10. ;Abstract:
  11. ;
  12. ; This file contains the message definitions for the content index.
  13. ;
  14. ;Author:
  15. ;
  16. ; DwightKr 06-Jul-1994
  17. ;
  18. ;Revision History:
  19. ;
  20. ;Notes: MessageIds in the range 0x0001 - 0x1000 are categories
  21. ; 0x1001 - 0x1FFF are events
  22. ;
  23. ; A .mc file is compiled by the MC tool to generate a .h file and
  24. ; a .rc (resource compiler script) file.
  25. ;
  26. ; The LanguageNames keyword defines the set of names that are allowed
  27. ; as the value of the Language keyword in the message definition. The
  28. ; set is delimited by left and right parentheses. Associated with each
  29. ; language name is a number and a file name that are used to name the
  30. ; generated resource file that contains the messages for that
  31. ; language. The number corresponds to the language identifier to use
  32. ; in the resource table. The number is separated from the file name
  33. ; with a colon.
  34. ;
  35. ;--*/
  36. ;#ifndef _CIMSGEVENTLOG_H_
  37. ;#define _CIMSGEVENTLOG_H_
  38. ;#ifndef FACILITY_WINDOWS
  39. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  40. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  41. Warning=0x2:STATUS_SEVERITY_WARNING
  42. Error=0x3:STATUS_SEVERITY_ERROR
  43. )
  44. FacilityNames=(System=0x0:FACILITY_NULL
  45. Interface=0x4:FACILITY_ITF
  46. Windows=0x8:FACILITY_WINDOWS
  47. )
  48. LanguageNames=(English=0x409:MSA00409)
  49. MessageId=0x0000 Facility=System Severity=Success SymbolicName=NOT_AN_ERROR3
  50. Language=English
  51. NOTE: This dummy error message is necessary to force MC to output
  52. the above defines inside the FACILITY_WINDOWS guard instead
  53. of leaving it empty.
  54. .
  55. ;#endif // FACILITY_WINDOWS
  56. MessageId=0x0001
  57. Severity=Success
  58. Facility=System
  59. SymbolicName=CI_SERVICE_CATEGORY
  60. Language=English
  61. CI Service
  62. .
  63. ;//
  64. ;// messages 1001 - 1FFF come from query.dll.
  65. ;//
  66. MessageId=0x1001
  67. Severity=Success
  68. Facility=System
  69. SymbolicName=MSG_CI_SERVICE_STARTUP
  70. Language=English
  71. The CI service has successfully started.
  72. .
  73. MessageId=0x1002
  74. Severity=Success
  75. Facility=System
  76. SymbolicName=MSG_CI_SERVICE_SHUTDOWN
  77. Language=English
  78. The CI service has been shutdown.
  79. .
  80. ;//MessageId=0x1003
  81. ;//Severity=Warning
  82. ;//Facility=System
  83. ;//SymbolicName=MSG_CI_SERVICE_HUNG_DAEMON
  84. ;//Language=English
  85. ;//The CI daemon was hung and subsequently restarted.
  86. ;//.
  87. ;
  88. ;//MessageId=0x1004
  89. ;//Severity=Warning
  90. ;//Facility=System
  91. ;//SymbolicName=MSG_CI_SERVICE_HUNG_FILTER
  92. ;//Language=English
  93. ;//The content index filter was hung while filtering "%1". The CI daemon
  94. ;// was restarted. Please check the validity of the filter for objects of this
  95. ;// class.
  96. ;//.
  97. MessageId=0x1005
  98. Severity=Warning
  99. Facility=System
  100. SymbolicName=MSG_CI_SERVICE_TOO_MANY_BLOCKS
  101. Language=English
  102. The content index filter for file "%1" generated content data more than %2
  103. times the file's size.
  104. .
  105. MessageId=0x1006
  106. Severity=Informational
  107. Facility=System
  108. SymbolicName=MSG_CI_MASTER_MERGE_STARTED
  109. Language=English
  110. Master merge has started on %1.
  111. .
  112. MessageId=0x1007
  113. Severity=Informational
  114. Facility=System
  115. SymbolicName=MSG_CI_MASTER_MERGE_COMPLETED
  116. Language=English
  117. Master merge has completed on %2.
  118. .
  119. MessageId=0x1008
  120. Severity=Informational
  121. Facility=System
  122. SymbolicName=MSG_CI_MASTER_MERGE_ABORTED
  123. Language=English
  124. Master merge has been paused on %2 due to error %3.
  125. It will be rescheduled later.
  126. .
  127. MessageId=0x1009
  128. Severity=Error
  129. Facility=System
  130. SymbolicName=MSG_CI_MASTER_MERGE_CANT_START
  131. Language=English
  132. Master merge cannot be started on %2 due to error %3.
  133. .
  134. MessageId=0x100a
  135. Severity=Error
  136. Facility=System
  137. SymbolicName=MSG_CI_MASTER_MERGE_CANT_RESTART
  138. Language=English
  139. Master merge cannot be re-started on %2 due to error %3.
  140. .
  141. MessageId=0x100b
  142. Severity=Error
  143. Facility=System
  144. SymbolicName=MSG_CI_FILE_NOT_FILTERED
  145. Language=English
  146. The content index could not filter file %2. The filter operation was retried
  147. %3 times without success.
  148. .
  149. MessageId=0x100c
  150. Severity=Informational
  151. Facility=System
  152. SymbolicName=MSG_CI_MASTER_MERGE_STARTED_SHADOW_INDEX_SIZE
  153. Language=English
  154. Master merge was started on %2 because the size of the shadow indexes
  155. is more than %3% of the disk.
  156. .
  157. MessageId=0x100d
  158. Severity=Informational
  159. Facility=System
  160. SymbolicName=MSG_CI_MASTER_MERGE_STARTED_FRESH_LIST_COUNT
  161. Language=English
  162. Master merge was started on %2 because more than %3 documents have changed
  163. since the last master merge.
  164. .
  165. MessageId=0x100e
  166. Severity=Informational
  167. Facility=System
  168. SymbolicName=MSG_CI_MASTER_MERGE_STARTED_TOTAL_DISK_SPACE_USED
  169. Language=English
  170. Master merge was started on %2 because the amount of remaining disk
  171. space was less than %3%.
  172. .
  173. MessageId=0x100f
  174. Severity=Error
  175. Facility=System
  176. SymbolicName=MSG_CI_SERVICE_FAILURE
  177. Language=English
  178. The NTFS filter service failed with error code %1.
  179. .
  180. MessageId=0x1010
  181. Severity=Error
  182. Facility=System
  183. SymbolicName=MSG_CI_FILE_NOT_FOUND
  184. Language=English
  185. The filter service could not run since file %1 could not be found on your
  186. system.
  187. .
  188. MessageId=0x1011
  189. Severity=Informational
  190. Facility=System
  191. SymbolicName=MSG_CI_FULLSCAN_REQUIRED
  192. Language=English
  193. An error has been detected on %2 which requires a full content scan.
  194. .
  195. MessageId=0x1012
  196. Severity=Informational
  197. Facility=System
  198. SymbolicName=MSG_CI_PARTIALSCAN_REQUIRED
  199. Language=English
  200. An error has been detected on %2 which requires a partial content scan.
  201. .
  202. MessageId=0x1013
  203. Severity=Informational
  204. Facility=System
  205. SymbolicName=MSG_CI_FULLSCAN_STARTED
  206. Language=English
  207. A full content scan has started on %2.
  208. .
  209. MessageId=0x1014
  210. Severity=Informational
  211. Facility=System
  212. SymbolicName=MSG_CI_PARTIALSCAN_STARTED
  213. Language=English
  214. A partial content scan has started on %2.
  215. .
  216. MessageId=0x1015
  217. Severity=Informational
  218. Facility=System
  219. SymbolicName=MSG_CI_SCAN_COMPLETED
  220. Language=English
  221. A content scan has completed on %2.
  222. .
  223. MessageId=0x1016
  224. Severity=Informational
  225. Facility=System
  226. SymbolicName=MSG_CI_CONTENTSCAN_FAILED
  227. Language=English
  228. A content scan could not be completed on %1.
  229. .
  230. MessageId=0x1017
  231. Severity=Warning
  232. Facility=System
  233. SymbolicName=MSG_CI_EMBEDDINGS_COULD_NOT_BE_FILTERED
  234. Language=English
  235. One or more embeddings in file %1 could not be filtered.
  236. .
  237. MessageId=0x1018
  238. Severity=Informational
  239. Facility=System
  240. SymbolicName=MSG_CI_UNKNOWN_FILTER_EXTENSION
  241. Language=English
  242. Class for extension %1 unknown. Sample
  243. file: %2
  244. .
  245. MessageId=0x1019
  246. Severity=Informational
  247. Facility=System
  248. SymbolicName=MSG_CI_MASTER_MERGE_RESTARTED
  249. Language=English
  250. Master merge has restarted on %2.
  251. .
  252. MessageId=0x101a
  253. Severity=Warning
  254. Facility=System
  255. SymbolicName=MSG_CI_SERVICE_MISSING
  256. Language=English
  257. The CI filter daemon has prematurly terminated and will be and subsequently
  258. restarted.
  259. .
  260. MessageId=0x101b
  261. Severity=Warning
  262. Facility=System
  263. SymbolicName=MSG_CI_CORRUPT_INDEX_REMOVED
  264. Language=English
  265. Content index metadata on drive %2 is corrupt. Index will be automatically
  266. restored. Running chkdsk /f is recommended.
  267. .
  268. MessageId=0x101c
  269. Severity=Warning
  270. Facility=System
  271. SymbolicName=MSG_CI_CORRUPT_INDEX_DOWNLEVEL
  272. Language=English
  273. Content index on %1 is corrupt. Please shutdown and restart
  274. the Indexing Service (cisvc).
  275. .
  276. MessageId=0x101d
  277. Severity=Informational
  278. Facility=System
  279. SymbolicName=MSG_CI_CORRUPT_INDEX_DOWNLEVEL_COMPONENT
  280. Language=English
  281. Content index corruption detected in component %1.
  282. Stack trace is %2.
  283. .
  284. MessageId=0x101e
  285. Severity=Warning
  286. Facility=System
  287. SymbolicName=MSG_CI_CORRUPT_INDEX_DOWNLEVEL_REMOVED
  288. Language=English
  289. Cleaning up corrupt content index metadata on %1. Index will
  290. be automatically restored by refiltering all documents.
  291. .
  292. MessageId=0x101f
  293. Severity=Warning
  294. Facility=System
  295. SymbolicName=MSG_CI_INIT_INDEX_DOWNLEVEL_FAILED
  296. Language=English
  297. Content index on %1 could not be initialized. Error %2.
  298. .
  299. MessageId=0x1020
  300. Severity=Warning
  301. Facility=System
  302. SymbolicName=MSG_CI_INDEX_DOWNLEVEL_ERROR
  303. Language=English
  304. Error %1 detected in content index on %2.
  305. .
  306. MessageId=0x1021
  307. Severity=Informational
  308. Facility=System
  309. SymbolicName=MSG_CI_PROPSTORE_RECOVERY_START
  310. Language=English
  311. Recovery is starting on PropertyStore in catalog %1.
  312. .
  313. MessageId=0x1022
  314. Severity=Success
  315. Facility=System
  316. SymbolicName=MSG_CI_PROPSTORE_RECOVERY_COMPLETED
  317. Language=English
  318. Recovery was performed successfully on PropertyStore in catalog %1.
  319. .
  320. MessageId=0x1023
  321. Severity=Informational
  322. Facility=System
  323. SymbolicName=MSG_CI_PROPSTORE_INCONSISTENT
  324. Language=English
  325. PropertyStore inconsistency detected in catalog %1.
  326. .
  327. MessageId=0x1024
  328. Severity=Warning
  329. Facility=System
  330. SymbolicName=MSG_CI_PROPSTORE_RECOVERY_INCONSISTENT
  331. Language=English
  332. %1 inconsistencies were detected in PropertyStore during recovery of catalog %2.
  333. .
  334. MessageId=0x1025
  335. Severity=Warning
  336. Facility=System
  337. SymbolicName=MSG_CI_LOW_DISK_SPACE
  338. Language=English
  339. Very low disk space was detected on drive %1. Please free up at least %2MB of
  340. space for content index to continue.
  341. .
  342. MessageId=0x1026
  343. Severity=Error
  344. Facility=System
  345. SymbolicName=MSG_CI_NOTIFICATIONS_TURNED_OFF
  346. Language=English
  347. File change notifications are turned off for scope %1 because of error %2. This
  348. scope will be periodically scanned.
  349. .
  350. MessageId=0x1027
  351. Severity=Warning
  352. Facility=System
  353. SymbolicName=MSG_CI_NOTIFICATIONS_NOT_STARTED
  354. Language=English
  355. File change notifications for scope %1 are not enabled because of error %2. This scope will be
  356. periodically scanned.
  357. .
  358. MessageId=0x1028
  359. Severity=Error
  360. Facility=System
  361. SymbolicName=MSG_CI_REMOTE_LOGON_FAILURE
  362. Language=English
  363. %1 failed to logon %2 because of error %3.
  364. .
  365. MessageId=0x1029
  366. Severity=Informational
  367. Facility=System
  368. SymbolicName=MSG_CI_STARTED
  369. Language=English
  370. CI has started for catalog %1.
  371. .
  372. MessageId=0x102a
  373. Severity=Informational
  374. Facility=System
  375. SymbolicName=MSG_CI_CORRUPT_INDEX_COMPONENT
  376. Language=English
  377. Content index corruption detected in component %2 in catalog %3.
  378. Stack trace is %4.
  379. .
  380. MessageId=0x102b
  381. Severity=Error
  382. Facility=System
  383. SymbolicName=MSG_CI_PATH_TOO_LONG
  384. Language=English
  385. The path %1 is too long for Content Index.
  386. .
  387. MessageId=0x102c
  388. Severity=Informational
  389. Facility=System
  390. SymbolicName=MSG_CI_DFS_SHARE_DETECTED
  391. Language=English
  392. Notifications are not enabled on %1 because this is a DFS aware share.
  393. This scope will be periodically scanned.
  394. .
  395. MessageId=0x102d
  396. Severity=Error
  397. Facility=System
  398. SymbolicName=MSG_CI_BAD_SYSTEM_TIME
  399. Language=English
  400. Please check your system time.
  401. It might be set to an invalid value.
  402. .
  403. MessageId=0x102e
  404. Severity=Informational
  405. Facility=System
  406. SymbolicName=MSG_CI_VROOT_ADDED
  407. Language=English
  408. Added virtual root %1 to index. Mapped to %2.
  409. .
  410. MessageId=0x102f
  411. Severity=Informational
  412. Facility=System
  413. SymbolicName=MSG_CI_VROOT_REMOVED
  414. Language=English
  415. Removed virtual root %1 from index.
  416. .
  417. MessageId=0x1030
  418. Severity=Informational
  419. Facility=System
  420. SymbolicName=MSG_CI_PROOT_ADDED
  421. Language=English
  422. Added scope %1 to index.
  423. .
  424. MessageId=0x1031
  425. Severity=Informational
  426. Facility=System
  427. SymbolicName=MSG_CI_PROOT_REMOVED
  428. Language=English
  429. Removed scope %1 from index.
  430. .
  431. MessageId=0x1032
  432. Severity=Error
  433. Facility=System
  434. SymbolicName=MSG_CI_NO_INTERACTIVE_LOGON_PRIVILEGE
  435. Language=English
  436. Account %1 does not have interactive logon privilege on this computer.
  437. You can give %1 interactive logon privilege on this computer using the
  438. user manager administrative tool.
  439. .
  440. MessageId=0x1033
  441. Severity=Error
  442. Facility=System
  443. SymbolicName=MSG_CI_IISADMIN_NOT_AVAILABLE
  444. Language=English
  445. The IISADMIN service is not available, so virtual roots cannot be indexed.
  446. .
  447. MessageId=0x1034
  448. Severity=Warning
  449. Facility=System
  450. SymbolicName=MSG_CI_DELETE_8DOT3_NAME
  451. Language=English
  452. Delete of file "%1" caused a rescan because it was potentially a short filename.
  453. Avoid use of names with the character "~" in them or disable "8 DOT 3" name creation.
  454. .
  455. MessageId=0x1035
  456. Severity=Warning
  457. Facility=System
  458. SymbolicName=MSG_CI_USN_LOG_UNREADABLE
  459. Language=English
  460. Read of USN log for NTFS volume %1 failed with error code %2. Volume will remain
  461. offline until the Indexing Service (cisvc) is restarted.
  462. .
  463. MessageId=0x1036
  464. Severity=Informational
  465. Facility=System
  466. SymbolicName=MSG_CI_SERVICE_SUPPRESSED
  467. Language=English
  468. The CI service attempted to startup but was suppressed because the DonotStartCiSvc registry
  469. parameter was set.
  470. .
  471. MessageId=0x1037
  472. Severity=Warning
  473. Facility=System
  474. SymbolicName=MSG_CI_TOO_MANY_CATALOGS
  475. Language=English
  476. The MaxCatalogs limit has been reached, so the catalog in %1 can't be opened.
  477. .
  478. ;#endif // _CIMSGEVENTLOG_H_