error 10055 - WeOnlyDo Discussion board

error 10055 (General questions)

by adhibh, Tuesday, January 23, 2007, 11:15 (6514 days ago)

Hi,

i got error 10055 : An operation on a socket could not be performed bacause the syastem lacked sufficient buffer space or bacause a queue was full.

I try to connect with cmd (ftp) and it return eror
bind No buffer space is supported

but i can open the ftp from another computer. anyone know how to solve the problem?[:smile:]

Re: error 10055

by wodDamir, Tuesday, January 23, 2007, 11:25 (6514 days ago) @ adhibh

Hi,

This isn't an issue related to our component, but to the computer network settings.

A short search on internet resolved in finding the following article which might be helpful:

http://www.enterprisedt.com/forums/viewtopic.php?t=138,

Hope this helped.

Regards,
Damba

Re: error 10055

by adhibh, Tuesday, January 23, 2007, 13:25 (6514 days ago) @ wodDamir

Can i set the number protocol that i use in the component?

i need 2 connection to open at the same time (LAN and Dial UP)

thanks.

Hi,

This isn't an issue related to our component, but to the computer network settings.

A short search on internet resolved in finding the following article which might be helpful:

http://www.enterprisedt.com/forums/viewtopic.php?t=138,

Hope this helped.

Regards,
Damba

Re: error 10055

by wodDamir, Tuesday, January 23, 2007, 13:32 (6514 days ago) @ adhibh

Hi,

You can set Protocol by setting the Protocol Property.

You can find more in our help or on the following link:

http://www.weonlydo.com/FtpDLX.NET/Help/WeOnlyDo.Client.FTP~WeOnlyDo.Client.FtpDLX~Protocol

Regards,
Damba

Re: error 10055

by adhibh, Wednesday, January 24, 2007, 02:07 (6513 days ago) @ wodDamir

Hi,

I install the trial version again and the error didn't happened.

is there differences between the trial version and the purchased one?

My company buy wodFtpDLX. and after i install it the problem come.

Thanks,
Adhi

Re: error 10055

by woddrazen, Wednesday, January 24, 2007, 08:08 (6513 days ago) @ adhibh

Hi,


DEMO version and Licensed version is same. Please download licensed version of wodFtpDLX and try it again:

http://www.weonlydo.com/index.asp?update=1

This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.


Regards,
Drazen

Re: error 10055

by adhibh, Friday, January 26, 2007, 04:19 (6511 days ago) @ woddrazen

Hi,

I got the problem.
I close the application automaticly after it disconect.
when i use dial up connection(slow) likely the application close when the state is disconnecting. so the port/socket is used.

I add a timer, so the application will wait a minute before close it.