What does HRESULT 0x80042311 (VSS_E_INVALID_XML_DOCUMENT) mean?

 
Previous Next
VSS_E_CORRUPT_XML_DOCUMENT VSS_E_MAXIMUM_NUMBER_OF_VOLUMES_REACHED

VSS_E_INVALID_XML_DOCUMENT

VSS_E_INVALID_XML_DOCUMENT means that VSS could not use an XML document because its syntax is invalid or it does not conform to the expected schema. VSS requesters and writers use XML-based metadata to describe backup and restore components.

How to investigate

  • Validate XML syntax, namespaces, encoding, and the schema version expected by the VSS component.
  • Determine whether the invalid document came from requester backup components, writer metadata, or a restore workflow.
  • Regenerate or restore the document from a known-good backup rather than applying unverified manual edits.

Microsoft: VSS requester metadata


Looking for a different code? Search another status or error code.