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.

331 lines
9.6 KiB

  1. ;//---------------------------------------------------------------------------
  2. ;//
  3. ;// Copyright (c) 1997-2002 Microsoft Corporation
  4. ;//
  5. ;// Event Log for Remote Assistance
  6. ;//
  7. ;// 04/17/2002 HueiWang Created.
  8. ;// 04/18/2002 JPeresz Modified as Per Remote Assistance Logging DCR for Server 2003
  9. ;//
  10. ;//
  11. MessageIdTypedef=DWORD
  12. SeverityNames=(
  13. Success=0x0:STATUS_SEVERITY_SUCCESS
  14. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  15. Warning=0x2:STATUS_SEVERITY_WARNING
  16. Error=0x3:STATUS_SEVERITY_ERROR
  17. )
  18. FacilityNames=(
  19. General=0x00;FACILITY_GENERAL
  20. RA=0x00;FACILITY_PCHEALTH
  21. SALEM=0x00;FACILITY_SALEM
  22. )
  23. ;///////////////////////////////////////////////////////////////////////////////
  24. ;//
  25. ;// Salem related Event start from event ID 5001
  26. ;// PCHealth related Event Start from event ID 0 to 5000
  27. ;//
  28. ;///////////////////////////////////////////////////////////////////////////////
  29. ;//
  30. ;// All PCHEALTH related Event should come here
  31. ;// message below needs user domain, account name, and expert's IP adress
  32. ;// send from mstscax and also from TermSrv.
  33. ;//
  34. ;// MessageId=0
  35. ;// Facility=RA
  36. ;// Severity=Success
  37. ;// SymbolicName=RA_I_STARTHERE
  38. ;// Language=English
  39. ;// All PCHEALTH message should come here
  40. ;// .
  41. MessageId=0
  42. Facility=RA
  43. Severity=Success
  44. SymbolicName=RA_I_SENDER_FILESENT
  45. Language=English
  46. RA: A file named %1, with file size %2 bytes was successfully sent by (local user) %3 to (remote user) %4 (remote IP: %5).
  47. .
  48. MessageId=+1
  49. Facility=RA
  50. Severity=Success
  51. SymbolicName=RA_I_RECEIVER_FILERECEIVED
  52. Language=English
  53. RA: A file named %1 with size %2 bytes was received from (remote user) %3 (remote IP: %4) by (local user) %5.
  54. .
  55. MessageId=+1
  56. Facility=RA
  57. Severity=Success
  58. SymbolicName=RA_I_XMLERRORPARSINGRATICKET
  59. Language=English
  60. RA: A XML parsing error for (local user) %1 occurred when attempting to process a remote assistance ticket.
  61. .
  62. ;//3 - Novice
  63. MessageId=+1
  64. Facility=RA
  65. Severity=Success
  66. SymbolicName=RA_I_NOVICEACCEPTCONTROLREQ
  67. Language=English
  68. RA: Expert user (remote user: %1) has started controlling novice (local user: %2)
  69. .
  70. ;//4 - Novice
  71. MessageId=+1
  72. Facility=RA
  73. Severity=Success
  74. SymbolicName=RA_I_CONTROLENDED
  75. Language=English
  76. RA: Expert user (remote user: %1) has stopped controlling novice (local user: %2).
  77. .
  78. ;//5 - Expert
  79. MessageId=+1
  80. Facility=RA
  81. Severity=Success
  82. SymbolicName=RA_I_CONTROLSTARTED_EXPERT
  83. Language=English
  84. RA: Expert (local user: %1) has started controlling novice user (remote user: %2).
  85. .
  86. ;//6 - Expert
  87. MessageId=+1
  88. Facility=RA
  89. Severity=Success
  90. SymbolicName=RA_I_CONTROLENDED_EXPERT
  91. Language=English
  92. RA: Expert (local user: %1) has stopped controlling novice user (remote user: %2).
  93. .
  94. ;///////////////////////////////////////////////////////////////////////////////
  95. ;//
  96. ;// All Salem related Event should come here
  97. ;// message below needs user domain, account name, and expert's IP adress
  98. ;// send from mstscax and also from TermSrv.
  99. ;//
  100. MessageId=5000
  101. Facility=SALEM
  102. Severity=Success
  103. SymbolicName=SESSMGR_E_HELPACCOUNT
  104. Language=English
  105. 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: sessmgr.exe -service. If the problem persists, contact Microsoft Product Support.
  106. .
  107. ;// 5001
  108. MessageId=+1
  109. Facility=SALEM
  110. Severity=Success
  111. SymbolicName=SESSMGR_E_HELPSESSIONTABLE
  112. Language=English
  113. 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: sessmgr.exe -service. If the problem persists, contact Microsoft Product Support.
  114. .
  115. ;// 5002
  116. MessageId=+1
  117. Facility=SALEM
  118. Severity=Success
  119. SymbolicName=SESSMGR_E_INIT_ENCRYPTIONLIB
  120. Language=English
  121. 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.
  122. .
  123. ;//5003
  124. MessageId=+1
  125. Facility=SALEM
  126. Severity=Success
  127. SymbolicName=SESSMGR_E_SETUP
  128. Language=English
  129. 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: sessmgr.exe -service. If the problem persists, contact Microsoft Product Support.
  130. .
  131. ;// 5004
  132. MessageId=+1
  133. Facility=SALEM
  134. Severity=Success
  135. SymbolicName=SESSMGR_E_WSASTARTUP
  136. Language=English
  137. 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.
  138. .
  139. ;// 5005
  140. MessageId=+1
  141. Facility=SALEM
  142. Severity=Success
  143. SymbolicName=SESSMGR_E_GENERALSTARTUP
  144. Language=English
  145. 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: sessmgr.exe -service. If the problem persists, contact Microsoft Product Support.
  146. .
  147. ;// 5006
  148. MessageId=+1
  149. Facility=SALEM
  150. Severity=Success
  151. SymbolicName=SESSMGR_E_SESSIONRESOLVER
  152. Language=English
  153. 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.
  154. .
  155. ;// 5007
  156. MessageId=+1
  157. Facility=SALEM
  158. Severity=Success
  159. SymbolicName=SESSMGR_E_REGISTERSESSIONRESOLVER
  160. Language=English
  161. 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.
  162. .
  163. ;// 5008
  164. MessageId=+1
  165. Facility=SALEM
  166. Severity=Success
  167. SymbolicName=SESSMGR_E_ICSHELPER
  168. Language=English
  169. 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.
  170. .
  171. ;// 5009
  172. MessageId=+1
  173. Facility=SALEM
  174. Severity=Success
  175. SymbolicName=SESSMGR_E_RESTRICTACCESS
  176. Language=English
  177. 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.
  178. .
  179. ;//
  180. ;// General Remote Assistance session messges
  181. ;//
  182. ;//5010
  183. MessageId=+1
  184. Facility=SALEM
  185. Severity=Success
  186. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_BEGIN
  187. Language=English
  188. User %1\%2 has accepted a %3 session from %4 (visible IP address: %5).
  189. .
  190. ;//5011
  191. MessageId=+1
  192. Facility=SALEM
  193. Severity=Success
  194. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_END
  195. Language=English
  196. A %3 session for user %1\%2 from %4 (visible IP address: %5) ended.
  197. .
  198. ;//5012
  199. MessageId=+1
  200. Facility=SALEM
  201. Severity=Success
  202. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_USERREJECT
  203. Language=English
  204. User %1\%2 has not accepted a %3 session (visible IP address: %5).
  205. .
  206. ;//5013
  207. MessageId=+1
  208. Facility=SALEM
  209. Severity=Success
  210. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_TIMEOUT
  211. Language=English
  212. User %1\%2 did not respond to a %3 session from %4 (visible IP address: %5). The invitation timed out.
  213. .
  214. ;//5014
  215. MessageId=+1
  216. Facility=SALEM
  217. Severity=Success
  218. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_INACTIVEUSER
  219. Language=English
  220. A %3 session for user %1\%2 from %4 (visible IP address: %5) was not accepted because the user is not currently logged on or the session is inactive.
  221. .
  222. ;//5015
  223. MessageId=+1
  224. Facility=SALEM
  225. Severity=Success
  226. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_USERALREADYHELP
  227. Language=English
  228. A %3 session for user %1\%2 from %4 (visible IP address: %5) was not accepted because the user has already been helped.
  229. .
  230. ;//5016
  231. MessageId=+1
  232. Facility=SALEM
  233. Severity=Success
  234. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_UNKNOWNRESOLVERERRORCODE
  235. Language=English
  236. A %3 session for user %1\%2 from %4 (visible IP address: %5) was not accepted due to the following unknown error: %6.
  237. .
  238. ;//5017
  239. MessageId=+1
  240. Facility=SALEM
  241. Severity=Success
  242. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_CONNECTTOEXPERT
  243. Language=English
  244. Novice (local user: %1\%2) has started a Remote Assistance reverse connection to %3.
  245. .
  246. ;//5018
  247. MessageId=+1
  248. Facility=SALEM
  249. Severity=Success
  250. SymbolicName=SESSMGR_E_REMOTEASSISTANCE_CONNECTFAILED
  251. Language=English
  252. Remote assistance connection from %1 (visible IP address: %2) was not accepted because the help ticket is invalid, expired, or deleted.
  253. .
  254. ;//5019
  255. MessageId=+1
  256. Facility=SALEM
  257. Severity=Success
  258. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_CREATETICKET
  259. Language=English
  260. A remote assistance ticket has been created with duration: %1hrs for user %2\%3.
  261. .
  262. ;//5020
  263. MessageId=+1
  264. Facility=SALEM
  265. Severity=Success
  266. SymbolicName=SESSMGR_I_REMOTEASSISTANCE_DELETEDTICKET
  267. Language=English
  268. A remote assistance ticket has been deleted for user %1\%2.
  269. .
  270. ;//5021
  271. MessageId=+1
  272. Facility=SALEM
  273. Severity=Success
  274. SymbolicName=SESSMGR_I_CREATEXPERTTICKET
  275. Language=English
  276. %1 has created a Remote Assistance Expert Ticket for use with Reverse Connect. The Connection Parameters for this Expert ticket are %2.
  277. .
  278. ;//5022
  279. MessageId=+1
  280. Facility=SALEM
  281. Severity=Success
  282. SymbolicName=SESSMGR_I_ACCEPTLISTENREVERSECONNECT
  283. Language=English
  284. Remote Assistance (local user: %1) has opened an incoming data channel on this computer for a Remote Assistance session. The incoming port is %2.
  285. .
  286. ;//5023
  287. MessageId=+1
  288. Facility=SALEM
  289. Severity=Success
  290. SymbolicName=SESSMGR_I_EXPERTUSETICKET
  291. Language=English
  292. Expert (local user: %1) has opened the following ticket: %2.
  293. .