PRB: sp_xml_preparedocument Stored Procedure Fails with Error 6603 (279430)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q279430 SYMPTOMS
When you invoke the sp_xml_preparedocument stored procedure, the call fails with this error message:
Server: Msg 6603, Level 16, State 1, Procedure sp_xml_preparedocument, Line 19
XML parsing error: A string literal was expected, but no opening quote character was found.
CAUSE
The sp_xml_preparedocument stored procedure was given an invalid XML document to process.
RESOLUTION
Correct the XML document passed into the sp_xml_preparedocument stored procedure for processing.
STATUS
The behavior is by design.
Modification Type: | Major | Last Reviewed: | 10/3/2003 |
---|
Keywords: | kbprb KB279430 |
---|
|