issue with new Dataport Beta

A forum where issues related to the DataPort utility can be discussed.
Post Reply
ozlighting
Lieutenant (LT)
Lieutenant (LT)
Posts: 53
Joined: Tue Mar 24, 2009 9:49 pm
Contact:

issue with new Dataport Beta

Post by ozlighting » Tue Nov 24, 2009 5:56 pm

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
Australian Online Lighting Store

log on and light up...

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: issue with new Dataport Beta

Post by mazhar » Wed Nov 25, 2009 6:59 am

Make sure that you updated store with proper version of DataClient API and ClientApiService.ashx file required by store when using with universal dataport.

ozlighting
Lieutenant (LT)
Lieutenant (LT)
Posts: 53
Joined: Tue Mar 24, 2009 9:49 pm
Contact:

Re: issue with new Dataport Beta

Post by ozlighting » Wed Nov 25, 2009 7:35 pm

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
Australian Online Lighting Store

log on and light up...

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: issue with new Dataport Beta

Post by mazhar » Wed Nov 25, 2009 10:32 pm

No its OK, functionality is implemented in AuthenticationHandler class and Client API handler inherits those things.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: issue with new Dataport Beta

Post by Logan Rhodehamel » Tue Dec 15, 2009 4:26 pm

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?
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply