Overview
You want to know why intShuttingDown and rtrNoRuleMatching errors are occuring and how they can be solved.
These are some sample server logs for reference from var/log/messages:
- Mar 17 01:14:06 <server> tp_hub: App: 'EOC_FLASH' - 'submit_sm' on outside session caused 'intShuttingDown'. Sent SMPP error 0x0008: Session shutting down [7 times]
- Mar 16 07:38:53 <server> tp_hub: App: 'EOC_SMS' - 'submit_sm' on outside session caused 'rtrNoRuleMatching' (0x04000004). Sent SMPP error 0x0045: Submit_sm or data_sm failed [2 times]
Information
intShuttingDown means the application session was shutting down when the SMS was received.
rtrNoRuleMatching means no AO rule matched the message on the RTR; therefore, the message gave an error.
For this rtrNoRuleMatching, please check the configured AO rule for this application. For example, if the application is sending to numbers that are not defined in the network or short codes, these scenarios could lead to this error.