Error Codes
The exceptions that are thrown by the plug-in are listed with corresponding descriptions and resolutions.
| Error Code and Error Message | Role | Category | Description | Solution |
|---|---|---|---|---|
| ERROR_INPUT_PUB_NULL.errorCode=500001
This is a error message and it highlights the runtime errors of the activity. |
Error | BW-Plug-in | The runtime errors of the activity |
Examine the failure and correct accordingly |
| ERROR_INPUT_PUB_TOPIC_NAME_INVALID.errorCode=500002
The input of {0} is empty. |
Error | BW-Plug-in | The input is empty |
Examine the failure and correct accordingly |
| ERROR_INPUT_DATA_AND_ATTRIBUTE_INVALID.errorCode=500003
Topic name is invalid. {0}. |
Error | BW-Plug-in | The topic name is invalid |
Examine the failure and correct accordingly |
| ERROR_OCCURED_RETRIEVE_RESULT.errorCode=500004
IOException occurred while retrieving XML Output for activity [{0}]. |
Error | BW-Plug-in | An exception occurred while retrieving the XML output for the activity | Examine the failure and correct accordingly |
| ERROR_OCCURED_INVOKE_EXECUTE_METHOD.errorCode=500005
Exception occurred while invoke execute method for activity [{0}].{1} |
Error | BW-Plug-in | An exception occurred while invoking the Execute method for the activity | Ensure the activity is configured correctly |
| ERROR_OCCURED_UNSUPPORTED_ENCODING.errorCode=500006
Unsupported support encoding:{0} |
Error | BW-Plug-in | Unsupported encoding | Ensure the encoding is configured correctly. |
| ERROR_OCCURRED_PUBLISHING_MESSAGE.errorCode=500007
Error occurred while publishing message to topic |
Error | BW-Plug-in | An error occurred while publishing the message to the topic |
Examine the failure and correct accordingly |
| ERROR_OCCURED_GET_XML_FROM_SERIALIZED_OBJECT.errorCode=500008
Error occurred while attempting to get XML output from serialized object. |
Error | BW-Plug-in | An error occurred while attempting to get XML output from serialized object |
Examine the failure and correct accordingly |
| ERROR_OCCURRED_SUBSCRIPTION_MESSAGE.errorCode=500009
Error occurred while receiving message from topic |
Error | BW-Plug-in | An error occurred while receiving message from the topic |
Examine the failure and correct accordingly |
| ERROR_INPUT_SUB_NULL.errorCode=500010
Input for Subscriber activity is null |
Error | BW-Plug-in | Input for Subscriber activity is null |
Examine the failure and correct accordingly |
| ERROR_INPUT_SUB_SUBSCRIPTIONNAME_INVALID.errorCode=500011
Invalid subscription name |
Error | BW-Plug-in | Invalid subscription name |
Examine the failure and correct accordingly |
| ERROR_SUBSCRIBER_STOPPED_UNEXPECTEDLY.errorCode=500012
Unexpected error occurred while receiving message from topic |
Error | BW-Plug-in | An unexpected error occurred while receiving message from the topic |
Examine the failure and correct accordingly |
| ERROR_PUBLISHER_INVALID_TOPICID.errorCode=500013
TopicID: {0} not found |
Error | BW-Plug-in | TopicID is not found |
Examine the failure and correct accordingly |
| ERROR_PUBLISHER_INVALID_ATTRIBUTE_VALUE_LENGTH.errorCode=500014
Attribute value is too long, maximum allowed length is 1024 |
Error | BW-Plug-in | The attribute value is longer than the maximum allowed length |
Examine the failure and correct accordingly |
| ERROR_CREATE_SHAREDRESOURCE_FAILED.errorCode=500001
Creating Shared Resource {0} failed. |
Error | BW-Plug-in | Unable to create a shared resource |
Examine the failure and correct accordingly |
| ERROR_CREATE_CONNECTION_FAILED.errorCode=500002
Creating connection failed. |
Error | BW-Plug-in | Unable to create a connection |
Examine the failure and correct accordingly |
| ERROR_CREATE_CONNECTION_INSTANCE_FAILED.errorCode=500003
Creating new Google PubSub Connection Instance failed |
Error | BW-Plug-in | Unable to create a new Google PubSub connection |
Examine the failure and correct accordingly |
| ERROR_STOP_SHAREDRESOURCE.errorCode=500005
While it is stopping shared resource, close connection exception. |
Error | BW-Plug-in | An exception while stopping the shared resource |
Examine the failure and correct accordingly |
