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.

187 lines
5.4 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1998 - 1999
  6. ;//
  7. ;// File: pollog.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;// certlog.mc
  11. ;//
  12. ;// Error messages for the Certificate Services
  13. ;//
  14. ;// 26-feb-98 - petesk 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. FacilityNames=(System=0x0:FACILITY_SYSTEM
  22. Runtime=0x2:FACILITY_RUNTIME
  23. Stubs=0x3:FACILITY_STUBS
  24. Io=0x4:FACILITY_IO_ERROR_CODE
  25. Init=603:FACILITY_INIT
  26. Policy=604:FACILITY_POLICY
  27. )
  28. ;//MessageId=0x1
  29. ;//Severity=Error
  30. ;//Facility=Init
  31. ;//SymbolicName=MSG_BAD_REGISTRY
  32. ;//Language=English
  33. ;//Certificate Services configuration information is corrupted.
  34. ;//.
  35. ;//MessageId=0x3
  36. ;//Severity=Error
  37. ;//Facility=Init
  38. ;//SymbolicName=MSG_ERR_NO_ISSUER_CERTIFICATE
  39. ;//Language=English
  40. ;//The Issuing Certificate could not be found. The Certificate Services may need to be reinstalled.
  41. ;//.
  42. MessageId=0x4
  43. Severity=Error
  44. Facility=Init
  45. SymbolicName=MSG_NO_CA_OBJECT
  46. Language=English
  47. Certificate Services could not find required Active Directory information.
  48. .
  49. MessageId=0x5
  50. Severity=Warning
  51. Facility=Init
  52. SymbolicName=MSG_NO_CERT_TYPES
  53. Language=English
  54. The Certificate Services Policy contains no valid Certificate Templates.
  55. .
  56. ;//MessageId=0x6
  57. ;//Severity=Informational
  58. ;//Facility=Policy
  59. ;//SymbolicName=MSG_POLICY_CHANGE
  60. ;//Language=English
  61. ;//The Certificate Services Policy has changed.
  62. ;//.
  63. MessageId=0x7
  64. Severity=Warning
  65. Facility=Policy
  66. SymbolicName=MSG_NO_DNS_NAME
  67. Language=English
  68. The Enrollee (%1) has no DNS name registered in the Active Directory. The certificate cannot be generated.
  69. .
  70. MessageId=0x8
  71. Severity=Warning
  72. Facility=Policy
  73. SymbolicName=MSG_NO_EMAIL_NAME
  74. Language=English
  75. The Enrollee (%1) has no E-Mail name registered in the Active Directory. The E-Mail name will not be included in the certificate.
  76. .
  77. MessageId=0x9
  78. Severity=Error
  79. Facility=Policy
  80. SymbolicName=MSG_NO_REQUESTER_TOKEN
  81. Language=English
  82. The Enrollee was not able to successfully authenticate to the Certificate Service. Please check your security settings.
  83. .
  84. MessageId=0xa
  85. Severity=Error
  86. Facility=Policy
  87. SymbolicName=MSG_UNSUPPORTED_CERT_TYPE
  88. Language=English
  89. The request was for a certificate template that is not supported by the Certificate Services policy: %1.
  90. .
  91. MessageId=0xb
  92. Severity=Error
  93. Facility=Policy
  94. SymbolicName=MSG_MISSING_CERT_TYPE
  95. Language=English
  96. The request does not contain a certificate template extension or the %1 request attribute.
  97. .
  98. MessageId=0xc
  99. Severity=Error
  100. Facility=Init
  101. SymbolicName=MSG_NO_DOMAIN
  102. Language=English
  103. The Active Directory containing the Certification Authority could not be contacted.
  104. .
  105. MessageId=0xd
  106. Severity=Warning
  107. Facility=Policy
  108. SymbolicName=MSG_LOAD_TEMPLATE
  109. Language=English
  110. The %1 Certificate Template could not be loaded. %2.
  111. .
  112. MessageId=0xe
  113. Severity=Error
  114. Facility=Policy
  115. SymbolicName=MSG_CONFLICTING_CERT_TYPE
  116. Language=English
  117. The request specifies conflicting certificate templates: %1.
  118. .
  119. MessageId=0xf
  120. Severity=Error
  121. Facility=Policy
  122. SymbolicName=MSG_DS_RECONNECTED
  123. Language=English
  124. The Active Directory connection to %1 has been reestablished to %2.
  125. .
  126. MessageId=0x10
  127. Severity=Informational
  128. Facility=Policy
  129. SymbolicName=MSG_LOAD_TEMPLATE_SUCCEEDED
  130. Language=English
  131. The %1 Certificate Template was loaded.
  132. .
  133. MessageId=0x11
  134. Severity=Informational
  135. Facility=Policy
  136. SymbolicName=MSG_SIGNATURE_COUNT
  137. Language=English
  138. The %1 Certificate Template requires %2 signatures, but only %3 were accepted.
  139. .
  140. MessageId=0x12
  141. Severity=Error
  142. Facility=Policy
  143. SymbolicName=MSG_SIGNATURE_ISSUANCE_POLICY
  144. Language=English
  145. The %1 Certificate Template requires the following issuance policies that signing certificates did not include: %2.
  146. .
  147. MessageId=0x13
  148. Severity=Warning
  149. Facility=Policy
  150. SymbolicName=MSG_TEMPLATE_VALIDITY_TOO_LONG
  151. Language=English
  152. The certificate validity period will be shorter than the %1 Certificate Template specifies, because the template validity period is longer than the maximum certificate validity period allowed by the CA. Consider renewing the CA certificate, reducing the template validity period, or increasing the registry validity period.
  153. .
  154. MessageId=0x14
  155. Severity=Error
  156. Facility=Policy
  157. SymbolicName=MSG_TEMPLATE_OVERLAP_TOO_LONG
  158. Language=English
  159. Renewing a certificate with the %1 Certificate Template failed because the renewal overlap period is longer than the certificate validity period.
  160. .
  161. MessageId=0x15
  162. Severity=Error
  163. Facility=Init
  164. SymbolicName=MSG_DOMAIN_INIT
  165. Language=English
  166. Initialization failure loading information from the Active Directory containing the Certification Authority.
  167. .
  168. MessageId=0x16
  169. Severity=Error
  170. Facility=Policy
  171. SymbolicName=MSG_DS_REFERRAL
  172. Language=English
  173. The requester's Active Directory object is not in the current forest. Cross forest enrollment is not enabled. %1 %2
  174. .
  175. MessageId=0x17
  176. Severity=Error
  177. Facility=Policy
  178. SymbolicName=MSG_DS_SEARCH_ERROR
  179. Language=English
  180. The requester's Active Directory object could not be retrieved. %1 %2
  181. .