Page 1 of 1

Receiving a No Such Host error message upon connect

Posted: Tue Oct 07, 2008 2:51 pm
by NickAskew
Hi

I am implementing your SmppClient at the moment and have encountered a provider (Sybase365) with whom I cannot connect, the error message I retrieve is a 'No Such Host' whilst executing the SmppClient.Connect method.

I have performed a network trace and can see 2 DNS lookups being performed against the IP address of the provider even though I am using the IP address directly and wondered if this is a flaw in your SmppClient component?

Regards

Nick

Posted: Tue Oct 07, 2008 4:08 pm
by alt
Do you use Vista or do you have IPv6 enabled?

Posted: Tue Oct 07, 2008 4:41 pm
by NickAskew
My environment is XP+Latest SP, still using IPv4.

Posted: Wed Oct 08, 2008 8:27 am
by alt
Please try to new version 2.4.1
http://www.inetlab.ru/Download/SmppClient.zip

Posted: Wed Oct 08, 2008 9:19 am
by NickAskew
I am afraid v2.4.1 still issues the 'No Such Host' (SocketException) error.

Posted: Wed Oct 08, 2008 10:54 am
by alt
I've added Connect method which requires IPEndPoint parameter.
Try this one.

Posted: Wed Oct 08, 2008 12:38 pm
by NickAskew
Thank you! - That allowed me to identify the problem as a DNS issue at the SMSC :)