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.

206 lines
6.4 KiB

  1. ;//---------------------------------------------------------------------------
  2. ;//
  3. ;// Copyright (c) 1997-1999 Microsoft Corporation
  4. ;//
  5. ;// Error messages for the General Help Session Manager
  6. ;//
  7. ;// 02-08-2000 HueiWang Created
  8. ;//
  9. ;//
  10. MessageIdTypedef=DWORD
  11. SeverityNames=(
  12. Success=0x0:STATUS_SEVERITY_SUCCESS
  13. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  14. Warning=0x2:STATUS_SEVERITY_WARNING
  15. Error=0x3:STATUS_SEVERITY_ERROR
  16. )
  17. FacilityNames=(
  18. General=0x00;FACILITY_GENERAL
  19. )
  20. ;///////////////////////////////////////////////////////////////////////////////
  21. ;//
  22. ;// General Event Log, all message related to General should goes here
  23. ;//
  24. MessageId=0
  25. Facility=General
  26. Severity=Error
  27. SymbolicName=SESSMGR_E_HELPACCOUNT
  28. Language=English
  29. The HelpAssistant account is disabled or missing, or the password could not be verified. Remote Assistance will be disabled. Restart the computer in safe mode and type the following text at the command prompt:
  30. sessmgr.exe -service.
  31. If the problem persists, contact Microsoft Product Support.
  32. .
  33. MessageId=+1
  34. Facility=General
  35. Severity=Error
  36. SymbolicName=SESSMGR_E_HELPSESSIONTABLE
  37. Language=English
  38. Windows was unable to open the help ticket table (error code %1). Remote Assistance will be disabled. Restart the computer in safe mode and type the following text at the command prompt:
  39. sessmgr.exe -service.
  40. If the problem persists, contact Microsoft Product Support.
  41. .
  42. MessageId=+1
  43. Facility=General
  44. Severity=Informational
  45. SymbolicName=SESSMGR_I_HELPENTRYEXPIRED
  46. Language=English
  47. Help ticket %1!s! has expired. The ticket has been deleted.
  48. .
  49. MessageId=+1
  50. Facility=General
  51. Severity=Error
  52. SymbolicName=SESSMGR_E_INIT_ENCRYPTIONLIB
  53. Language=English
  54. Encryption/decryption did not start properly (error code %1). Remote Assistance will be disabled. Restart the computer. If the problem persists, contact Microsoft Product Support.
  55. .
  56. MessageId=+1
  57. Facility=General
  58. Severity=Error
  59. SymbolicName=SESSMGR_E_SETUP
  60. Language=English
  61. An error occurred during Remote Assistance setup. Remote Assistance will be disabled. Restart the computer in safe mode and type the following text at the command prompt:
  62. sessmgr.exe -service.
  63. If the problem persists, contact Microsoft Product Support.
  64. .
  65. MessageId=+1
  66. Facility=General
  67. Severity=Error
  68. SymbolicName=SESSMGR_E_WSASTARTUP
  69. Language=English
  70. The winsock library did not start properly (error code %1). Remote Assistance will be disabled. Restart the computer. If the problem persists, contact Microsoft Product Support.
  71. .
  72. MessageId=+1
  73. Facility=General
  74. Severity=Error
  75. SymbolicName=SESSMGR_E_GENERALSTARTUP
  76. Language=English
  77. The Remote Desktop Help session manager did not start properly (error code %1). Remote Assistance will be disabled. Restart the computer in safe mode and type the following text at the command prompt:
  78. sessmgr.exe -service.
  79. If the problem persists, contact Microsoft Product Support.
  80. .
  81. MessageId=+1
  82. Facility=General
  83. Severity=WARNING
  84. SymbolicName=SESSMGR_E_SESSIONRESOLVER
  85. Language=English
  86. The session resolver did not start properly (error code %1). Remote Assistance will be disabled. The Help and Support service session resolver is not set up properly. Rerun Windows XP Setup. If the problem persists, contact Microsoft Product Support.
  87. .
  88. MessageId=+1
  89. Facility=General
  90. Severity=WARNING
  91. SymbolicName=SESSMGR_E_REGISTERSESSIONRESOLVER
  92. Language=English
  93. Windows is unable to register the session resolver (error code %1). Remote Assistance will be disabled. Restart the computer. If the problem persists, contact Microsoft Product Support.
  94. .
  95. MessageId=+1
  96. Facility=General
  97. Severity=Error
  98. SymbolicName=SESSMGR_E_ICSHELPER
  99. Language=English
  100. Windows is unable to start the ICS library (error code %1). Remote Assistance will be disabled. Restart the computer. If the problem persists, contact Microsoft Product Support.
  101. .
  102. MessageId=+1
  103. Facility=General
  104. Severity=Error
  105. SymbolicName=SESSMGR_E_RESTRICTACCESS
  106. Language=English
  107. Windows is unable to set up access control to the Remote Desktop Help session manager (error code %1). Remote Assistance will be disabled. Restart the computer. If the problem persists, contact Microsoft Product Support.
  108. .
  109. ;///////////////////////////////////////////////////////////////////////////////
  110. ;//
  111. ;// General Event Log, all message related to RA logon/logoff should goes here
  112. ;// message below needs user domain, account name, and expert's IP adress
  113. ;// send from mstscax and also from TermSrv.
  114. ;//
  115. MessageId=+1
  116. Facility=General
  117. Severity=Success
  118. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_BEGIN
  119. Language=English
  120. User %1\%2 has accepted a %3 from %4 on Server IP Address %5.
  121. .
  122. MessageId=+1
  123. Facility=General
  124. Severity=Success
  125. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_END
  126. Language=English
  127. A %3 for user %1\%2 from %4 on Server IP address %5 has ended.
  128. .
  129. MessageId=+1
  130. Facility=General
  131. Severity=Success
  132. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_USERREJECT
  133. Language=English
  134. User %1\%2 has not accepted a %3 from %4 on Server IP address %5.
  135. .
  136. MessageId=+1
  137. Facility=General
  138. Severity=Success
  139. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_TIMEOUT
  140. Language=English
  141. User %1\%2 did not respond to a %3 from %4 on Server IP address %5. The invitation timed out.
  142. .
  143. MessageId=+1
  144. Facility=General
  145. Severity=Success
  146. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_INACTIVEUSER
  147. Language=English
  148. A %3 for user %1\%2 from %4 on Server IP address %5 was not accepted because the user is not currently logged on or the session is inactive.
  149. .
  150. MessageId=+1
  151. Facility=General
  152. Severity=Success
  153. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_USERALREADYHELP
  154. Language=English
  155. A %3 for user %1\%2 from %4 on Server IP address %5 was not accepted because the user has already been helped.
  156. .
  157. MessageId=+1
  158. Facility=General
  159. Severity=Success
  160. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_UNKNOWNRESOLVERERRORCODE
  161. Language=English
  162. A %3 for user %1\%2 from %4 on Server IP address %5 was not accepted due to the following unknown error: %6.
  163. .
  164. ;///////////////////////////////////////////////////////////////////////////////
  165. ;//
  166. ;// General Event Log, all message log by TermSrv should goes here
  167. ;//
  168. MessageId=+1
  169. Facility=General
  170. Severity=Success
  171. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_CONNECTTOEXPERT
  172. Language=English
  173. User %1\%2 has started a Remote Assistance connection to %3.
  174. .
  175. MessageId=+1
  176. Facility=General
  177. Severity=Success
  178. SymbolicName=SESSMGR_E_REMOTEASSISTANCE_CONNECTFAILED
  179. Language=English
  180. Remote assistance connection from %1 on Server IP address %2 was not accepted because the help ticket is invalid, expired, or deleted.
  181. .