Receiving a No Such Host error message upon connect

Smpp v3.4 client

Moderator: alt

Locked
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Receiving a No Such Host error message upon connect

Post by NickAskew » Tue Oct 07, 2008 2:51 pm

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
ProcessFlows UK Ltd
http://www.processflows.co.uk/
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Tue Oct 07, 2008 4:08 pm

Do you use Vista or do you have IPv6 enabled?
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Post by NickAskew » Tue Oct 07, 2008 4:41 pm

My environment is XP+Latest SP, still using IPv4.
ProcessFlows UK Ltd
http://www.processflows.co.uk/
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Wed Oct 08, 2008 8:27 am

Please try to new version 2.4.1
http://www.inetlab.ru/Download/SmppClient.zip
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Post by NickAskew » Wed Oct 08, 2008 9:19 am

I am afraid v2.4.1 still issues the 'No Such Host' (SocketException) error.
ProcessFlows UK Ltd
http://www.processflows.co.uk/
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Wed Oct 08, 2008 10:54 am

I've added Connect method which requires IPEndPoint parameter.
Try this one.
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Post by NickAskew » Wed Oct 08, 2008 12:38 pm

Thank you! - That allowed me to identify the problem as a DNS issue at the SMSC :)
ProcessFlows UK Ltd
http://www.processflows.co.uk/
Locked