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.

349 lines
8.2 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (C) Microsoft Corporation, 1994 - 1997
  4. ;
  5. ;Module Name:
  6. ;
  7. ; idqmsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the content index.
  12. ;
  13. ;Author:
  14. ;
  15. ; DwightKr 06-Jul-1994
  16. ; AlanW 15 Jan 1997 Split from cimsg.mc
  17. ;
  18. ;Revision History:
  19. ;
  20. ;Notes: MessageIds in the range 0x0001 - 0x1000 are categories
  21. ; 0x1001 - 0x1FFF are events
  22. ; 0x2001 - 0x2FFF are for IDQ.DLL
  23. ; 0x3001 - 0x3FFF are for WEBHITS.EXE
  24. ;
  25. ; A .mc file is compiled by the MC tool to generate a .h file and
  26. ; a .rc (resource compiler script) file.
  27. ;
  28. ; The LanguageNames keyword defines the set of names that are allowed
  29. ; as the value of the Language keyword in the message definition. The
  30. ; set is delimited by left and right parentheses. Associated with each
  31. ; language name is a number and a file name that are used to name the
  32. ; generated resource file that contains the messages for that
  33. ; language. The number corresponds to the language identifier to use
  34. ; in the resource table. The number is separated from the file name
  35. ; with a colon.
  36. ;
  37. ;--*/
  38. ;#ifndef _IDQMSG_H_
  39. ;#define _IDQMSG_H_
  40. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  41. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  42. Warning=0x2:STATUS_SEVERITY_WARNING
  43. Error=0x3:STATUS_SEVERITY_ERROR
  44. )
  45. LanguageNames=(English=0x409:MSC00001)
  46. MessageId=0x2001
  47. Severity=Error
  48. SymbolicName=MSG_IDQ_FILE_MESSAGE
  49. Language=English
  50. File %1.%b%b
  51. .
  52. MessageId=+1
  53. Severity=Error
  54. SymbolicName=MSG_IDQ_FILE_LINE_MESSAGE
  55. Language=English
  56. File %1, line %2!d!.%b%b
  57. .
  58. MessageId=0x2003
  59. Severity=Error
  60. SymbolicName=MSG_CI_IDQ_EXPECTING_NAME
  61. Language=English
  62. Expecting property name on line %1!d! in file %2.
  63. .
  64. MessageId=0x2004
  65. Severity=Error
  66. SymbolicName=MSG_CI_IDQ_EXPECTING_TYPE
  67. Language=English
  68. Expecting type specifier on line %1!d! in file %2.
  69. .
  70. MessageId=0x200F
  71. Severity=Error
  72. SymbolicName=MSG_CI_IDQ_EXPECTING_EQUAL
  73. Language=English
  74. Expecting an equal sign '=' on line %1!d! in file %2.
  75. .
  76. MessageId=0x2024
  77. Severity=Error
  78. SymbolicName=MSG_CI_HTX_NO_ENDDETAIL_SECTION
  79. Language=English
  80. A <%%BeginDetail%%> section was found on line %1!d! in the HTX file %2, without a matching
  81. <%%EndDetail%%> section.
  82. .
  83. MessageId=+1
  84. Severity=Error
  85. SymbolicName=MSG_CI_HTX_NO_BEGINDETAIL_SECTION
  86. Language=English
  87. An <%%EndDetail%%> section was found on line %1!d! in the HTX file %2, without a matching
  88. <%%BeginDetail%%> section.
  89. .
  90. MessageId=+1
  91. Severity=Error
  92. SymbolicName=MSG_CI_HTX_ENDDETAIL_BEFORE_BEGINDETAIL
  93. Language=English
  94. An <%%EndDetail%%> section was found on line %1!d! in the HTX file %2 before a
  95. <%%BeginDetail%%> section.
  96. .
  97. MessageId=+1
  98. Severity=Error
  99. SymbolicName=MSG_CI_HTX_EXPECTING_OPERATOR
  100. Language=English
  101. Expecting an operator in <%%if ...%%> statement.
  102. .
  103. MessageId=+1
  104. Severity=Error
  105. SymbolicName=MSG_CI_HTX_EXPECTING_ELSE_ENDIF
  106. Language=English
  107. An <%%if ...%%> was found without a matching <%%else%%> or <%%endif%%>.
  108. .
  109. MessageId=+1
  110. Severity=Error
  111. SymbolicName=MSG_CI_HTX_ELSEENDIF_WITHOUT_IF
  112. Language=English
  113. An <%%else%%> or <%%endif%%> was found without a matching <%%if ...%%>.
  114. .
  115. MessageId=+1
  116. Severity=Error
  117. SymbolicName=MSG_CI_HTX_INVALID_VIRTUAL_ROOT
  118. Language=English
  119. The HTX file specified could not be found in any virtual or physical path.
  120. .
  121. MessageId=+1
  122. Severity=Error
  123. SymbolicName=MSG_CI_HTX_TOO_MANY_INCLUDES
  124. Language=English
  125. The HTX file %2 uses too many includes on line %1!d!.
  126. .
  127. MessageId=+1
  128. Severity=Error
  129. SymbolicName=MSG_CI_HTX_ILL_FORMED_INCLUDE
  130. Language=English
  131. The HTX file %2 contains an ill-formed include statement on line %1!d!.
  132. .
  133. MessageId=+1
  134. Severity=Error
  135. SymbolicName=MSG_CI_HTX_INVALID_INCLUDE_FILENAME
  136. Language=English
  137. The include filename is invalid in file %2 on line %1!d!.
  138. .
  139. MessageId=+1
  140. Severity=Error
  141. SymbolicName=MSG_CI_HTX_MISSING_QUOTE
  142. Language=English
  143. An opening quote (") was found without a matching closing quote.
  144. .
  145. MessageId=+1
  146. Severity=Error
  147. SymbolicName=MSG_CI_HTX_MISSING_BRACKET
  148. Language=English
  149. An opening bracket "{" was found without a matching closing bracket.
  150. .
  151. MessageId=+1
  152. Severity=Error
  153. SymbolicName=MSG_CI_IDQ_MISSING_RESTRICTION
  154. Language=English
  155. A restriction must be specified in the IDQ file %2.
  156. .
  157. MessageId=+1
  158. Severity=Error
  159. SymbolicName=MSG_CI_IDQ_MISSING_SCOPE
  160. Language=English
  161. A scope must be specified in the IDQ file %2.
  162. .
  163. MessageId=+1
  164. Severity=Error
  165. SymbolicName=MSG_CI_IDQ_MISSING_TEMPLATEFILE
  166. Language=English
  167. A template file must be specified in the IDQ file %2.
  168. .
  169. MessageId=+1
  170. Severity=Error
  171. SymbolicName=MSG_CI_IDQ_MISSING_OUTPUTCOLUMNS
  172. Language=English
  173. One or more output columns must be specified in the IDQ file %2.
  174. .
  175. MessageId=+1
  176. Severity=Error
  177. SymbolicName=MSG_CI_IDQ_NO_SUCH_COLUMN_PROPERTY
  178. Language=English
  179. Invalid property found in the 'CiColumns=' specification in file %2.
  180. .
  181. MessageId=0x2037
  182. Severity=Error
  183. SymbolicName=MSG_CI_IDQ_NO_SUCH_CATALOG
  184. Language=English
  185. The catalog directory can not be found in the location specified by
  186. 'CiCatalog=' in file %2.
  187. .
  188. MessageId=+1
  189. Severity=Error
  190. SymbolicName=MSG_CI_IDQ_DUPLICATE_ENTRY
  191. Language=English
  192. The IDQ file %2 contains a duplicate entry on line %1!d!.
  193. .
  194. MessageId=+1
  195. Severity=Error
  196. SymbolicName=MSG_CI_IDQ_EXPECTING_TRUEFALSE
  197. Language=English
  198. Expecting TRUE or FALSE in IDQ file %2 on line 'CiForceUseCi= or CiDeferNonIndexedTrimming='.
  199. .
  200. MessageId=+1
  201. Severity=Error
  202. SymbolicName=MSG_CI_IDQ_EXPECTING_SHALLOWDEEP
  203. Language=English
  204. Expecting SHALLOW or DEEP in IDQ file %2 on line 'CiFlags='.
  205. .
  206. MessageId=+1
  207. Severity=Error
  208. SymbolicName=MSG_CI_IDQ_INVALID_LOCALE
  209. Language=English
  210. An invalid locale was specified on the 'CiLocale=' line in IDQ file %2.
  211. .
  212. MessageId=+1
  213. Severity=Error
  214. SymbolicName=MSG_CI_IDQ_NO_SUCH_TEMPLATE
  215. Language=English
  216. The template file can not be found in the location specified by
  217. 'CiTemplate=' in file %2.
  218. .
  219. MessageId=+1
  220. Severity=Error
  221. SymbolicName=MSG_CI_IDQ_DUPLICATE_COLUMN
  222. Language=English
  223. Duplicate column, possibly by a column alias, found in the 'CiColumns=' specification in file %2.
  224. .
  225. MessageId=+1
  226. Severity=Error
  227. SymbolicName=MSG_CI_IDQ_NOT_FOUND
  228. Language=English
  229. The IDQ file %2 could not be found.
  230. .
  231. MessageId=+1
  232. Severity=Error
  233. SymbolicName=MSG_CI_SCRIPTS_ON_REMOTE_UNC
  234. Language=English
  235. The file %2 is on a network share. IDQ, IDA and HTX files cannot be placed on
  236. a network share.
  237. .
  238. MessageId=+1
  239. Severity=Error
  240. SymbolicName=MSG_CI_IDA_TEMPLATE_DETAIL_SECTION
  241. Language=English
  242. Template for IDA file %2 cannot have detail section.
  243. .
  244. MessageId=+1
  245. Severity=Error
  246. SymbolicName=MSG_CI_IDA_INVALID_OPERATION
  247. Language=English
  248. Operation on line %1!d! of IDA file %2 is invalid.
  249. .
  250. MessageId=+1
  251. Severity=Error
  252. SymbolicName=MSG_CI_WQCACHE_FULL
  253. Language=English
  254. The query failed because the WEB server is busy processing other requests.
  255. .
  256. MessageId=+1
  257. Severity=Error
  258. SymbolicName=MSG_CI_HTX_ISTYPEEQUAL_WITH_CONSTANTS
  259. Language=English
  260. One of the values in an IsTypeEq condition must be a variable. You used two
  261. constants.
  262. .
  263. MessageId=+1
  264. Severity=Error
  265. SymbolicName=MSG_CI_HTX_ISTYPEEQUAL_INVALID_CONSTANT
  266. Language=English
  267. Constants used in IsTypeEq conditions must be unsigned integers, not floats, guids, etc.
  268. .
  269. MessageId=+1
  270. Severity=Error
  271. SymbolicName=MSG_CI_IDQ_BAD_SCOPE_OR_CATALOG
  272. Language=English
  273. An invalid 'CiScope=' or 'CiCatalog=' was specified in file %2.
  274. .
  275. MessageId=+1
  276. Severity=Error
  277. SymbolicName=MSG_CI_IDQ_CISVC_NOT_RUNNING
  278. Language=English
  279. The Content Index Service referenced in file %2 is not running.
  280. .
  281. ;//
  282. ;// The following maessages are for HTTP status errors. They need to stay in order.
  283. ;//
  284. MessageId=0x2050
  285. Severity=Error
  286. SymbolicName=MSG_CI_ACCESS_DENIED
  287. Language=English
  288. Access denied.
  289. .
  290. MessageId=0x2051
  291. Severity=Error
  292. SymbolicName=MSG_CI_SERVICE_UNAVAIL
  293. Language=English
  294. Server too busy.
  295. .
  296. MessageId=0x2052
  297. Severity=Error
  298. SymbolicName=MSG_CI_SERVER_ERROR
  299. Language=English
  300. Unexpected server error.
  301. .
  302. ;#endif // _IDQMSG_H_