Deploying wodftpdlx with powerbuilder - WeOnlyDo Discussion board

Deploying wodftpdlx with powerbuilder (General questions)

by scot styer, Friday, May 06, 2011, 19:45 (4761 days ago)

I've got a powerbuilder 12.1 application
that works fine on my machine with wodftpdlx
but, when I deploy it to another machine,
I'm getting a error referencing an external object
on ole_ftp.hostname
ole_ftp is my wodftpdlx class
I deployed the application with the wodftpdlx.dll and wodcertificate.dll
I don't understand why it works on mine, and not on a users machine
am I missing something?

Re: Deploying wodftpdlx with powerbuilder

by wodDamir, Friday, May 06, 2011, 19:52 (4761 days ago) @ scot styer

Hi Scot,

Did you register wodFtpDLX.dll using RegSvr32?

If not can you please do so?

Regards,
Damba

Re: Deploying wodftpdlx with powerbuilder

by scot styer, Friday, May 06, 2011, 20:20 (4761 days ago) @ wodDamir

Hi Scot,

Did you register wodFtpDLX.dll using RegSvr32?

If not can you please do so?

Regards,
Damba


I registered the dll.. and it appeared to register.. but, we still get the same error

Re: Deploying wodftpdlx with powerbuilder

by wodDamir, Friday, May 06, 2011, 20:22 (4761 days ago) @ scot styer

Scot,

Are you using Licensed or trial version?

If you're using licensed one, did you set LicenseKey property? If not, can you please do so?

Regards,
Damba

Re: Deploying wodftpdlx with powerbuilder

by scot styer, Friday, May 06, 2011, 20:37 (4761 days ago) @ wodDamir

Scot,

Are you using Licensed or trial version?

If you're using licensed one, did you set LicenseKey property? If not, can you please do so?

Regards,
Damba

I followed a sample application in the powerbuilder journal
and I believe it was suggesting to use the active x control
and... looking at the documentation, it doesn't appear that you have
to put the license statement in... when using an active x
when I tried it gives a compatibility error
if I'm using the active x component... do I need to register
the wodftpdlx.ocx ?

Re: Deploying wodftpdlx with powerbuilder

by wodDamir, Friday, May 06, 2011, 20:42 (4761 days ago) @ scot styer

Scot,

Yes, in case you're using ActiveX Control, you need to register and distribute the wodFtpDLX.ocx instead.

Regards,
Damba

Re: Deploying wodftpdlx with powerbuilder

by scot styer, Friday, May 06, 2011, 21:06 (4761 days ago) @ wodDamir

Scot,

Yes, in case you're using ActiveX Control, you need to register and distribute the wodFtpDLX.ocx instead.

Regards,
Damba

that worked... thanks