Windows error 0xC00CE553, -1072896685

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode12 (0x00c)
NameFACILITY_INTERNET[1][2]
DescriptionThe source of the error code is Wininet related.[1][2]
Error Code58707 (0xe553)

Questions

0votes
0answers

Problem with parsing XML with multiple nodes into SQL

I got problem with node called "siBikNetQuery" and next 3 inside 'inquiryHeader'. There is a problem : "The XML parse error 0xc00ce553 occurred on line number 0, near the XML text "". Msg 6602, Level 16, State 2, Procedure sp_xml_preparedocument, Line 1 [Batch Start Line 1] The error description is [...] read more
sql
xml
openxml
0votes
2answers

OpenXML Cant get namespaces to work, possible original XML file issue?

I am having trouble with importing an XML file generated by our factory machine into a SQL table. If I edit the file to remove the additional Namespaces I get the right results but as we want to automate this process that isn't feasible to do. The start of the [...] read more
sql-server
xml

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0