SMPPCLIENT_NOCONN in SubmitSmResp

Smpp v3.4 client

Moderator: alt

Locked
oliver
Posts: 9
Joined: Tue Feb 02, 2010 4:40 pm

SMPPCLIENT_NOCONN in SubmitSmResp

Post by oliver »

Hi,

I got this command status in submitSmResp. What is the reason of this issue? Is there anything I can do to prevent this issue.
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Post by alt »

SmppClient returns this status when it has no connection with SMSC or connection has been lost. You need to reestablish connection with SMSC using methods Connect and Bind.
Locked