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.

119 lines
2.6 KiB

  1. ;/********************************************************************
  2. ;
  3. ;Copyright (c) 1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ; UploadServer.mc
  7. ;
  8. ;Abstract:
  9. ; NT events for the ISAPI-side of Upload Library
  10. ;
  11. ;Revision History:
  12. ; dmassare created 05/27/99
  13. ;
  14. ;
  15. ;********************************************************************/
  16. MessageId=0x4000
  17. Severity=Error
  18. Facility=Application
  19. SymbolicName=PCHUL_ERR_NOCONFIG
  20. Language=English
  21. Can't read the configuration from the registry
  22. .
  23. MessageId=0x4001
  24. Severity=Error
  25. Facility=Application
  26. SymbolicName=PCHUL_ERR_EXCEPTION
  27. Language=English
  28. Server %1: catched an exception while processing request for client %2
  29. .
  30. MessageId=0x4002
  31. Severity=Error
  32. Facility=Application
  33. SymbolicName=PCHUL_ERR_CLIENT_DB
  34. Language=English
  35. Server %1: can't create directory file (%3) for client %2
  36. .
  37. MessageId=0x4003
  38. Severity=Error
  39. Facility=Application
  40. SymbolicName=PCHUL_ERR_FINALCOPY
  41. Language=English
  42. Server %1: received %4 bytes from client %2 to provider %3. Cannot move to %5
  43. .
  44. ;/********************************************************************/
  45. MessageId=0x4100
  46. Severity=Warning
  47. Facility=Application
  48. SymbolicName=PCHUL_WARN_COLLISION
  49. Language=English
  50. Server %1: directory file (%3) for client %2 is locked...
  51. .
  52. MessageId=0x4101
  53. Severity=Warning
  54. Facility=Application
  55. SymbolicName=PCHUL_WARN_PACKET_SIZE
  56. Language=English
  57. Server %1: received a packet %2 bytes long, rejected.
  58. .
  59. ;/********************************************************************/
  60. MessageId=0x4200
  61. Severity=Informational
  62. Facility=Application
  63. SymbolicName=PCHUL_INFO_QUOTA_DAILY_JOBS
  64. Language=English
  65. Server %1: client %2 exceeded quota on daily jobs for provider %3.
  66. .
  67. MessageId=0x4201
  68. Severity=Informational
  69. Facility=Application
  70. SymbolicName=PCHUL_INFO_QUOTA_DAILY_BYTES
  71. Language=English
  72. Server %1: client %2 exceeded quota on daily bytes for provider %3.
  73. .
  74. MessageId=0x4202
  75. Severity=Informational
  76. Facility=Application
  77. SymbolicName=PCHUL_INFO_QUOTA_JOB_SIZE
  78. Language=English
  79. Server %1: client %2 tried to upload a job %4 bytes long for provider %3.
  80. .
  81. ;/********************************************************************/
  82. MessageId=0x4300
  83. Severity=Informational
  84. Facility=Application
  85. SymbolicName=PCHUL_SUCCESS_STARTED
  86. Language=English
  87. UploadServer started.
  88. .
  89. MessageId=0x4301
  90. Severity=Informational
  91. Facility=Application
  92. SymbolicName=PCHUL_SUCCESS_STOPPED
  93. Language=English
  94. UploadServer stopped.
  95. .
  96. MessageId=0x4302
  97. Severity=Informational
  98. Facility=Application
  99. SymbolicName=PCHUL_SUCCESS_COMPLETEJOB
  100. Language=English
  101. Server %1: received %4 bytes from client %2 to provider %3. Copied to %5.
  102. .
  103. ;/********************************************************************/