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.

791 lines
20 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1997 - 1999
  6. ;//
  7. ;// File: certlog.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;/* certlog.mc
  11. ;
  12. ; Error messages for the Certificate Server
  13. ;
  14. ; 4-Jan-97 - terences 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. Entry=600:FACILITY_ENTRY
  26. Exit=601:FACILITY_EXIT
  27. Core=602:FACILITY_CORE
  28. )
  29. MessageId=0x1
  30. Severity=Error
  31. Facility=Runtime
  32. SymbolicName=MSG_NO_MEMORY
  33. Language=English
  34. Out of memory initializing %1. %2.
  35. .
  36. MessageId=0x2
  37. Severity=Warning
  38. Facility=Entry
  39. SymbolicName=MSG_BAD_DECRYPT
  40. Language=English
  41. Could not decrypt request
  42. .
  43. MessageId=0x3
  44. Severity=Warning
  45. Facility=Entry
  46. SymbolicName=MSG_REQ_FAILED
  47. Language=English
  48. Request failed.
  49. .
  50. MessageId=0x4
  51. Severity=Warning
  52. Facility=Exit
  53. SymbolicName=MSG_NO_SUBJECT
  54. Language=English
  55. Could not get subject name for a new certificate.
  56. .
  57. MessageId=0x5
  58. Severity=Error
  59. Facility=Core
  60. SymbolicName=MSG_BAD_REGISTRY
  61. Language=English
  62. Certificate Services could not find required registry information. The Certificate Services may need to be reinstalled.
  63. .
  64. MessageId=0x6
  65. Severity=Informational
  66. Facility=Core
  67. SymbolicName=MSG_DN_CERT_ISSUED
  68. Language=English
  69. Certificate Services issued a certificate for request %1 for %2.
  70. .
  71. MessageId=0x7
  72. Severity=Warning
  73. Facility=Core
  74. SymbolicName=MSG_DN_CERT_DENIED
  75. Language=English
  76. Certificate Services denied request %1 because %2. The request was for %3.
  77. .
  78. MessageId=0x8
  79. Severity=Informational
  80. Facility=Core
  81. SymbolicName=MSG_DN_CERT_PENDING
  82. Language=English
  83. Certificate Services left request %1 pending in the queue for %2.
  84. .
  85. MessageId=0x9
  86. Severity=Error
  87. Facility=Core
  88. SymbolicName=MSG_NO_POLICY
  89. Language=English
  90. The Certificate Services did not start: Unable to load an external policy module.
  91. .
  92. MessageId=0xa
  93. Severity=Error
  94. Facility=Core
  95. SymbolicName=MSG_E_CANNOT_BUILD_CERT_OR_CHAIN
  96. Language=English
  97. Certificate Services were unable to build a new certificate or certificate chain: %1.
  98. .
  99. MessageId=0xb
  100. Severity=Error
  101. Facility=Core
  102. SymbolicName=MSG_E_CANNOT_OPEN_CERT_STORE
  103. Language=English
  104. Certificate Services did not start: Unable to open the certificate store for %%1. %2.
  105. .
  106. MessageId=0xc
  107. Severity=Error
  108. Facility=Core
  109. SymbolicName=MSG_E_CA_CERT_MISSING
  110. Language=English
  111. Certificate Services did not start: Unable to find the CA certificate in the certificate store for %1. %2.
  112. .
  113. MessageId=0xd
  114. Severity=Error
  115. Facility=Core
  116. SymbolicName=MSG_E_CANNOT_GET_KEY_PROVIDER
  117. Language=English
  118. Certificate Services did not start: Unable to extract key provider information from the CA certificate for %1. %2.
  119. .
  120. MessageId=0xe
  121. Severity=Error
  122. Facility=Core
  123. SymbolicName=MSG_E_CANNOT_LOAD_SERVER_KEYS
  124. Language=English
  125. Certificate Services did not start: Unable to set up a cryptographic context for the CA certificate for %1. %2.
  126. .
  127. MessageId=0xf
  128. Severity=Error
  129. Facility=Core
  130. SymbolicName=MSG_CERTIF_MISMATCH
  131. Language=English
  132. Certificate Services did not start: Version does not match certif.dll.
  133. .
  134. MessageId=0x10
  135. Severity=Error
  136. Facility=Core
  137. SymbolicName=MSG_E_OLE_INIT_FAILED
  138. Language=English
  139. Certificate Services did not start: Unable to initialize OLE: %1.
  140. .
  141. MessageId=0x11
  142. Severity=Error
  143. Facility=Core
  144. SymbolicName=MSG_E_DB_INIT_FAILED
  145. Language=English
  146. Certificate Services did not start: Unable to initialize the database connection for %1. %2.
  147. .
  148. MessageId=0x12
  149. Severity=Error
  150. Facility=Core
  151. SymbolicName=MSG_E_REG_BAD_ALGORITHM
  152. Language=English
  153. Certificate Services did not start: The signature algorithm is unrecognized in the registry value HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\%1\SignatureAlgorithm. %2.
  154. .
  155. MessageId=0x13
  156. Severity=Error
  157. Facility=Core
  158. SymbolicName=MSG_E_REG_BAD_SUBJECT_TEMPLATE
  159. Language=English
  160. Certificate Services did not start: The Subject Name Template string in the registry value HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\%1\SubjectTemplate is invalid. An example of a valid string is:
  161. CommonName
  162. OrganizationalUnit
  163. Organization
  164. Locality
  165. State
  166. Country
  167. .
  168. MessageId=0x14
  169. Severity=Error
  170. Facility=Core
  171. SymbolicName=MSG_E_REG_BAD_CERT_PERIOD
  172. Language=English
  173. Certificate Services did not start: The Certificate Date Validity Period string in the registry value HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\%1\ValidityPeriod is invalid. Valid strings are "Seconds", "Minutes", "Hours", "Days", "Weeks", "Months" and "Years".
  174. .
  175. MessageId=0x15
  176. Severity=Error
  177. Facility=Core
  178. SymbolicName=MSG_E_PROCESS_REQUEST_FAILED
  179. Language=English
  180. Certificate Services could not process request %1 due to an error: %2. The request was for %3.
  181. .
  182. MessageId=0x16
  183. Severity=Error
  184. Facility=Core
  185. SymbolicName=MSG_E_PROCESS_REQUEST_FAILED_WITH_INFO
  186. Language=English
  187. Certificate Services could not process request %1 due to an error: %2. The request was for %3. Additional information: %4
  188. .
  189. MessageId=0x17
  190. Severity=Error
  191. Facility=Core
  192. SymbolicName=MSG_E_BADCERTLENGTHFIELD
  193. Language=English
  194. Certificate Services could not process request %1 due to an error: %2. The request was for %3. The certificate would contain an encoded length that is potentially incompatible with older enrollment software. Submit a new request using different length input data for the following field: %4
  195. .
  196. MessageId=0x18
  197. Severity=Error
  198. Facility=Core
  199. SymbolicName=MSG_E_CANNOT_GET_CSP
  200. Language=English
  201. Certificate Services did not start: Unable to get certificate server CSP information from registry for %1. %2.
  202. .
  203. MessageId=0x19
  204. Severity=Informational
  205. Facility=Core
  206. SymbolicName=MSG_DN_CERT_REVOKED
  207. Language=English
  208. Certificate Services revoked the certificate for request %1 for %2.
  209. .
  210. MessageId=0x1a
  211. Severity=Informational
  212. Facility=Core
  213. SymbolicName=MSG_I_SERVER_STARTED
  214. Language=English
  215. Certificate Services for %1 was started.
  216. .
  217. MessageId=0x1b
  218. Severity=Error
  219. Facility=Core
  220. SymbolicName=MSG_E_INCOMPLETE_HIERARCHY
  221. Language=English
  222. Certificate Services did not start: Hierarchical setup is incomplete. Use the request file in %1.req to obtain a certificate for this Certificate Server, and use the Certification Authority administration tool to install the new certificate and complete the installation.
  223. .
  224. MessageId=0x1c
  225. Severity=Error
  226. Facility=Core
  227. SymbolicName=MSG_E_REG_BAD_CRL_PERIOD
  228. Language=English
  229. Certificate Services did not start: The Certificate Revocation List Period string is invalid in the registry value HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\%1\CRLPeriod. Valid strings are "Seconds", "Minutes", "Hours", "Days", "Weeks", "Months" and "Years".
  230. .
  231. MessageId=0x1d
  232. Severity=Informational
  233. Facility=Core
  234. SymbolicName=MSG_CRL_ISSUED
  235. Language=English
  236. Certificate Services issued a new Certificate Revocation List for %1.
  237. .
  238. MessageId=0x1e
  239. Severity=Error
  240. Facility=Core
  241. SymbolicName=MSG_E_NO_RESOURCES
  242. Language=English
  243. Certificate Services did not start: Not enough memory or other system resources.
  244. .
  245. MessageId=0x1f
  246. Severity=Error
  247. Facility=Core
  248. SymbolicName=MSG_E_BAD_CA_CHAIN
  249. Language=English
  250. Certificate Services did not start: The chain of Certification Authority certificates is not properly configured.
  251. .
  252. MessageId=0x20
  253. Severity=Error
  254. Facility=Core
  255. SymbolicName=MSG_E_CRL_TIMER
  256. Language=English
  257. Certificate Services did not start: Could not schedule automatic Certificate Revocation List publication for %1. %2.
  258. .
  259. MessageId=0x21
  260. Severity=Error
  261. Facility=Core
  262. SymbolicName=MSG_E_SERVICE_THREAD
  263. Language=English
  264. Certificate Services did not start: Could not create the Certificate Server service thread for %1. %2.
  265. .
  266. MessageId=0x22
  267. Severity=Error
  268. Facility=Core
  269. SymbolicName=MSG_E_RPC_INIT
  270. Language=English
  271. Certificate Services did not start: Could not initialize RPC for %1. %2.
  272. .
  273. MessageId=0x23
  274. Severity=Error
  275. Facility=Core
  276. SymbolicName=MSG_E_CO_INITIALIZE
  277. Language=English
  278. Certificate Services did not start: Could not initialize OLE for %1. %2.
  279. .
  280. MessageId=0x24
  281. Severity=Error
  282. Facility=Core
  283. SymbolicName=MSG_BAD_AUTHORITY_NAME
  284. Language=English
  285. Certificate Services did not start: Could not convert the Unicode authority name to look up the Certification Authority certificate for %1. %2.
  286. .
  287. MessageId=0x25
  288. Severity=Error
  289. Facility=Core
  290. SymbolicName=MSG_E_DECODE_KEY_IDENTIFIER
  291. Language=English
  292. Certificate Services did not start: Could not decode the Certification Authority certificate for %1. %2.
  293. .
  294. MessageId=0x26
  295. Severity=Informational
  296. Facility=Core
  297. SymbolicName=MSG_I_SERVER_STOPPED
  298. Language=English
  299. Certificate Services for %1 was stopped.
  300. .
  301. MessageId=0x27
  302. Severity=Error
  303. Facility=Core
  304. SymbolicName=MSG_E_SERVER_IDENTITY
  305. Language=English
  306. Certificate Services did not start: The Certification Authority DCOM class for %1 could not be registered. %2. Use the services administration tool to change the Certification Authority logon context.
  307. .
  308. MessageId=0x28
  309. Severity=Error
  310. Facility=Core
  311. SymbolicName=MSG_E_CLASS_FACTORIES
  312. Language=English
  313. Certificate Services did not start: Could not initialize DCOM class factories for %1. %2.
  314. .
  315. MessageId=0x29
  316. Severity=Error
  317. Facility=Core
  318. SymbolicName=MSG_E_REGISTRY_DCOM
  319. Language=English
  320. Certificate Services did not start: Could not initialize DCOM Security Context for %1. %2.
  321. .
  322. MessageId=0x2a
  323. Severity=Error
  324. Facility=Core
  325. SymbolicName=MSG_E_CA_CHAIN
  326. Language=English
  327. Certificate Services did not start: Could not build CA certificate chain for %1. %2.
  328. .
  329. MessageId=0x2b
  330. Severity=Error
  331. Facility=Core
  332. SymbolicName=MSG_E_POLICY_EXCEPTION
  333. Language=English
  334. The "%1" Policy Module "%2" method caused an exception at address %4. The exception code is %3.
  335. .
  336. MessageId=0x2c
  337. Severity=Error
  338. Facility=Core
  339. SymbolicName=MSG_E_POLICY_ERROR
  340. Language=English
  341. The "%1" Policy Module "%2" method returned an error. %5 The returned status code is %3. %4
  342. .
  343. MessageId=0x2d
  344. Severity=Error
  345. Facility=Core
  346. SymbolicName=MSG_E_EXIT_EXCEPTION
  347. Language=English
  348. The "%1" Exit Module "%2" method caused an exception at address %4. The exception code is %3.
  349. .
  350. MessageId=0x2e
  351. Severity=Error
  352. Facility=Core
  353. SymbolicName=MSG_E_EXIT_ERROR
  354. Language=English
  355. The "%1" Exit Module "%2" method returned an error. %5 The returned status code is %3. %4
  356. .
  357. MessageId=0x2f
  358. Severity=Informational
  359. Facility=Core
  360. SymbolicName=MSG_E_IIS_INTEGRATION_ERROR
  361. Language=English
  362. Certificate Services could not sucessfully complete integration setup with Internet Information Server. Web setup was not completed; CRLs and enrollment pages may not be available. %1.
  363. .
  364. MessageId=0x30
  365. Severity=Warning
  366. Facility=Core
  367. SymbolicName=MSG_E_CA_CERT_REVOCATION_OFFLINE
  368. Language=English
  369. Revocation status for a certificate in the CA certificate chain for %1 could not be verified because a server is currently unavailable. %2.
  370. .
  371. MessageId=0x31
  372. Severity=Warning
  373. Facility=Core
  374. SymbolicName=MSG_E_CA_CERT_REVOCATION_NOT_CHECKED
  375. Language=English
  376. A certificate in the CA certificate chain for %1 could not be verified because no information is available describing how to check the revocation status. %2.
  377. .
  378. MessageId=0x32
  379. Severity=Error
  380. Facility=Core
  381. SymbolicName=MSG_E_CANNOT_ACQUIRE_CRYPTO_CONTEXT
  382. Language=English
  383. Certificate Services did not start: Unable to acquire a cryptographic context for %1. %2.
  384. .
  385. MessageId=0x33
  386. Severity=Error
  387. Facility=Core
  388. SymbolicName=MSG_E_CA_CERT_REVOKED
  389. Language=English
  390. Certificate Services did not start: A certificate in the CA certificate chain for %1 has been revoked. %2.
  391. .
  392. MessageId=0x34
  393. Severity=Informational
  394. Facility=Core
  395. SymbolicName=MSG_DN_CERT_ISSUED_WITH_INFO
  396. Language=English
  397. Certificate Services issued a certificate for request %1 for %2. Additional information: %3
  398. .
  399. MessageId=0x35
  400. Severity=Warning
  401. Facility=Core
  402. SymbolicName=MSG_DN_CERT_DENIED_WITH_INFO
  403. Language=English
  404. Certificate Services denied request %1 because %2. The request was for %3. Additional information: %4
  405. .
  406. MessageId=0x36
  407. Severity=Informational
  408. Facility=Core
  409. SymbolicName=MSG_DN_CERT_PENDING_WITH_INFO
  410. Language=English
  411. Certificate Services left request %1 pending in the queue for %2. Additional information: %3
  412. .
  413. MessageId=0x37
  414. Severity=Informational
  415. Facility=Core
  416. SymbolicName=MSG_DN_CERT_UNREVOKED
  417. Language=English
  418. Certificate Services unrevoked the certificate for request %1 for %2.
  419. .
  420. MessageId=0x38
  421. Severity=Informational
  422. Facility=Core
  423. SymbolicName=MSG_DN_CERT_ADMIN_DENIED
  424. Language=English
  425. Certificate Services denied request %1. The request was for %2.
  426. .
  427. MessageId=0x39
  428. Severity=Informational
  429. Facility=Core
  430. SymbolicName=MSG_DN_CERT_ADMIN_DENIED_WITH_INFO
  431. Language=English
  432. Certificate Services denied request %1. The request was for %2. Additional information: %3
  433. .
  434. MessageId=0x3a
  435. Severity=Error
  436. Facility=Core
  437. SymbolicName=MSG_E_CA_CERT_EXPIRED
  438. Language=English
  439. Certificate Services did not start: A certificate in the CA certificate chain for %1 has expired. %2.
  440. .
  441. MessageId=0x3b
  442. Severity=Error
  443. Facility=Core
  444. SymbolicName=MSG_E_NO_DS
  445. Language=English
  446. Certificate Services did not start: Could not connect to the Active Directory for %1. %2.
  447. .
  448. MessageId=0x3c
  449. Severity=Error
  450. Facility=Core
  451. SymbolicName=MSG_E_POSSIBLE_DENIAL_OF_SERVICE_ATTACK
  452. Language=English
  453. Certificate Services refused to process an extremely long request from %1. This may indicate a denial-of-service attack. If the request was rejected in error, modify the MaxIncomingMessageSize registry parameter via %ncertutil -setreg CA\MaxIncomingMessageSize <bytes>.%n%nUnless verbose logging is enabled, this error will not be logged again for 20 minutes.
  454. .
  455. MessageId=0x3d
  456. Severity=Error
  457. Facility=Core
  458. SymbolicName=MSG_SAFEBOOT_DETECTED
  459. Language=English
  460. Certificate Services refused to start because a safeboot was detected.
  461. .
  462. MessageId=0x3e
  463. Severity=Warning
  464. Facility=Core
  465. SymbolicName=MSG_INVALID_CRL_SETTINGS
  466. Language=English
  467. Certificate Services had problems loading valid CRL publication values and has reset the CRL publication to its default settings.
  468. .
  469. MessageId=0x3f
  470. Severity=Error
  471. Facility=Core
  472. SymbolicName=MSG_E_GENERIC_STARTUP_FAILRE
  473. Language=English
  474. Certificate Services did not start: %1 %2.
  475. .
  476. MessageId=0x40
  477. Severity=Error
  478. Facility=Core
  479. SymbolicName=MSG_E_CANNOT_WRITE_TO_DS
  480. Language=English
  481. Certificate Services cannot publish enrollment access changes to Active Directory.
  482. .
  483. MessageId=0x41
  484. Severity=Error
  485. Facility=Core
  486. SymbolicName=MSG_E_BASE_CRL_PUBLICATION
  487. Language=English
  488. Certificate Services could not publish a Base CRL for key %1 to the following location: %2. %3.%5%6
  489. .
  490. MessageId=0x42
  491. Severity=Error
  492. Facility=Core
  493. SymbolicName=MSG_E_DELTA_CRL_PUBLICATION
  494. Language=English
  495. Certificate Services could not publish a Delta CRL for key %1 to the following location: %2. %3.%5%6
  496. .
  497. MessageId=0x43
  498. Severity=Error
  499. Facility=Core
  500. SymbolicName=MSG_E_CRL_PUBLICATION_TOO_MANY_RETRIES
  501. Language=English
  502. Certificate Services made %1 attempts to publish a CRL and will stop publishing attempts until the next CRL is generated.
  503. .
  504. MessageId=0x44
  505. Severity=Informational
  506. Facility=Core
  507. SymbolicName=MSG_BASE_CRLS_PUBLISHED
  508. Language=English
  509. Certificate Services successfully published Base CRL(s).
  510. .
  511. MessageId=0x45
  512. Severity=Informational
  513. Facility=Core
  514. SymbolicName=MSG_DELTA_CRLS_PUBLISHED
  515. Language=English
  516. Certificate Services successfully published Delta CRL(s).
  517. .
  518. MessageId=0x46
  519. Severity=Informational
  520. Facility=Core
  521. SymbolicName=MSG_BASE_AND_DELTA_CRLS_PUBLISHED
  522. Language=English
  523. Certificate Services successfully published Base and Delta CRL(s).
  524. .
  525. MessageId=0x47
  526. Severity=Informational
  527. Facility=Core
  528. SymbolicName=MSG_BASE_CRLS_PUBLISHED_HOST_NAME
  529. Language=English
  530. Certificate Services successfully published Base CRL(s) to server %1.
  531. .
  532. MessageId=0x48
  533. Severity=Informational
  534. Facility=Core
  535. SymbolicName=MSG_DELTA_CRLS_PUBLISHED_HOST_NAME
  536. Language=English
  537. Certificate Services successfully published Delta CRL(s) to server %1.
  538. .
  539. MessageId=0x49
  540. Severity=Informational
  541. Facility=Core
  542. SymbolicName=MSG_BASE_AND_DELTA_CRLS_PUBLISHED_HOST_NAME
  543. Language=English
  544. Certificate Services successfully published Base and Delta CRL(s) to server %1.
  545. .
  546. MessageId=0x4a
  547. Severity=Error
  548. Facility=Core
  549. SymbolicName=MSG_E_BASE_CRL_PUBLICATION_HOST_NAME
  550. Language=English
  551. Certificate Services could not publish a Base CRL for key %1 to the following location on server %4: %2. %3.%5%6
  552. .
  553. MessageId=0x4b
  554. Severity=Error
  555. Facility=Core
  556. SymbolicName=MSG_E_DELTA_CRL_PUBLICATION_HOST_NAME
  557. Language=English
  558. Certificate Services could not publish a Delta CRL for key %1 to the following location on server %4: %2. %3.%5%6
  559. .
  560. MessageId=0x4c
  561. Severity=Informational
  562. Facility=Core
  563. SymbolicName=MSG_POLICY_LOG_INFORMATION
  564. Language=English
  565. The "%1" Policy Module logged the following information: %2
  566. .
  567. MessageId=0x4d
  568. Severity=Warning
  569. Facility=Core
  570. SymbolicName=MSG_POLICY_LOG_WARNING
  571. Language=English
  572. The "%1" Policy Module logged the following warning: %2
  573. .
  574. MessageId=0x4e
  575. Severity=Error
  576. Facility=Core
  577. SymbolicName=MSG_POLICY_LOG_ERROR
  578. Language=English
  579. The "%1" Policy Module logged the following error: %2
  580. .
  581. MessageId=0x4f
  582. Severity=Warning
  583. Facility=Core
  584. SymbolicName=MSG_E_CERT_PUBLICATION
  585. Language=English
  586. Certificate Services could not publish a Certificate for request %1 to the following location: %2. %3.%5%6
  587. .
  588. MessageId=0x50
  589. Severity=Warning
  590. Facility=Core
  591. SymbolicName=MSG_E_CERT_PUBLICATION_HOST_NAME
  592. Language=English
  593. Certificate Services could not publish a Certificate for request %1 to the following location on server %4: %2. %3.%5%6
  594. .
  595. MessageId=0x51
  596. Severity=Error
  597. Facility=Core
  598. SymbolicName=MSG_E_KRA_NOT_ADVANCED_SERVER
  599. Language=English
  600. Certificate Services key archival is only supported on Advanced Server. %1
  601. .
  602. MessageId=0x52
  603. Severity=Error
  604. Facility=Core
  605. SymbolicName=MSG_E_NO_VALID_KRA_CERTS
  606. Language=English
  607. Certificate Services could not load any valid key recovery certificates. Requests to archive private keys will not be accepted.
  608. .
  609. MessageId=0x53
  610. Severity=Error
  611. Facility=Core
  612. SymbolicName=MSG_E_LOADING_KRA_CERTS
  613. Language=English
  614. Certificate Services encountered an error loading key recovery certificates. Requests to archive private keys will not be accepted. %1
  615. .
  616. MessageId=0x54
  617. Severity=Error
  618. Facility=Core
  619. SymbolicName=MSG_E_INVALID_KRA_CERT
  620. Language=English
  621. Certificate Services ignored key recovery certificate %1 because it could not be verified for use as a Key Recovery Agent. %2 %3
  622. .
  623. MessageId=0x55
  624. Severity=Error
  625. Facility=Core
  626. SymbolicName=MSG_E_CANNOT_LOAD_KRA_CERT
  627. Language=English
  628. Certificate Services ignored key recovery certificate %1 because it could not be loaded. %2 %3
  629. .
  630. MessageId=0x56
  631. Severity=Error
  632. Facility=Core
  633. SymbolicName=MSG_E_BAD_REGISTRY_CA_XCHG_CSP
  634. Language=English
  635. Certificate Services could not use the provider specified in the registry for encryption keys. %1
  636. .
  637. MessageId=0x57
  638. Severity=Error
  639. Facility=Core
  640. SymbolicName=MSG_E_BAD_DEFAULT_CA_XCHG_CSP
  641. Language=English
  642. Certificate Services could not use the default provider for encryption keys. %1
  643. .
  644. MessageId=0x58
  645. Severity=Warning
  646. Facility=Core
  647. SymbolicName=MSG_E_USE_DEFAULT_CA_XCHG_CSP
  648. Language=English
  649. Certificate Services switched to the default provider for encryption keys.
  650. .
  651. MessageId=0x59
  652. Severity=Warning
  653. Facility=Core
  654. SymbolicName=MSG_E_STARTUP_EXCEPTION
  655. Language=English
  656. Certificate Services detected an exception during startup at address %1. The exception is %2.
  657. .
  658. MessageId=0x5a
  659. Severity=Error
  660. Facility=Core
  661. SymbolicName=MSG_E_EXCEPTION
  662. Language=English
  663. %1: Certificate Services detected an exception at address %2. Flags = %3. The exception is %4.
  664. .
  665. MessageId=0x5b
  666. Severity=Error
  667. Facility=Core
  668. SymbolicName=MSG_E_DS_RETRY
  669. Language=English
  670. Could not connect to the Active Directory. Certificate Services will retry when processing requires Active Directory access.
  671. .
  672. MessageId=0x5c
  673. Severity=Error
  674. Facility=Core
  675. SymbolicName=MSG_E_CANNOT_SET_PERMISSIONS
  676. Language=English
  677. Certificate Services could not update security permissions. %1
  678. .
  679. MessageId=0x5d
  680. Severity=Warning
  681. Facility=Core
  682. SymbolicName=MSG_CA_CERT_NO_IN_AUTH
  683. Language=English
  684. The certificate (#%1) of Certificate Services %2 does not exist in the certificate store at CN=NTAuthCertificates,CN=Public Key Services,CN=Services in the Active Directory's configuration container. The directory replication may not be completed.
  685. .
  686. MessageId=0x5e
  687. Severity=Warning
  688. Facility=Core
  689. SymbolicName=MSG_CA_CERT_NO_AUTH_STORE
  690. Language=English
  691. Certificate Services %1 can not open the certificate store at CN=NTAuthCertificates,CN=Public Key Services,CN=Services in the Active Directory's configuration container.
  692. .