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.

89 lines
3.5 KiB

  1. ;/*************************************************************************
  2. ;* sdevent.mc
  3. ;*
  4. ;* Session Directory error codes
  5. ;*
  6. ;* Copyright (C) 1997-2000 Microsoft Corporation
  7. ;*************************************************************************/
  8. ;#define CATEGORY_NOTIFY_EVENTS 1
  9. MessageId=0x1
  10. Language=English
  11. Terminal Server Session Directory Notify Events
  12. .
  13. MessageId=1000 SymbolicName=EVENT_PROBLEM_DELETING_LOGS
  14. Language=English
  15. The session directory failed to delete all the log files in the "%SystemRoot%\System32\tssesdir\" directory. The error code was %1.
  16. .
  17. MessageId=1001 SymbolicName=EVENT_FAIL_RPC_INIT_USEPROTSEQ
  18. Language=English
  19. The session directory service failed to start due to a problem with specifying the RPC protocol sequence. The error code was %1.
  20. .
  21. MessageId=1002 SymbolicName=EVENT_FAIL_RPC_INIT_REGISTERIF
  22. Language=English
  23. The session directory service failed to start due to a problem with RPC interface handle registration. The error code was %1.
  24. .
  25. MessageId=1003 SymbolicName=EVENT_FAIL_RPC_INIT_INQBINDINGS
  26. Language=English
  27. The session directory service failed to start due to a problem with retrieving RPC binding handles. The error code was %1.
  28. .
  29. MessageId=1004 SymbolicName=EVENT_FAIL_RPC_INIT_EPREGISTER
  30. Language=English
  31. The session directory service failed to start due to a problem registering an RPC endpoint. The error code was %1.
  32. .
  33. MessageId=1005 SymbolicName=EVENT_FAIL_RPC_INIT_REGAUTHINFO
  34. Language=English
  35. The session directory service failed to start due to a problem registering RPC authentication information. The error code was %1.
  36. .
  37. MessageId=1006 SymbolicName=EVENT_FAIL_RPC_LISTEN
  38. Language=English
  39. The session directory service failed to start due to a problem with RPC listen. The error code was %1.
  40. .
  41. MessageId=1007 SymbolicName=EVENT_PROBLEM_SETTING_WORKDIR
  42. Language=English
  43. The session directory failed to set the working directory retrieved from the registry. The error code was %1.
  44. .
  45. MessageId=1008 SymbolicName=EVENT_PROBLEM_CREATING_MUTEX
  46. Language=English
  47. The session directory failed to create a mutex required to make sure two session directories cannot run at the same time. This does not necessarily mean you have two session directories running, but your system may be running out of resources. The error code was %1.
  48. .
  49. MessageId=1009 SymbolicName=EVENT_TWO_SESSDIRS
  50. Language=English
  51. The session directory could not initialize because there is already a session directory service running on this machine. The error code was %1.
  52. .
  53. MessageId=1010 SymbolicName=EVENT_UNDID_COMPRESSION
  54. Language=English
  55. The session directory had to switch the compression state in its directory to be uncompressed. The error code was %1.
  56. .
  57. MessageId=1011 SymbolicName=EVENT_JET_COULDNT_INIT
  58. Language=English
  59. The session directory failed to start because of a problem during database initialization. The error code was %1.
  60. .
  61. MessageId=1012 SymbolicName=EVENT_NO_COMMANDLINE
  62. Language=English
  63. The session directory could not start because of a problem retrieving the command line. The error code was %1.
  64. .
  65. MessageId=1013 SymbolicName=EVENT_COULDNOTSECUREDIR
  66. Language=English
  67. The session directory could not start because of a problem creating a security descriptor. The system may be low on resources or the service may not have appropriate permissions. The error code was %1.
  68. .
  69. MessageId=1014 SymbolicName=EVENT_COULDNOTCREATEDIR
  70. Language=English
  71. The session directory could not start because it was unable to create a directory it needs to run. The error code was %1.
  72. .