|
Home > Archive > BizTalk Server General > March 2004 > Large XML File Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Large XML File Error
|
|
| Alexis Arrowsmith 2004-02-25, 12:35 pm |
| Hello,
I am trying to process a large XML file, unfortunately an error is generated
each time (0x1439) No partser component recognizes the data
.....
If I process a similar file (but smaller) it will process correctly without
generating the error. Any ideas? Could this be a timeout issue?
The file is XML 25mb. I really need to be able to process files of this
size as they represent our product catalogue.
Alexis
| |
| Jan Eliasen 2004-03-18, 1:58 pm |
| On Wed, 25 Feb 2004 11:47:53 -0500, "Alexis Arrowsmith"
<nospam-alexis@emj.ca> wrote:
Hi
The error doesn't have anything to do with the size of the xml-file.
Rather it could be that your root nodes start-tag does not match the
end-tag, or perhaps there is an empty line before the content..
anything that would make the document an invalid xml-document, so the
xml-parser can't parse it.
>Hello,
>
>I am trying to process a large XML file, unfortunately an error is generated
>each time (0x1439) No partser component recognizes the data
>....
>If I process a similar file (but smaller) it will process correctly without
>generating the error. Any ideas? Could this be a timeout issue?
>The file is XML 25mb. I really need to be able to process files of this
>size as they represent our product catalogue.
>
>Alexis
>
>
--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
|
|
|
|
|