Error Codes

There are error codes for four types of roles - trace, debug, warn, and error. The following tables list these error codes for the database paleĴe and the shared resource:

Error Code and Error Message Role Category Description Resolution
TIBCO-BW-SR-BIGQUERYPLUGIN-500001-ERROR_CREATE_SHAREDRESOURCE_FAILED

Creating Shared Resource {0} failed due to [{1}]

Error BW-Plugin Displays the message when the Shared Resource creation fails. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500001-OUTPUT_CREATE_FAILED

Error occurred when generating XML Output for activity {0}

Error BW-Plugin Displays the error occured while generating the XML output of the activity. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500002-ACTIVITY_INIT_FAILED

Failed to initialize activity.{0}\nActivity Name={1}\nProcess={2}\nModule={3}\nDeploymentUnit={4}:{5}

Error BW-Plugin Displays the error when the activity initialization fails. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500003-BQ_INSERT_ERROR

{0}

Error BW-Plugin Displays the error occured while inserting the data. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500004-BQ_DATA_SELECTOR_VALIDATION_ERROR

{0}

Error BW-Plugin Displays the validation error for the selector activity. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500005-BQ_DATA_SELECTOR_INPUT_ERROR

{0}

Error BW-Plugin Displays the error when the selector activity fails while generating the input. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500006-BQ_DATA_SELECTOR_UNKNOWN_ERROR

Activity {0} failed due to unknown error in the process {1}

Error BW-Plugin Displays the error when the selector activity fails due to unknown error from Google Bigquery. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500007-BQ_BUILD_STANDARD_RESULTSET_EXCEPTION

Failed with exception [{0}] while building standard result set {1}

Error BW-Plugin Displays the error when an exception occurs while building the result set. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500008-BQ_DATA_UPDATER_INPUT_ERROR

{0}

Error BW-Plugin Displays the error when the updater activity fails while generating the input. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500009-BQ_DATA_UPDATER_VALIDATION_ERROR

{0}

Error BW-Plugin Displays the validation error for the updater activity Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500010-BQ_DATA_SELECTOR_ENTITY_MISMATCH_ERROR

Entity mismatch Error. The entity selected in the schema does not match the entity used in the SQL statement. Please check the SQL Statement: {0}

Error BW-Plugin Displays the error when the entity selected in the schema is different from the entity used in the SQL statement. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500011-BQ_UNEXPECTED_ERROR

Unexpected error occurred: {0}

Error BW-Plugin Displays the error when bigquery encounters unexpected error during runtime. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500012-BQ_UPDATE_ERROR

{0}

Error BW-Plugin This is used to display the error messages encountered during the update operation Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500013-BQ_DATA_UPDATER_USER_KEY_ERROR

The entity {0} selected in the schema does not have a User Key. User Key needs to be selected to form the where clause for the update statement.

Error BW-Plugin Displays the error when the selected entity does not have a user key for the update operation. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500014 - BQ_DATA_SELECTOR_INVALID_QUERY_ERROR

Invalid Query Error. Please check the SQL statement: {0}

Error BW-Plugin Displays the error in case the SQL statment is invalid. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500015- BQ_DATA_UPDATER_INVALID_OPCODE_MSG

Data Updater Schema {0} opcode {1} is invalid.

Error BW-Plugin Displays the error in case the opcode is invalid. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500016- BQ_DATA_UPDATER_NEGATIVE_BATCH_SIZE_MSG

Data Updater Schema {0} can not have negative batch size {1}.

Error BW-Plugin Displays the error in case of negative value is provided for batch size. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500017- BQ_DATA_UPDATER_INSERT_EXECUTE_STMT_FAILED_MSG

Data Updator Schema {0} threw exception {1} while executing statement {2}.

Error BW-Plugin Displays the error in case of insert statement failure. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-500018-BQ_DATA_SELECTOR_NEGATIVE_MAXROW_SIZE_MSG

Data Selector Schema {0} can not have negative max rows {1}.

