Error Codes
The following table lists error codes, detailed explanation of each error, where they are applicable, and ways to solve different errors.
Error Code and Error Message | Role | Category | Description | Solution |
---|---|---|---|---|
BW-SMPP-500001 Creating Shared Resource failed. |
Error | BW-Plug-in | An error occurred while creating an SMPP Connection resource. | Examine the failure and correct accordingly. |
BW-SMPP-500002
SMPP shared resource failed to establish a connection. |
Error | BW-Plug-in |
SMPP Connection resource failed to establish an SMPP connection. |
Examine the failure and correct accordingly. |
BW-SMPP-500003
Connection pool in SMPP shared resource is too small. It must be at least one. |
Error | BW-Plug-in | Connection pool cannot be less than 1. | Increase the pool size. |
BW-SMPP-500004
Exception occurred while invoking execute method for activity. |
Error | BW-Plug-in |
This wrapper message appears in the log and carries the details of the failure. |
Examine the failure and correct accordingly. |
BW-SMPP-500005
Exception occurred while sending short message in activity. |
Error | BW-Plug-in | SendShortMessage failed to send a message. | Examine the failure and correct accordingly. |
BW-SMPP-500006
Exception occurred while receiving short message in activity. |
Error | BW-Plug-in | ReceiveShortMessage failed to receive a message. |
Examine the failure and correct accordingly. |
BW-SMPP-500008
Cannot receive messages on a resource configured with Bind type "Send". |
Error | BW-Plug-in | ReceiveShortMessage cannot be used with SMPP Connection with Bind type "Send". | Reconfigure the SMPP Connection. |
BW-SMPP-500009
Cannot send messages on a resource configured with Bind type "Receive". |
Error | BW-Plug-in |
SendShortMessage cannot be used with SMPP Connection with Bind type "Receive". |
Reconfigure the SMPP Connection. |