Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: 429 Error
wrlucas

From: Gardner, KS USA
Posts: 58
Member Since: 02/13/02
posted April 12, 2003 6:43 PM

This code runs fine on my development machine.

When I deploy it to a remote Windows 2000 server, I get:

429
ActiveX component can't create object.

I declare the FTP in code as:
 Dim FTP1 As New Ftp

Here is the line of code causing the error:

FTP1.Login strFTPWeb, strUserWeb, strPassWeb

The way I installed the dll was I copied the DartFTP.dll to the System32 directiory. I ran regsvr32.exe DartFTP.dll. The above code is in an Access 2002 form module. Again, it runs fine on my development machine.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted April 12, 2003 8:32 PM

Have you done everything that is explained in the Online Help under "Distribution"?

wrlucas

From: Gardner, KS USA
Posts: 58
Member Since: 02/13/02
posted April 12, 2003 8:43 PM

Oh yes, very familar with Distribution.
Since this is Windows 2000 no system file update is needed. I had all dependent files there.

But I had to physically put in the string-value pair under the license key in the registery for the FTP Tool. After that everyting worked fine.

I guess since I was manually copying the dll, I needed to do that. I thought regsvr32.exe would do that -- but then how could it? It did not have access to the license number.
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted April 14, 2003 8:52 AM

Hi,
That is correct; glad you got it working.

In Access projects, if you use New and Set, you must include your license in the deployment machine's registry, as described in the "Distribution Under IIS" section.

(This is a license problem - registering the dlls with regsvr32 has nothing to do with this).
-ken
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX