| Event Information | "According to Microsoft
Cause: This message passes through XML parsing errors. The text after ""XML parsing error:"" will vary. The cause will depend on the exact XML parsing error passed through. Often, the sp_xml_preparedocument stored procedure is given an invalid XML document to process. For more information about this particular scenario, see Microsoft Knowledge Base article 279430.
Resolution: Find and fix the error so that the XML document is well-formed, and rerun the commands.
Attempt to load the problematic XML document using an XML editor to see if there are more details about what failed in the XML parsing."
|