Error Codes
The following table lists error codes, detailed explanation of each error, and where applicable, ways to solve different errors.
Error Code and Error Message | Role | Category | Description | Solution |
---|---|---|---|---|
ERROR_OCCURED_RETRIEVE_RESULT.errorCode=500002
IOException occurred while retrieving XML Output for activity [{0}]. |
errorRole | BW-Plug-in | Occurs when an activity retrieves an XML output. | None. |
ERROR_OCCURED_INVOKE_EXECUTE_METHOD.errorCode=500003
Exception occurred while invoking execute method for activity [{0}]. |
errorRole | BW-Plug-in | Occurs when an activity invokes an execute method. | None. |
AMQP_SEND_ERROR.errorCode=500007
Error occurred while attempting to send a message {0}. |
errorRole | BW-Plug-in | Occurs when an activity sends a message. | None. |
ERROR_OCCURED_GET_XML_FROM_SERIALIZED_OBJECT.errorCode=500009
Error occurred while attempting to get XML Output from serialized object. |
errorRole | BW-Plug-in | Occurs when an activity gets an XML output from serialized object. | None. |
ERROR_OCCURED_GET_MESSAGE_CONTENT.errorCode=500010
Error occurred while attempting to get message content: {0}. |
errorRole | BW-Plug-in | Occurs when an activity gets a message content. | None. |
ERROR_OCCURED_START_CONNECTION.errorCode=500011
Error occurred while attempting to start javax.jms.Connection: {0}. |
errorRole | BW-Plug-in | Occurs when a javax.jms.connection is started. | None. |
ERROR_OCCURED_STOP_CONNECTION.errorCode=500012
Error occurred while attempting to stop javax.jms.Connection: {0}. |
errorRole | BW-Plug-in | Occurs when a javax.jms.connection is stopped. | None. |
ERROR_OCCURED_CLOSE_CONNECTION.errorCode=500013
Error occurred while attempting to close javax.jms.Connection: {0}. |
errorRole | BW-Plug-in | Occurs when a javax.jms.connection is closed. | None. |
ERROR_OCCURED_GENERATE_CONNECTION_FILE.errorCode=500014
Error occurred while attempting to generate connection file: {0}. |
errorRole | BW-Plug-in | Occurs when the plug-in generates a connection file. | None. |
ERROR_OCCURED_CREATE_CONNECTION.errorCode=500015
Error occurred while attempting to create connection: {0}. |
errorRole | BW-Plug-in | Occurs when the plug-in creates a connection. | None. |
ERROR_OCCURED_INITIALIZE_CONNECTIONFACTORY.errorCode=500016
Error occurred while attempting to initialize a connection factory: {0}. |
errorRole | BW-Plug-in | Occurs when the plug-in initializes a connection factory. | None. |
ERROR_OCCURED_CREATE_TEXT_MESSAGE.errorCode=500017
Error occurred while attempting to create text message from Session. |
errorRole | BW-Plug-in | Occurs when the plug-in creates a text message from a session. | None. |
ERROR_OCCURED_RECEIVE_MESSAGE.errorCode=500018
Error occurred while receive message: {0}. |
errorRole | BW-Plug-in | Occurs when an activity receives a message. | None. |
ERROR_OCCURED_INITIALIZE_CHANNEL.errorCode=500019
Error occurred while attempting to initialize channel : {0}. |
errorRole | BW-Plug-in | Occurs when the plug-in initializes a channel. | None. |
ERROR_OCCURED_CLOSE_CHANNEL.errorCode=500020
Error occurred while attempting to close channel. |
errorRole | BW-Plug-in | Occurs when the plug-in closes a channel. | None. |
ERROR_OCCURED_FILE_NOT_FIND.errorCode=500021
Error occurred while attempting to find file {0}. |
errorRole | BW-Plug-in | Occurs when the plug-in finds a file. | None. |
ERROR_OCCURED_INITIALIZE_BROKER_TYPE.errorCode=500022
Error occurred while attempting to initialize Broker type. |
errorRole | BW-Plug-in | Occurs when the plug-in initializes a broker type. | None. |
ERROR_OCCURED_CLOSE_CHANNEL_TIMEOUT.errorCode=500023
Timeout error occurred while attempting to close channel. |
errorRole | BW-Plug-in | A timeout error occurs when closing a channel. | None. |
ERROR_OCCURED_CREATE_CONNECTION_TIMEOUT.errorCode=500024
Timeout error occurred while attempting to create new connection. |
errorRole | BW-Plug-in | A timeout error occurs when creating a new connection. | None. |
ERROR_OCCURED_USER_PROPERTY_INVALID.errorCode=500025
Data type and value mismatch error occurred for user property name: {0}. |
errorRole | BW-Plug-in | The data type and value do not match the user property name. | None. |
ERROR_OCCURED_SEND_MESSAGE_UNKNOWN.errorCode=500026
Error occurred while attempting to send message for unknown issues: {0}. |
errorRole | BW-Plug-in | Occurs when an activity sends a message for unknown issues. | None. |
ERROR_OCCURED_SEND_MESSAGE_INVALID_DESTINATION.errorCode=500027
Invalid Queue name: {0} detected. Please provide valid Queue name. |
errorRole | BW-Plug-in | The provided queue name is invalid. | Specify a Provide a valid queue name. |
ERROR_OCCURED_SEND_MESSAGE_INVALID_DESTINATION.errorCode=500028
Error occurred while attempting to create queue name: {0}. |
errorRole | BW-Plug-in | Occurs when the plug-in creates a queue name. | None. |
ERROR_OCCURED_SEND_MESSAGE_INVALID_DESTINATION.errorCode=500029
Error occurred while attempting to get queue name. |
errorRole | BW-Plug-in | Occurs when the plug-in gets a queue name. | None. |
ERROR_OCCURED_SEND_MESSAGE_INVALID_DESTINATION.errorCode=500031
Error occurred while attempting to close session. |
errorRole | BW-Plug-in | Occurs when the plug-in closes a session. | None. |