Error 30029 - WeOnlyDo Discussion board

Error 30029 (General questions)

by aliB, Thursday, October 14, 2004, 21:02 (7143 days ago)

I would like to verify what error 30029 means. The description in your doc is Component was busy while disconnected by the server . I assume this means the FTP server I am attached to has dropped the connection, while wodFTP was busy doing its thing. Is that correct, or could I have a problem with how I am using your component?

I have received this error intermittently, while using Connect, GetFile or Rename. I am using FTPSimplicit, blocking, and Implements IwodFtpNotify.

Thanks!

Re: Error 30029

by wodSupport, Thursday, October 14, 2004, 21:45 (7143 days ago) @ aliB

Ali,

yes, that is correct. In other words: all was going ok, we were downloading (uploading, listing...) and suddenly connection was dropped - and we report the error.

When connection is closed, we may receive error from winsock (such as, for example, 'connection reset by peer'). But - in this specifiec case no error was reported (while we were busy doing things..), connection was just closed!

Since we're unable to give any reasonable explanation on why connection was closed, we fire error so you can deal with it.

In your specific case: can you give me some debug dump (log from FTPReply event, for example) that would tell us more what went wrong?

Regards.