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.

224 lines
7.0 KiB

  1. ;/*--
  2. ;
  3. ;Copyright (c) 1999-2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the vssprov.dll
  12. ; VSS WMI Provider.
  13. ;
  14. ;Author:
  15. ;
  16. ; Jim Benton [JBenton] 06-Jan-2001
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;
  22. ;#ifndef __MSG_H__
  23. ;#define __MSG_H__
  24. ;#define MSG_FIRST_MESSAGE_ID MSG_UTILITY_HEADER
  25. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  26. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  27. Warning=0x2:STATUS_SEVERITY_WARNING
  28. Error=0x3:STATUS_SEVERITY_ERROR
  29. )
  30. ;//
  31. ;// vssprov general messages/errors (range 11000-12000)
  32. ;//
  33. ;//
  34. MessageId=11015 Severity=Informational SymbolicName=MSG_ERROR_NO_ITEMS_FOUND
  35. Language=English
  36. No items found that satisfy the query.
  37. .
  38. MessageId=11016 Severity=Informational SymbolicName=MSG_ERROR_OUT_OF_MEMORY
  39. Language=English
  40. Ran out of resources while running the command.
  41. .
  42. MessageId=11017 Severity=Informational SymbolicName=MSG_ERROR_ACCESS_DENIED
  43. Language=English
  44. You don't have the correct permissions to run this command.
  45. .
  46. MessageId=11101 Severity=Informational SymbolicName=MSG_ERROR_PROVIDER_DOESNT_SUPPORT_DIFFAREAS
  47. Language=English
  48. The specified Shadow Copy Provider does not support shadow copy storage
  49. associations. A shadow copy storage association was not added.
  50. .
  51. MessageId=11102 Severity=Informational SymbolicName=MSG_ERROR_ASSOCIATION_NOT_FOUND
  52. Language=English
  53. The specified volume shadow copy storage association was not found.
  54. .
  55. MessageId=11103 Severity=Informational SymbolicName=MSG_ERROR_ASSOCIATION_ALREADY_EXISTS
  56. Language=English
  57. The specified shadow copy storage association already exists.
  58. .
  59. MessageId=11104 Severity=Informational SymbolicName=MSG_ERROR_ASSOCIATION_IS_IN_USE
  60. Language=English
  61. The specified shadow copy storage association is in use.
  62. .
  63. MessageId=11107 Severity=Informational SymbolicName=MSG_ERROR_UNABLE_TO_CREATE_SNAPSHOT
  64. Language=English
  65. Unable to create a shadow copy%0
  66. .
  67. MessageId=11108 Severity=Informational SymbolicName=MSG_ERROR_INTERNAL_VSSADMIN_ERROR
  68. Language=English
  69. Internal error.
  70. .
  71. MessageId=11200 Severity=Informational SymbolicName=MSG_ERROR_INVALID_INPUT_NUMBER
  72. Language=English
  73. Specified number is invalid
  74. .
  75. MessageId=11201 Severity=Informational SymbolicName=MSG_ERROR_INVALID_COMMAND
  76. Language=English
  77. Invalid command.
  78. .
  79. MessageId=11202 Severity=Informational SymbolicName=MSG_ERROR_INVALID_OPTION
  80. Language=English
  81. Invalid option.
  82. .
  83. MessageId=11203 Severity=Informational SymbolicName=MSG_ERROR_INVALID_OPTION_VALUE
  84. Language=English
  85. Invalid option value.
  86. .
  87. MessageId=11204 Severity=Informational SymbolicName=MSG_ERROR_DUPLICATE_OPTION
  88. Language=English
  89. Cannot specify the same option more than once.
  90. .
  91. MessageId=11205 Severity=Informational SymbolicName=MSG_ERROR_OPTION_NOT_ALLOWED_FOR_COMMAND
  92. Language=English
  93. An option is specified that is not allowed for the command.
  94. .
  95. MessageId=11206 Severity=Informational SymbolicName=MSG_ERROR_REQUIRED_OPTION_MISSING
  96. Language=English
  97. A required option is missing.
  98. .
  99. MessageId=11207 Severity=Informational SymbolicName=MSG_ERROR_INVALID_SET_OF_OPTIONS
  100. Language=English
  101. Invalid combination of options.
  102. .
  103. MessageId=11208 Severity=Informational SymbolicName=MSG_ERROR_EXPOSE_INVALID_ARG
  104. Language=English
  105. Expose shadow is not allowed because either the shadow is of the incorrect type. or
  106. the exposure name is invalid.
  107. .
  108. MessageId=11209 Severity=Informational SymbolicName=MSG_ERROR_EXPOSE_OBJECT_EXISTS
  109. Language=English
  110. Expose shadow is not allowed because the shadow is already exposed.
  111. .
  112. ;//
  113. ;// vssadmin VSS Service connection/interaction errors (range 11001-12000)
  114. ;// Note: for the first range of errors, they sort of map to the VSS error codes.
  115. ;//
  116. MessageId=11001 Severity=Informational SymbolicName=MSG_ERROR_VSS_PROVIDER_NOT_REGISTERED
  117. Language=English
  118. The volume shadow copy provider is not registered in the system.
  119. .
  120. MessageId=11002 Severity=Informational SymbolicName=MSG_ERROR_VSS_PROVIDER_VETO
  121. Language=English
  122. The shadow copy provider had an error. Please see the system and
  123. application event logs for more information.
  124. .
  125. MessageId=11003 Severity=Informational SymbolicName=MSG_ERROR_VSS_VOLUME_NOT_FOUND
  126. Language=English
  127. Either the specified volume was not found or it is not a local volume.
  128. .
  129. MessageId=11004 Severity=Informational SymbolicName=MSG_ERROR_VSS_VOLUME_NOT_SUPPORTED
  130. Language=English
  131. Shadow copying the specified volume is not supported.
  132. .
  133. MessageId=11005 Severity=Informational SymbolicName=MSG_ERROR_VSS_VOLUME_NOT_SUPPORTED_BY_PROVIDER
  134. Language=English
  135. The given shadow copy provider does not support shadow copying the
  136. specified volume.
  137. .
  138. MessageId=11006 Severity=Informational SymbolicName=MSG_ERROR_VSS_UNEXPECTED_PROVIDER_ERROR
  139. Language=English
  140. The shadow copy provider had an unexpected error while trying to process
  141. the specified command.
  142. .
  143. MessageId=11007 Severity=Informational SymbolicName=MSG_ERROR_VSS_FLUSH_WRITES_TIMEOUT
  144. Language=English
  145. The shadow copy provider timed out while flushing data to the volume being
  146. shadow copied. This is probably due to excessive activity on the volume.
  147. Try again later when the volume is not being used so heavily.
  148. .
  149. MessageId=11008 Severity=Informational SymbolicName=MSG_ERROR_VSS_HOLD_WRITES_TIMEOUT
  150. Language=English
  151. The shadow copy provider timed out while holding writes to the volume
  152. being shadow copied. This is probably due to excessive activity on the
  153. volume by an application or a system service. Try again later when
  154. activity on the volume is reduced.
  155. .
  156. MessageId=11009 Severity=Informational SymbolicName=MSG_ERROR_VSS_UNEXPECTED_WRITER_ERROR
  157. Language=English
  158. A shadow copy aware application or service had an unexpected error while
  159. trying to process the command.
  160. .
  161. MessageId=11010 Severity=Informational SymbolicName=MSG_ERROR_VSS_SNAPSHOT_SET_IN_PROGRESS
  162. Language=English
  163. Another shadow copy creation is already in progress. Please wait a few
  164. moments and try again.
  165. .
  166. MessageId=11011 Severity=Informational SymbolicName=MSG_ERROR_VSS_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED
  167. Language=English
  168. The specified volume has already reached its maximum number of
  169. shadow copies.
  170. .
  171. MessageId=11012 Severity=Informational SymbolicName=MSG_ERROR_VSS_UNSUPPORTED_CONTEXT
  172. Language=English
  173. The shadow copy provider does not support the specified shadow type.
  174. .
  175. MessageId=11013 Severity=Informational SymbolicName=MSG_ERROR_VSS_MAXIMUM_DIFFAREA_ASSOCIATIONS_REACHED
  176. Language=English
  177. Maximum number of shadow copy storage associations already reached.
  178. .
  179. MessageId=11014 Severity=Informational SymbolicName=MSG_ERROR_VSS_INSUFFICIENT_STORAGE
  180. Language=English
  181. Insufficient storage available to create either the shadow copy storage
  182. file or other shadow copy data.
  183. .
  184. ;#endif // __MSG_H__