ActiveX Can't Create Object error 429 (wodSFTP / wodSFTP.NET / wodSFTPdll)
by Antonio01, Wednesday, May 21, 2008, 12:40 (6031 days ago)
I have a problem when i try to create
Set wodSFTP1 = Server.CreateObject( WeOnlyDo.wodSFTPCom.1 )
I have the erroc error 429 can create object.
I have installed Wodsftp and put my licence key.
I have already registered with regsrv my dll.
my dll has been installed in c:/Window/System64.
Thanks for you quick response it´s very urgent.
Antonio
Re: ActiveX Can't Create Object error 429
by wodDamir, Wednesday, May 21, 2008, 12:53 (6031 days ago) @ Antonio01
Hi Antonio,
What machine does this occur on? A machine that you installed the component using our isntaller or the one you are trying to distribute the component to?
Also, did you try our samples? Does it happen with them too?
Regards,
Damba
Re: ActiveX Can't Create Object error 429
by Antonio01, Wednesday, May 21, 2008, 13:01 (6031 days ago) @ wodDamir
In the same machine i have installed WodSftp.
The sample doesn´t work i have the same error message.
I ve already registered the dll.
What could i do to solve this problem ?
Thank in advance
Antonio
Re: ActiveX Can't Create Object error 429
by wodDamir, Wednesday, May 21, 2008, 13:11 (6031 days ago) @ Antonio01
Antonio,
I'm pretty sure that something with the installation wasn't correct. Can you try uninstalling, and then re-installing the component? You don't need to register it manually, setup should do that for you.
Also, you need to install it with Admin privileges.
Regards,
Damba
Re: ActiveX Can't Create Object error 429
by Antonio01, Wednesday, May 21, 2008, 13:13 (6031 days ago) @ wodDamir
I uninstalled wodsftp reinstalled it after
The sample code
<
dim Sftp
set Sftp = Server.CreateObject( WeOnlyDo.wodSFTPCom.1 )
Sftp.Blocking = 1
Sftp.LicenseKey = XXXX
Sftp.Hostname = XX
Sftp.Login = XX
Sftp.Password = put.your.password
Sftp.Connect
Sftp.ListDir /
Response.Write(Sftp.ListItem)
Sftp.Disconnect
>
And i have can create object
Re: ActiveX Can't Create Object error 429
by Antonio01, Wednesday, May 21, 2008, 13:20 (6031 days ago) @ Antonio01
my error
The component ActiveX can´t create the object
Do you think there is an other way to solve this problem ?
Thanks,
Antonio
Re: ActiveX Can't Create Object error 429
by Antonio01, Wednesday, May 21, 2008, 13:29 (6031 days ago) @ Antonio01
my serveur is :
Windows Server 2003 Édition x64
if it could help you
Re: ActiveX Can't Create Object error 429
by wodDamir, Wednesday, May 21, 2008, 14:08 (6031 days ago) @ Antonio01
Antonio,
In one of the previous posts you mentioned it worked?
Did you install and register the .dll with Admin privileges?
The component should also work with 64-bit Windows 2003...
Regards,
Damba
Re: ActiveX Can't Create Object error 429
by wodDamir, Wednesday, May 21, 2008, 14:16 (6031 days ago) @ wodDamir
Antonio,
Can you send us an e-mail to techsupport@weonlydo.com ?
The component should work in 64-bit environment, but only in 32-bit process. If you could contact us on e-mail, we would try to re-compile the component for 64-bit process too.
Perhaps that would solve the issue you have.
Regards,
Damba
Re: ActiveX Can't Create Object error 429
by Antonio01, Wednesday, May 21, 2008, 17:12 (6031 days ago) @ wodDamir
Ok i will send you a request for a new version for my server.
Thanks for your quick response,
Antonio