Dataport Error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
Tomgard
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 108
Joined: Sun Jul 20, 2008 1:00 pm

Dataport Error

Post by Tomgard » Mon Aug 18, 2008 2:54 pm

I have been using the DataPort tool for a couple of weeks and all of the sudden i get the following error when trying to import a .csv file.....

"Authentication Failed. An unknown error occured while processing request. Exception Message:There is an error in XML document (44, 30). At CommerceBuilder.DataClient.API.ACRequestHandler.ProcessRequest(String requestXml)
at ClietApiService.ProcessRequest(HttpContext context) in
C:ClientApi\ClientApiService.ashx:line 39

Anyone else seen this before?
Bryan Bundgaard
AC7 User http://www.SchoolSupplyStore.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Dataport Error

Post by jmestep » Mon Aug 18, 2008 7:08 pm

Did you change your password on the site? That might be the problem.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Tomgard
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 108
Joined: Sun Jul 20, 2008 1:00 pm

Re: Dataport Error

Post by Tomgard » Mon Aug 18, 2008 7:30 pm

The dataport tool "connects" to the site.......it is only when I try to upload the .csv file that I get the error message.
Bryan Bundgaard
AC7 User http://www.SchoolSupplyStore.com

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Dataport Error

Post by sohaib » Tue Aug 19, 2008 3:01 am

Have you applied any patch or upgraded to SP1 recently?

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

Re: Dataport Error

Post by Naveed » Tue Aug 19, 2008 9:42 am

Tomgard wrote: "Exception Message:There is an error in XML document (44, 30). At CommerceBuilder.DataClient.API.ACRequestHandler.ProcessRequest(String requestXml)
If this is happening only with some particular CSV file, and you can successfully download or upload XML data then your CSV data might be invalid. Most probably your CSV data contains some special characters which are not valid in XML. Please examine your CSV data using some text editor before uploading....

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

Re: Dataport Error

Post by Naveed » Tue Aug 19, 2008 9:45 am

Actually all the CSV data is converted to XML before sending it to server, so, it might happen that your CSV data contains some characters which are not valid in XML and causing this issue...

Post Reply