sxiao3 / jsmpp

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

Negative response 00000061 found #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try sending test message

hi
i have this result when trying to send sms message
Negative response 00000061 found
i think its invalid scheduled delivery time
i set RegisteredDelivery = new RegisteredDelivery(SMSCDeliveryReceipt.DEFAULT)

please help
thank you

Original issue reported on code.google.com by m.alnah...@gmail.com on 22 Jun 2011 at 12:16

GoogleCodeExporter commented 8 years ago
sorry i set the scheduled delivery time = tF.format(new Date())

Original comment by m.alnah...@gmail.com on 22 Jun 2011 at 12:23

GoogleCodeExporter commented 8 years ago
and its still not work

Original comment by m.alnah...@gmail.com on 22 Jun 2011 at 12:23

GoogleCodeExporter commented 8 years ago
How did you format the date, give me an example the formatted date

Original comment by uuda...@gmail.com on 23 Jun 2011 at 3:28

GoogleCodeExporter commented 8 years ago
this is example(110622155313003+)

Original comment by m.alnah...@gmail.com on 23 Jun 2011 at 5:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
and i tried also (110623085148003R) but its give me the same error "Negative 
response 00000061 found"
but when trying (000000010000000R) its work without error but the message dose 
not received by my mobile :(

Original comment by m.alnah...@gmail.com on 23 Jun 2011 at 6:00

GoogleCodeExporter commented 8 years ago
Hi appreciate if you could help to identify this error:

org.jsmpp.extra.NegativeResponseException: Negative response 00000062 found
        at org.jsmpp.session.AbstractSession.validateResponse(AbstractSession.java:215)
        at org.jsmpp.session.AbstractSession.executeSendCommand(AbstractSession.java:271)
        at org.jsmpp.session.SMPPSession.submitShortMessage(SMPPSession.java:320)

Thanks in advance.

Original comment by waniey...@gmail.com on 8 Mar 2012 at 11:47

GoogleCodeExporter commented 8 years ago
Any source code? It tells the validity period is not valid

Original comment by uuda...@gmail.com on 9 Mar 2012 at 6:47

GoogleCodeExporter commented 8 years ago
Hello how did u fix this issue..please help.. facing exact issue

Original comment by kunalkri...@gmail.com on 19 Feb 2015 at 8:31

GoogleCodeExporter commented 8 years ago
If your not expecting any Delivery sm, Make ScheduleDeliveryTime as null.

Original comment by ramaling...@gmail.com on 26 Jun 2015 at 6:16