Error BW-Plugin Displays the error in case if a negative value is provided for max rows. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-SR-BIGQUERYPLUGIN- 300001-INFO_CREATE_SHAREDRESOURCE

Creating Shared Resource {0}.

Info BW-Plugin Displays the message when the Shared Resource is created. This is an information message and resolution is not applicable.
TIBCO-BW-SR-BIGQUERYPLUGIN- 300002-INFO_START_SHAREDRESOURCE

Starting Shared Resource {0}.

Info BW-Plugin Displays the message when the Shared Resource is started. This is an information message and resolution is not applicable.
TIBCO-BW-SR-BIGQUERYPLUGIN- 300003-INFO_UPDATE_SHAREDRESOURCE

Updating Shared Resource {0}.

Info BW-Plugin Displays the message when the Shared Resource is updated. This is an information message and resolution is not applicable.
TIBCO-BW-SR-BIGQUERYPLUGIN- 300004-INFO_STOP_SHAREDRESOURCE

Stopping Shared Resource {0}.

Info BW-Plugin Displays the message when the Shared Resource is stopped. This is an information message and resolution is not applicable.
TIBCO-BW-SR-BIGQUERYPLUGIN- 300005-INFO_DELETE_SHAREDRESOURCE

Deleting Shared Resource {0}.

Info BW-Plugin Displays the message when the Shared Resource is deleted. This is an information message and resolution is not applicable.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 100001-BQ_EVENTS_MSG

{0}.

Trace BW-Plugin Displays the message on Activity events like initialization. This is a trace message and resolution is not applicable
TIBCO-BW-PALETTE-BIGQUERYPLUGIN-100003-BQ_DATA_UPDATER_ROWS_UPDATED_MSG

Data Updater Schema {0}, {1} row(s) {2}.

Trace BW-Plugin Displays the number of rows inserted/updated by the Data updater Activity. This is a trace message and resolution is not applicable
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 100004-BQ_DATA_UPDATER_ROWS_ATTEMPTED_MSG

Data Updater Schema {0}, {1} row(s) attempted.

Trace BW-Plugin Displays the number of rows attempted for insert operation by the Data updater Activity. This is a trace message and resolution is not applicable
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 100005-BQ_DATA_UPDATER_RECEIVE_GROUPMSG

Data Updater Schema {0} receive a group message which contain {1} record(s).\n\t

Trace BW-Plugin Displays the number of records in the group message This is a trace message and resolution is not applicable
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 100006-BQ_DATA_UPDATER_RECEIVE_SINGLEMSG

Data Updater Schema {0} receive a single message.\n\t

Trace BW-Plugin Displays the information that sinbgle message is recieved. This is a trace message and resolution is not applicable
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200001-BQ_DEBUG_PLUGIN_ACTIVITY_INPUT

\nStart of the Activity {0}, \nInput received: \n {1} \n

Debug BW-Plugin Displays the activity Input. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200002-BQ_DEBUG_PLUGIN_ACTIVITY_OUTPUT

\nExit of Activity {0}, Output data: \n {1} \n

Debug BW-Plugin Displays the activity output. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200003-BQ_QUERY

Query formed: {0}

Debug BW-Plugin Displays the query formed for the select/update operation. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200004-BQ_DATASELECTOR_MAXROWS

Maximum Rows to be selected: {0}

Debug BW-Plugin Displays the number of rows to be retrieved from the Bigquery. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200005-BQ_DATASELECTOR_TOTAL_ROWS_SELECTED

Total Rows selected: {0}

Debug BW-Plugin Displays the number of rows retrieved by the select operation. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200006-BQ_DATAUPDATER_BATCH_SIZE

Batch Size is: {0}

Debug BW-Plugin Displays the number of records to be inserted in one batch. Check errors listed in the error message, and take an appropriate action.
TIBCO-BW-PALETTE-BIGQUERYPLUGIN- 200007-BQ_DATAUPDATER_DATA_ROWS

Data to be inserted: {0}

Debug BW-Plugin Displays the data to be inserted in a batch Check errors listed in the error message, and take an appropriate action.