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.

45 lines
1.5 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) Microsoft Corporation. All rights resereved.
  4. ;
  5. ; Module Name:
  6. ;
  7. ; acmsg.mc
  8. ;
  9. ; Abstract:
  10. ;
  11. ; Contains message definitions for event logging.
  12. ;
  13. ; Notes:
  14. ;
  15. ; DO NOT change the order of the MessageIds.
  16. ; The event log service uses these numbers to determine which strings
  17. ; to pull from the library. If a later version of the library is installed
  18. ; and the messages are ordered differently, previous event log entries
  19. ; will be incorrect.
  20. ;
  21. ; History:
  22. ;
  23. ; 02/04/03 rparsons Created
  24. ;
  25. ;--*/
  26. MessageIdTypedef=DWORD
  27. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  28. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  29. Warning=0x2:STATUS_SEVERITY_WARNING
  30. Error=0x3:STATUS_SEVERITY_ERROR)
  31. MessageId=1
  32. Severity=Informational
  33. Facility=Application
  34. SymbolicName=ID_SQL_PORTS_DISABLED
  35. Language=English
  36. You are running a version of Microsoft SQL Server 2000 or Microsoft SQL
  37. Server 2000 Desktop Engine (also called MSDE) that has known security
  38. vulnerabilities when used in conjunction with the Microsoft Windows Server
  39. 2003 family. To reduce your computer's vulnerability to certain virus
  40. attacks, the TCP/IP and UDP network ports of Microsoft SQL Server 2000,
  41. MSDE, or both have been disabled. To enable these ports, you must install
  42. a patch, or the most recent service pack for Microsoft SQL Server 2000 or
  43. MSDE from http://www.microsoft.com/sql/downloads/default.asp
  44. .