Page 1 of 1
issue with new Dataport Beta
Posted: Tue Nov 24, 2009 5:56 pm
by ozlighting
I decided to give the new beta version of the dataport a try because my 7.3 dataport has been giving me some issues. The dataport connected to my server no problem, but when I tried to download all of my products as CSV I got an error (see attached image)
Parallels Picture.png
The error just repeats and repeats until the process stops.
I realise it's a beta, so I'm not necessarily looking for a solution, just wanted to report the issue.
Cheers,
Lance
Re: issue with new Dataport Beta
Posted: Wed Nov 25, 2009 6:59 am
by mazhar
Make sure that you updated store with proper version of DataClient API and ClientApiService.ashx file required by store when using with universal dataport.
Re: issue with new Dataport Beta
Posted: Wed Nov 25, 2009 7:35 pm
by ozlighting
Hi Mazhar,
thanks for responding. I did update the files on the server, however I think this may be the issue. I noticed that the new ClientApiService.ashx file is only 1kb and so i opened it up and it looks to be empty:
Code: Select all
<%@ WebHandler Language="C#" Class="ClientApiService" %>
using System;
using System.Web;
using CommerceBuilder.DataClient.Api;
public class ClientApiService : AuthenticationHandler
{
// ALL THE IMPLEMENTATION INSIDE RESPECTIVE CLIENT API
}
Could this be the issue? Or is the way the new ClientApiService.ashx file should look?
Cheers,
Lance
Re: issue with new Dataport Beta
Posted: Wed Nov 25, 2009 10:32 pm
by mazhar
No its OK, functionality is implemented in AuthenticationHandler class and Client API handler inherits those things.
Re: issue with new Dataport Beta
Posted: Tue Dec 15, 2009 4:26 pm
by Logan Rhodehamel
To touch on what Mazhar said, the API file is only a placeholder now. That allows us to make modifications to the implementation inside the API DLL rather than having to include a script file with each update.
Can you tell me what version your store is? Is it a 7.0.3 store?