ESME_RINVREGDLVFLG in SMPP
What is ESME_RINVREGDLVFLG?
ESME_RINVREGDLVFLG (Error Code: 0x0000000E) is an SMPP error indicating that an invalid registered delivery flag was specified in the SMPP request.
Possible Causes
- The
registered_delivery
field in the PDU contains an invalid value. - A non-supported value for delivery receipt requests was used.
- Malformed PDU where the
registered_delivery
field is incorrectly set.
When Does It Happen?
This error occurs when submitting an SMPP PDU (such as submit_sm
) with an incorrect or unsupported registered_delivery
value.
Example SMPP PDU Transaction
The following is an example of an incorrect submit_sm
PDU with an invalid registered_delivery
value:
0000002C (Length) 00000004 (Command ID for submit_sm) 00000000 (Command Status) 00000002 (Sequence Number) 00000000 (Service Type) 35363137 38363530 30303000 (Destination Address) 00 (Priority Flag) FF (Invalid Registered Delivery Flag) 00000000 (Message Length) 48656C6C6F (Message: "Hello")
Issue: The registered_delivery
field contains 0xFF
, which is invalid.
Correct submit_sm
PDU example with a valid registered_delivery
flag:
0000002C (Length) 00000004 (Command ID for submit_sm) 00000000 (Command Status) 00000002 (Sequence Number) 00000000 (Service Type) 35363137 38363530 30303000 (Destination Address) 00 (Priority Flag) 01 (Valid Registered Delivery Flag - Delivery Receipt Requested) 00000000 (Message Length) 48656C6C6F (Message: "Hello")
How to Solve It?
- Ensure the
registered_delivery
field has a valid value: 0
– No delivery receipt requested.1
– Delivery receipt requested when message is delivered.2
– Delivery receipt requested when the message is undeliverable.3
– Delivery receipt requested for both delivery and failure.- Check the SMSC documentation for supported
registered_delivery
values. - Validate the PDU structure before sending.
- Enable SMPP debugging to log and inspect PDUs.
If the issue persists, contact your SMSC provider to confirm the allowed registered delivery flag values.
More information
- Operace SMPP ESME_ROK
- Jak vyřešit ESME_RINVCMDLEN v SMPP
- Chyba SMPP s kódem ESME RINVMSGLEN
- Chyba SMPP s kódem ESME_RINVCMDID
- Chyba SMPP s kódem ESME_RINVBNDSTS
- Chyba SMPP s kódem ESME_RALYBND
- Chyba SMPP s kódem ESME_RINVPRTFLG
- Chyba SMPP s kódem ESME_RINVREGDLVFLG
- Chyba SMPP s kódem ESME_RSYSERR
- Chyba SMPP s kódem ESME_RINVSRCADR
- Chyba SMPP s kódem ESME_RINVDSTADR
- Chyba SMPP: Neplatné ID zprávy
- Chyba SMPP s kódem ESME_RBINDFAIL
- Chyba SMPP s kódem ESME_RINVPASWD
- Chyba SMPP s kódem ESME_RINVSYSID
- Chyba SMPP s kódem ESME_RCANCELFAIL
- Chyba SMPP s kódem ESME_RREPLACEFAIL
- Chyba SMPP s kódem ESME_RMSGQFUL
- Chyba SMPP s kódem ESME_RINVSERTYP
- Chyba SMPP s kódem ESME_RINVNUMDESTS
- Chyba SMPP s kódem ESME_RINVDLNAME
- Chyba SMPP s kódem ESME_RINVDESTFLAG
- Chyba SMPP s kódem ESME_RINVSUBREP
- Chyba SMPP s kódem ESME_RINVESMCLASS
- Chyba SMPP s kódem ESME_RCNTSUBDL
- Chyba SMPP s kódem ESME_RSUBMITFAIL
- Chyba SMPP s kódem ESME_RINVSRCTON
- Chyba SMPP s kódem ESME_RINVSRCNPI
- Chyba SMPP s kódem ESME_RINVDSTTON
- Chyba SMPP s kódem ESME_RINVDSTNPI
- Chyba SMPP s kódem ESME_RINVSYSTYP
- Chyba SMPP s kódem ESME_RINVREPFLAG
- Chyba SMPP s kódem ESME_RINVNUMMSGS
- Chyba SMPP s kódem ESME_RTHROTTLED
- Chyba SMPP s kódem ESME_RINVSCHED
- Chyba SMPP s kódem ESME_RINVEXPIRY
- Chyba SMPP s kódem ESME_RINVDFTMSGID
- Chyba SMPP s kódem ESME_RX_T_APPN
- Chyba SMPP s kódem ESME_RX_P_APPN
- Chyba SMPP s kódem ESME_RX_R_APPN
- Chyba SMPP s kódem ESME_RQUERYFAIL
- Chyba SMPP s kódem ESME_RINVTLVSTREAM
- Chyba SMPP s kódem ESME_RTLVNOTALLWD
- Chyba SMPP s kódem ESME_RINVTLVLEN
- Chyba SMPP s kódem ESME_RMISSINGTLV
- Chyba SMPP s kódem ESME_RINVTLVVAL
- Chyba SMPP s kódem ESME_RDELIVERYFAILURE
- Chyba SMPP s kódem ESME_RUNKNOWNERR
- Chyba SMPP s kódem ESME_RSERTYPUNAUTH
- ESME_RPROHIBITED
- Chyba SMPP s kódem ESME_RSERTYPUNAVAIL
- Chyba SMPP s kódem ESME_RSERTYPDENIED
- Chyba SMPP s kódem ESME_RINVDCS
- Chyba SMPP s kódem ESME_RINVSRCADDRSUBUNIT
- Chyba SMPP s kódem ESME_RINVBCASTFREQINT
- Chyba SMPP s kódem ESME_RINVBCASTALIAS_NAME
- Chyba SMPP s kódem ESME_RINVBCASTAREAFMT
- Chyba SMPP s kódem ESME_RINVNUMBCAST_AREAS
- Chyba SMPP s kódem ESME_RINVBCASTCNTTYPE
- Chyba SMPP s kódem ESME_RINVBCASTMSGCLASS
- Chyba SMPP s kódem ESME_RBCASTFAIL
- Chyba SMPP s kódem ESME_RBCASTQUERYFAIL
- Chyba SMPP s kódem ESME_RBCASTCANCELFAIL
- Chyba SMPP s kódem ESME_RINVBCAST_REP
- Chyba SMPP s kódem ESME_RINVBCASTSRVGRP
- Chyba SMPP s kódem ESME_RINVBCASTCHANIND
- Rezervovaný chybový kód SMPP