"'>' is an unexpected token" error for XML downloading (7.3)

A forum where issues related to the DataPort utility can be discussed.
Post Reply
TruMan_1
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Sat Jul 11, 2009 8:03 am

"'>' is an unexpected token" error for XML downloading (7.3)

Post by TruMan_1 » Sun Aug 23, 2009 4:52 pm

I am using the latest DataPort 7.3 with a 7.3 store. I am trying to download my store products in XML and I get this error:

'>' is an unexpected token. The expected token is '"' or '''. Line 2, position 63.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
at System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
at System.Xml.DtdParser.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
at System.Xml.DtdParser.ParseExternalId(Token idTokenType, Token declType, String& publicId, String& systemId)
at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
at System.Xml.XmlTextReaderImpl.DtdParserProxy.Parse(Boolean saveInternalSubset)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at CommerceBuilder.DataClient.Api.EncodeHelper.GetTopElement(String Xml)
at l.b()

I have replaced my bin files with the one provided with the DataPort installation. It seems like there is something wrong with how DataPort downloads data. It should know which characters to escape so it doesn't crash the whole download. Any help would be greatly appreciated.

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: "'>' is an unexpected token" error for XML downloading (7.3)

Post by Naveed » Sun Aug 30, 2009 10:25 pm

I have posted reply to your other similar post:
viewtopic.php?f=61&t=12148

Post Reply