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.

312 lines
10 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1997 - 1999
  6. ;//
  7. ;// File: mscep.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;/* autolog.mc
  11. ;
  12. ; Error messages for the MSCEP.dll
  13. ;
  14. ; 11-July-2001 - xiaohs Created. */
  15. MessageIdTypedef=DWORD
  16. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  17. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  18. Warning=0x2:STATUS_SEVERITY_WARNING
  19. Error=0x3:STATUS_SEVERITY_ERROR
  20. )
  21. MessageId=0x1
  22. Severity=Success
  23. SymbolicName=EVENT_MSCEP_LOADED
  24. Language=English
  25. SCEP Add-on is successfully loaded and initialized.
  26. .
  27. MessageId=0x2
  28. Severity=Error
  29. SymbolicName=EVENT_MSCEP_FAILED_TO_LOAD
  30. Language=English
  31. SCEP Add-on cannot be loaded (%1). %2
  32. .
  33. MessageId=0x3
  34. Severity=Success
  35. SymbolicName=EVENT_MSCEP_UNLOADED
  36. Language=English
  37. SCEP Add-on is successfully unloaded.
  38. .
  39. MessageId=0x4
  40. Severity=Error
  41. SymbolicName=EVENT_MSCEP_FAILED_TO_UNLOAD
  42. Language=English
  43. SCEP Add-on cannot be unloaded (%1). %2
  44. .
  45. MessageId=0x5
  46. Severity=Informational
  47. SymbolicName=EVENT_MSCEP_NO_PASSWORD_ANONYMOUS
  48. Language=English
  49. SCEP password is requested using anonymous access. Password is not granted. Users will request password again by integrated windows authentication allowed by default SCEP configuration. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  50. .
  51. MessageId=0x6
  52. Severity=Error
  53. SymbolicName=EVENT_MSCEP_NO_PASSWORD_TEMPLATE
  54. Language=English
  55. SCEP Add-on cannot issue password because the user does not have enroll access to the IPSEC intermediate offline certificate template or the template is not issued by the Certification Authority. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  56. .
  57. MessageId=0x7
  58. Severity=Error
  59. SymbolicName=EVENT_MSCEP_GET_CA_CERT_FAILED
  60. Language=English
  61. SCEP GetCACertificate failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  62. .
  63. MessageId=0x8
  64. Severity=Error
  65. SymbolicName=EVENT_MSCEP_FAILED_CA_INFO
  66. Language=English
  67. SCEP Add-on cannot retrieve certificate service configuration information (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  68. .
  69. MessageId=0x9
  70. Severity=Error
  71. SymbolicName=EVENT_MSCEP_FAILED_CA_CERT
  72. Language=English
  73. SCEP Add-on cannot retrieve CA's certificate (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  74. .
  75. MessageId=0xa
  76. Severity=Error
  77. SymbolicName=EVENT_MSCEP_FAILED_RA_CERT
  78. Language=English
  79. SCEP Add-on cannot retrieve RA's certificates (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  80. .
  81. MessageId=0xb
  82. Severity=Error
  83. SymbolicName=EVENT_MSCEP_NO_OPERATION
  84. Language=English
  85. HTTP message from the client contains invalid operation tag. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  86. .
  87. MessageId=0xc
  88. Severity=Error
  89. SymbolicName=EVENT_MSCEP_NO_MESSAGE
  90. Language=English
  91. HTTP message from the client contains invalid message tag. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  92. .
  93. MessageId=0xd
  94. Severity=Error
  95. SymbolicName=EVENT_MSCEP_FAIL_TO_ENCRYPT
  96. Language=English
  97. SCEP Add-on cannot encrypt the return CertRep (3) message to the client's certificate (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  98. .
  99. MessageId=0xe
  100. Severity=Error
  101. SymbolicName=EVENT_MSCEP_FAIL_TO_SIGN
  102. Language=English
  103. SCEP Add-on failed to sign the return CertRep (3) message (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  104. .
  105. MessageId=0xf
  106. Severity=Error
  107. SymbolicName=EVENT_MSCEP_FAIL_TO_CONVERT
  108. Language=English
  109. SCEP Add-on cannot converts escape sequences in the client's HTTP Get message back into ordinary characters (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  110. .
  111. MessageId=0x10
  112. Severity=Error
  113. SymbolicName=EVENT_MSCEP_FAIL_TO_DECODE
  114. Language=English
  115. SCEP Add-on cannot base-64 decode the client's HTTP Get message (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  116. .
  117. MessageId=0x11
  118. Severity=Error
  119. SymbolicName=EVENT_MSCEP_FAIL_TO_RETRIEVE_INFO
  120. Language=English
  121. SCEP Add-on cannot retrieve required information from the client's PKCS7 message, such as Transaction ID, Message Type, or Signing Certificate (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  122. .
  123. MessageId=0x12
  124. Severity=Error
  125. SymbolicName=EVENT_MSCEP_FAIL_TO_DECRYPT_INNER
  126. Language=English
  127. SCEP Add-on cannot decrypt the inner content of the client's PKCS7 message (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  128. .
  129. MessageId=0x13
  130. Severity=Error
  131. SymbolicName=EVENT_MSCEP_FAIL_TO_GET_CERT_FROM_NUMBER
  132. Language=English
  133. SCEP Add-on cannot find a valid certificate based on the serial number in the client's PKCS7 message (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  134. .
  135. MessageId=0x14
  136. Severity=Error
  137. SymbolicName=EVENT_MSCEP_FAIL_GET_CRL
  138. Language=English
  139. SCEP GetCRL (22) failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  140. .
  141. MessageId=0x15
  142. Severity=Error
  143. SymbolicName=EVENT_MSCEP_FAIL_GET_CERT
  144. Language=English
  145. SCEP GetCert (21) failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  146. .
  147. MessageId=0x16
  148. Severity=Error
  149. SymbolicName=EVENT_MSCEP_FAIL_GET_CERT_INITIAL
  150. Language=English
  151. SCEP GetCertInitial (20) failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  152. .
  153. MessageId=0x17
  154. Severity=Error
  155. SymbolicName=EVENT_MSCEP_FAIL_CERT_REQ
  156. Language=English
  157. SCEP PKCSReq (19) failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  158. .
  159. MessageId=0x18
  160. Severity=Error
  161. SymbolicName=EVENT_MSCEP_FAIL_NUMBER_FROM_MESSAGE
  162. Language=English
  163. SCEP Add-on cannot find the certificate's serial number in the client's PKCS7 message (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  164. .
  165. MessageId=0x19
  166. Severity=Error
  167. SymbolicName=EVENT_MSCEP_FAIL_TO_GET_ID
  168. Language=English
  169. SCEP Add-on cannot find a valid certificate request ID based on the transaction ID in the client's PKCS7 message (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  170. .
  171. MessageId=0x1a
  172. Severity=Error
  173. SymbolicName=EVENT_MSCEP_FAIL_QUERY_CA
  174. Language=English
  175. SCEP Add-on cannot contact certificate service. ICertRequest::RetrievePending failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  176. .
  177. MessageId=0x1b
  178. Severity=Error
  179. SymbolicName=EVENT_MSCEP_FAIL_QUERY_CERT
  180. Language=English
  181. SCEP Add-on cannot retrieve certificate from the certificate service. ICertRequest::GetCertificate failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  182. .
  183. MessageId=0x1c
  184. Severity=Error
  185. SymbolicName=EVENT_MSCEP_NO_PASSWORD
  186. Language=English
  187. SCEP Add-on cannot find required password in the certificate request. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  188. .
  189. MessageId=0x1d
  190. Severity=Error
  191. SymbolicName=EVENT_MSCEP_INVALID_PASSWORD
  192. Language=English
  193. SCEP Add-on cannot verify the password in the certificate request. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  194. .
  195. MessageId=0x1e
  196. Severity=Error
  197. SymbolicName=EVENT_MSCEP_FAIL_ADD_ALT
  198. Language=English
  199. SCEP Add-on cannot add alternative subject name extension in the certificate request (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  200. .
  201. MessageId=0x1f
  202. Severity=Error
  203. SymbolicName=EVENT_MSCEP_FAIL_SUBMIT
  204. Language=English
  205. SCEP Add-on cannot submit certificate request. ICertRequest::Submit failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  206. .
  207. MessageId=0x20
  208. Severity=Error
  209. SymbolicName=EVENT_MSCEP_GET_REQUEST_ID
  210. Language=English
  211. SCEP Add-on cannot retrieve certificate request ID. ICertRequest::GetRequestId failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  212. .
  213. MessageId=0x21
  214. Severity=Error
  215. SymbolicName=EVENT_MSCEP_ADD_ID
  216. Language=English
  217. SCEP Add-on cannot store the request ID and transaction ID in the database (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  218. .
  219. MessageId=0x22
  220. Severity=Error
  221. SymbolicName=EVENT_SCEP_RA_EXPIRE
  222. Language=English
  223. At least one RA certificate of SCEP Add-On has expired. Please follow instructions at http://%1/certsrv/mscep/mscephlp.htm to renew RA certificates.
  224. .
  225. MessageId=0x23
  226. Severity=Error
  227. SymbolicName=EVENT_SCEP_RA_CLOSE_TO_EXPIRE
  228. Language=English
  229. At least one RA certificate of SCEP Add-On will expire soon. Please follow instructions at http://%1/certsrv/mscep/mscephlp.htm to renew RA certificates.
  230. .
  231. MessageId=0x24
  232. Severity=Error
  233. SymbolicName=EVENT_SCEP_SERVER_SUPPORT
  234. Language=English
  235. SCEP Add-on cannot return the HTTP response. ServerSupportFunction failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  236. .
  237. MessageId=0x25
  238. Severity=Error
  239. SymbolicName=EVENT_SCEP_WRITE_DATA
  240. Language=English
  241. SCEP Add-on cannot return the HTTP response. WriteClient failed (%2). %3 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  242. .
  243. MessageId=0x26
  244. Severity=Error
  245. SymbolicName=EVENT_MSCEP_BAD_MESSAGE_TYPE
  246. Language=English
  247. SCEP Add-on detected invalid message type in the client's PKCS7 message. Please follow instructions at http://%1/certsrv/mscep/mscephlp.htm to renew RA certificates.
  248. .
  249. MessageId=0x27
  250. Severity=Error
  251. SymbolicName=EVENT_MSCEP_NO_KEY_USAGE
  252. Language=English
  253. SCEP Add-on cannot find required key usage information in the certificate request. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  254. .
  255. MessageId=0x28
  256. Severity=Error
  257. SymbolicName=EVENT_MSCEP_NO_ENROLL
  258. Language=English
  259. SCEP Add-on does not have enrollment access to %2 template or the template is not issued by %3. (%4). %5 Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  260. .
  261. MessageId=0x29
  262. Severity=Error
  263. SymbolicName=EVENT_MSCEP_NO_PASSWORD_STANDALONE
  264. Language=English
  265. SCEP Add-on cannot issue password because the user is not in the local machine administrators group. Please find support information at http://%1/certsrv/mscep/mscephlp.htm.
  266. .