Error Codes

The following table lists error codes, detailed explanation of each error, where applicable, and ways to solve different errors.

Error Code and Error Message Role Category Description Solution
BW-KAFKA-100001

PARAMETER_NOT_SPECIFIED.

errorRole BW-Plug-in Occurs when a parameter is not specified while running activity. Message will also contain parameter name. Provide required parameter.
BW-KAFKA-100002

SPECIAL_CHARACTER_NOT_ALLOWED.

errorRole BW-Plug-in Occurs when special character is used for group ID. Remove special character from group ID.
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.
SEND_PRODUCER_CREATED_EXCEPTION.errorCode=500004

Exception occurred while create producer.{0}

errorRole BW-Plug-in Occurs when producer creation fails. Check if Kafka configuration is correct and it is running.
SEND_MESSAGE_EXCEPTION.errorCode=500005

Exception occurred while send message to broker. {0}.

errorRole BW-Plug-in Occurs when sending message to broker fails. Check if broker is running.
RECEIVED_CONSUMER_CREATED_EXCEPTION.errorCode=500007

Exception occurred while create consumer.{0}

errorRole BW-Plug-in Occurs when Consumer creation fails. Check if Kafka configuration is correct and it is running.
ERROR_OCCURED_RECEIVE_MESSAGE.errorCode=500008

Exception occurred while receive message from broker. {0}.

errorRole BW-Plug-in Occurs when receiving message from broker fails. Check if broker is running.
ERROR_KAFKA_CONNECTION_ESTABLISH.errorCode=500009

Exception occurred while establishing the Kafka connection.Please verify the Kafka connection configuration [{0}].

errorRole BW-Plug-in Occurs when kafka topic metadata is incorrect. Check Kafka connection configuration for metadata.
SEND_MESSAGE_BUFFER_MEMORY_EXCEPTION.errorCode=500010

Exception occurred while sending message to broker because message is larger than the total memory buffer you have configured with the buffer.memory configuration.

errorRole BW-Plug-in Occurs when memory buffer configuration is incorrect. Change buffer memory settings.
SEND_TOPICNAME_EXCEPTION.errorCode=500011

Exception occurred because topic name is illegal, contains a character other than ASCII alphanumerics, '.', '_' and '-'.

errorRole BW-Plug-in Occurs when topic name contains special character other than ., -, _. Update topic name in BW.
ERROR_SEND_CUSTOMPARTITION.errorCode=500012

Exception occurred because provided customer partition does not exist on Kafka broker. {0}.

errorRole BW-Plug-in Occurs when specified partition does not exist. Check partition for the broker.
ERROR_OCCURED_RECEIVE_MESSAGE_CUSTOMPARTITION.errorCode=500013

Exception occurred because given partition does not exist on Kafka broker. {0}.

errorRole BW-Plug-in Occurs when specified partition does not exist. Check partition for the broker.
ERROR_SEND_MAX_REQUEST_SIZE.errorCode=500014

Exception occurred because message is too large. {0}.

errorRole BW-Plug-in Occurs when message is larger than allowed size. Archive message or increase allowed size in server settings.