Re: [twsocket] smtp error 10061 sending mail on one pc

2010-07-01 Thread Angus Robertson - Magenta Systems Ltd
 One pc get Error 10061 on connect when sending any mail, 

You should use the function GetWinsockErr () or WSocketErrorDesc () (and
GetWindowsErr() for files) in OverbyteIcsWSocket, so your application
returns textual errors.

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] smtp error 10061 sending mail on one pc

2010-07-01 Thread Xavier Mor-Mur

 Thanks Angus for your tip
As I can I'll include this.

Xavi

Al 01/07/2010 08:59, En/na Angus Robertson - Magenta Systems Ltd ha escrit:

One pc get Error 10061 on connect when sending any mail,

You should use the function GetWinsockErr () or WSocketErrorDesc () (and
GetWindowsErr() for files) in OverbyteIcsWSocket, so your application
returns textual errors.

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



Se certifico que el correo entrante no contiene virus.
Comprobada por AVG - www.avg.es
Version: 9.0.830 / Base de datos de virus: 271.1.1/2975 - Fecha de la version: 
07/01/10 08:35:00



--
Xavier Mor-Mur

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] smtp error 10061 sending mail on one pc

2010-07-01 Thread Xavier Mor-Mur

 Thanks dZ

I'll do more exhaustive check on that pc.
Last test I do was include one button with all actions on it's click 
event and worked fine on two pc's but not on third.
If you or someone have any idea where or what to check on that pc where 
welcome.


Thanks again for all

Xavi

Al 01/07/2010 03:47, En/na DZ-Jay ha escrit:

On Jun 30, 2010, at 19:25, Xavier Mor-Mur wrote:


I would appreciate any help about error 10061.
One pc get Error 10061 on connect when sending any mail, other 2 pc have no 
problems.
Program, utility and smtp configuration it's the same for all 3 terminals 
(windows vista) and all parameters retrieved from server.
I can't find any info for errors  ~575
I checked antivirus and local firewall, the same for all 3 pc's.
What means this errors and what actions I should take?
There is any way to force a more detailed debug to find what's wrong on that pc?

Hello:
Typical protocol errors fall within 500 - 599.  Error numbers greater than 10,000 
are WinSock error codes.  Code 10061 means Connection Refused, and it usually 
refers to a host not having a server listening on the requested port.

For more information on WinSock error codes, consult the Windows SDK 
documentation that comes with Delphi, or MSDN:

http://msdn.microsoft.com/en-us/library/aa924071.aspx

dZ.





Se certifico que el correo entrante no contiene virus.
Comprobada por AVG - www.avg.es
Version: 9.0.830 / Base de datos de virus: 271.1.1/2975 - Fecha de la version: 
07/01/10 08:35:00



--
Xavier Mor-Mur

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] smtp error 10061 sending mail on one pc

2010-06-30 Thread DZ-Jay
On Jun 30, 2010, at 19:25, Xavier Mor-Mur wrote:

 
 I would appreciate any help about error 10061.
 One pc get Error 10061 on connect when sending any mail, other 2 pc have no 
 problems.
 Program, utility and smtp configuration it's the same for all 3 terminals 
 (windows vista) and all parameters retrieved from server.
 I can't find any info for errors  ~575
 I checked antivirus and local firewall, the same for all 3 pc's.
 What means this errors and what actions I should take?
 There is any way to force a more detailed debug to find what's wrong on that 
 pc?

Hello:
Typical protocol errors fall within 500 - 599.  Error numbers greater 
than 10,000 are WinSock error codes.  Code 10061 means Connection Refused, 
and it usually refers to a host not having a server listening on the requested 
port.

For more information on WinSock error codes, consult the Windows SDK 
documentation that comes with Delphi, or MSDN:

http://msdn.microsoft.com/en-us/library/aa924071.aspx

dZ.


-- 
DZ-Jay [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be