WNmrwu / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

Getting error java.io.IOException: Receive negative bind response: Negative response 00000009 found #172

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
trying to send message to SMSC using 
org.jsmpp.session.SMPPSession.connectAndBind with following parameters:
Inputs for connect and bind :-> server :10.235.13.76,port:5071,bindType 
:BIND_TRX,systemId :<id of system>,password :<password>,systemType 
:vasdevTV,sourceTon:INTERNATIONAL,sourceNpi:ISDN,addressRange:""  

At times it is failing with error "Negative response 00000009 found"

What is the expected output? What do you see instead?
Message is successfully queued to SMSC.

What version of the product are you using? On what operating system?
jsmpp-2.1.0.jar, Linux

Original issue reported on code.google.com by gagan.te...@gmail.com on 20 May 2015 at 2:34