Page 1 of 1

Bind returns Status Code 9

Posted: Wed Jul 16, 2008 5:53 pm
by crg1970
Hello. I am trying to test the library by using the demo code against an local SMPP provider. Using the demo exactly as is, i get:

SmppClient connected
Binding SmppClient for SystemId: portalmms
Sending Data: 0000002800000009000000003150fd8f706f7274616c6d6d7300396f377434316d6d000034000000
Bad status returned during Bind : BindTransceiverResp with status 9
Received Data: 0000001080000009000000093150fd8f

I cannot tell from anywhere what the status 9 returned means. I know I am supposed to get a ESME_ROK.

Posted: Wed Jul 16, 2008 6:23 pm
by alt
Hello.

Status 9 is Reserved value in the SMPP specification. I think you need to ask your SMPP provider about meaning of this status code.

Who is vendor of this SMSC?

Re. Status Code 9

Posted: Wed Jul 16, 2008 8:33 pm
by crg1970
Yes, as you said Status Code 9 is a reserved code. The Carrier is using Now SMS/MMS and we are trying to figure out if it is one of the parameters

Thanks.

Re. Status 9

Posted: Wed Jul 16, 2008 10:01 pm
by crg1970
Apparently it was a problem with the fact that they had only enabled the service to allow connections as a transmitter and I was using transceiver.

Thanks.