PDA

View Full Version : Cannot find windows comms errors



NewsArchive
07-25-2009, 08:49 AM
Hi

Comms error 12003 on ftp upload.... for some reason i can not find the error
description

any help please..

Ben

NewsArchive
07-25-2009, 08:49 AM
> Comms error 12003 on ftp upload.... for some reason i can not find the
> error description
>
> any help please..

FTP Upload makes use of the Windows WinInet APIs.

http://support.microsoft.com/kb/193625
http://support.microsoft.com/default.aspx/kb/168492

Hope this helps.

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
07-25-2009, 08:50 AM
Thanks for the pointer....

How do i do this ???

12003 ERROR_INTERNET_EXTENDED_ERROR
An extended error was returned from the server. This is
typically a string or buffer containing a verbose error
message. Call InternetGetLastResponseInfo to retrieve the
error text.


Ben

NewsArchive
07-25-2009, 08:50 AM
Hi Ben,

> Thanks for the pointer....
>
> How do i do this ???
>
> 12003 ERROR_INTERNET_EXTENDED_ERROR
> An extended error was returned from the server. This is
> typically a string or buffer containing a verbose error
> message. Call InternetGetLastResponseInfo to retrieve the
> error text.

You can't. The IDE does not call InternetGetLastResponseInfo().

It's even possible that this is not an error at all. In some cases the
WinInet FTP APIs may not parse such messages correctly and erroneously
report an error.

Friedrich

NewsArchive
07-25-2009, 08:51 AM
By the way, if you have the "PASV Mode" option enabled, try to disable it
and test it again.

Friedrich