Error Codes

The following table lists error codes, a detailed explanation of each error, and where applicable, ways to resolve 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 a 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 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. Provide a valid queue name.
ERROR_OCCURED_SEND_MESSAGE_CREATE_QUEUE_NAME=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_GET_QUEUE_NAME=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_CLOSE_SESSION.errorCode=500031
Error occurred while attempting to close session.
errorRole BW-Plug-in Occurs when the plug-in closes a session. None
ERROR_OCCURED_DUE_TO_SECURITY_INFO.errorCode=500032
 Error occurred due to an unauthorized access. Check connection Properties.
errorRole BW-Plug-in

Occurs when incorrect connection details are configured in the Shared Resource being used by the activity.

Provide correct connection details in the Shared Resource and make sure that the configuration is correct by clicking 'Test Connection'.
ERROR_OCCURED_DUE_TO_ILLEGAL_INFO.errorCode=500033
 Error occurred due to illegal state for the requested operation {0}.
errorRole BW-Plug-in

Occurs when incorrect information is provided for the requested operation for queue and topic subscribers.

Provide correct information to the plug-in based on the error message details.