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.

143 lines
3.5 KiB

  1. ;/*--
  2. ;
  3. ;Copyright (c) 1999-2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msgcomm.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for common VSS errors.
  12. ; They are a subset of message definitions of vssadmin.exe.
  13. ;
  14. ;Author:
  15. ;
  16. ;Revision History:
  17. ;
  18. ;--*/
  19. ;
  20. ;#ifndef __MSGCOMM_H__
  21. ;#define __MSGCOMM_H__
  22. FacilityNames=(
  23. Interface=0x4
  24. )
  25. ;//
  26. ;// VSS error codes.
  27. ;//
  28. MessageId=0x2304
  29. Severity=Warning
  30. Facility=Interface
  31. SymbolicName=MSG_VSS_E_PROVIDER_NOT_REGISTERED
  32. Language=English
  33. The volume shadow copy provider is not registered in the system.
  34. .
  35. MessageId=0x2306
  36. Severity=Warning
  37. Facility=Interface
  38. SymbolicName=MSG_VSS_E_PROVIDER_VETO
  39. Language=English
  40. The shadow copy provider had an error. Please see the system and application event logs for more information.
  41. .
  42. MessageId=0x2308
  43. Severity=Warning
  44. Facility=Interface
  45. SymbolicName=MSG_VSS_E_OBJECT_NOT_FOUND
  46. Language=English
  47. The specified volume was not found.
  48. .
  49. MessageId=0x230c
  50. Severity=Warning
  51. Facility=Interface
  52. SymbolicName=MSG_VSS_E_VOLUME_NOT_SUPPORTED
  53. Language=English
  54. Shadow copying the specified volume is not supported.
  55. .
  56. MessageId=0x230e
  57. Severity=Warning
  58. Facility=Interface
  59. SymbolicName=MSG_VSS_E_VOLUME_NOT_SUPPORTED_BY_PROVIDER
  60. Language=English
  61. The given shadow copy provider does not support shadow copying the specified volume.
  62. .
  63. MessageId=0x230f
  64. Severity=Warning
  65. Facility=Interface
  66. SymbolicName=MSG_VSS_E_UNEXPECTED_PROVIDER_ERROR
  67. Language=English
  68. The shadow copy provider had an unexpected error while trying to process the specified operation.
  69. .
  70. MessageId=0x2313
  71. Severity=Warning
  72. Facility=Interface
  73. SymbolicName=MSG_VSS_E_FLUSH_WRITES_TIMEOUT
  74. Language=English
  75. The shadow copy provider timed out while flushing data to the volume being shadow copied. This is probably due to excessive activity on the volume. Try again later when the volume is not being used so heavily.
  76. .
  77. MessageId=0x2314
  78. Severity=Warning
  79. Facility=Interface
  80. SymbolicName=MSG_VSS_E_HOLD_WRITES_TIMEOUT
  81. Language=English
  82. The shadow copy provider timed out while holding writes to the volume being shadow copied. This is probably due to excessive activity on the volume by an application or a system service. Try again later when activity on the volume is reduced.
  83. .
  84. MessageId=0x2316
  85. Severity=Warning
  86. Facility=Interface
  87. SymbolicName=MSG_VSS_E_SNAPSHOT_SET_IN_PROGRESS
  88. Language=English
  89. Another shadow copy creation is already in progress. Please wait a few moments and try again.
  90. .
  91. MessageId=0x2317
  92. Severity=Warning
  93. Facility=Interface
  94. SymbolicName=MSG_VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED
  95. Language=English
  96. The specified volume has already reached its maximum number of shadow copies.
  97. .
  98. MessageId=0x231b
  99. Severity=Warning
  100. Facility=Interface
  101. SymbolicName=MSG_VSS_E_UNSUPPORTED_CONTEXT
  102. Language=English
  103. The shadow copy provider does not support the specified type.
  104. .
  105. MessageId=0x231d
  106. Severity=Warning
  107. Facility=Interface
  108. SymbolicName=MSG_VSS_E_VOLUME_IN_USE
  109. Language=English
  110. The specified shadow copy storage association is in use and so can't be deleted.
  111. .
  112. MessageId=0x231e
  113. Severity=Warning
  114. Facility=Interface
  115. SymbolicName=MSG_VSS_E_MAXIMUM_DIFFAREA_ASSOCIATIONS_REACHED
  116. Language=English
  117. Maximum number of shadow copy storage associations already reached.
  118. .
  119. MessageId=0x231f
  120. Severity=Warning
  121. Facility=Interface
  122. SymbolicName=MSG_VSS_E_INSUFFICIENT_STORAGE
  123. Language=English
  124. Insufficient storage available to create either the shadow copy storage file or other shadow copy data.
  125. .
  126. ;#endif // __MSGCOMM_H__