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.

54 lines
1.5 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 2001
  6. ;//
  7. ;// File: cryptmsg.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;/* cryptmsg.mc
  11. ;
  12. ; Error messages for cryptsvc
  13. ;
  14. ; 03-August-2001 - duncanb 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=Error
  23. SymbolicName=MSG_RKEYSVC_COULDNT_INIT_SECURITY
  24. Language=English
  25. Remote Keysvc could not initialize RPC security. You may not be able to
  26. install PFX files remotely. The error was: %1: %2
  27. If you wish to use remote PFX installation, restart cryptsvc. If the
  28. error persists, your system may be low on memory, or your installation
  29. may be damaged.
  30. .
  31. MessageId=0x100
  32. Severity=Error
  33. SymbolicName=MSG_KEYSVC_REVERT_TO_SELF_FAILED
  34. Language=English
  35. The Cryptographic Services service failed to revert to its original
  36. security context after impersonating a client's security context.
  37. The service is now running in an unknown state, and should be
  38. restarted. The error was: %1: %2
  39. .
  40. MessageId=0x200
  41. Severity=Error
  42. SymbolicName=MSG_SYSTEMWRITER_INIT_FAILURE
  43. Language=English
  44. The Cryptographic Services service failed to initialize the VSS
  45. backup "System Writer" object.%1
  46. .