Error Codes
The following tables list error codes, detailed explanation of each error, where applicable, and ways to solve different errors.
Error Codes for Shared Resources
| Error Code and Error Message | Category | Description | Solution |
|---|---|---|---|
| 500001
Cannot get Table Fields Definition [{0}]. |
BW-Plug-in | Table fields are not defined. | Specify table fields in the table Configuration tab. |
| 500002
Could not connect to the DataGrid [{0}]. |
BW-Plug-in | Cannot connect to the DataGrid. | Specify correct Realm Server URL. |
| 500003
Cannot find Table Name in table resource [{0}]. |
BW-Plug-in | The table name is not found in the table resource. | Specify the table name in the table Configuration tab. |
| 500004
No [{0}] method in AS API. |
BW-Plug-in | The method does not exist in the ActiveSpaces® API. | No action. |
| 500005
Failed to create shared resource [{0}], due to [{1}]. |
BW-Plug-in | Cannot create the shared resource. | Check the configurations. |
| 500006
Failed to close shared resource [{0}], due to [{1}]. |
BW-Plug-in | Cannot create the shared resource. | Check the configurations. |
Error Codes for Activities
| Error Code and Error Message | Category | Description | Solution |
|---|---|---|---|
| 500000
ERROR_AS_ERROR={0} |
BW-Plug-in | An error occurs in ActiveSpaces®. | No action. |
| 500001
Other Error |
BW-Plug-in | An error occurs in the plug-in. | No action. |
| 500002
The activity input is invalid. |
BW-Plug-in | No input parameters are entered or the input parameters are invalid. | Enter valid input parameters. |
| 500003
Cannot connect to Datagrid {0}. |
BW-Plug-in | The specified datagrid is not found. | Check the datagrid configurations. |
| 500004
Timeout is not specified. |
BW-Plug-in | The timeout is not specified. | Set timeout for datagrid. |
| 500005
Connection Wait Timeout is not specified. |
BW-Plug-in | The Connection Wait Timeout is not specified. | Set Connection Wait Timeout for datagrid. |
| 500015
Operation timeout. |
BW-Plug-in | A timeout error occurs when the Query or QueryIterator activity returns query results. | No action. |
| 500006
ERROR_PARAM_NOT_MATCH
|
BW-Plug-in | Parameter is not match. | Check the configurations. |
| 500007
ERROR_AS_NO_EVENT_SELECTED |
BW-Plug-in | No event selected for TableListener. | Check TableListener activity configurations. |
| 500008
ERROR_DATAGRID_EXCEPTION |
BW-Plug-in | Datagrid exception occurred. | Check the datagrid configurations. |
| 500009
ERROR_TABLE_NOT_FOUND |
BW-Plug-in | Table does not exist in the datagrid. | Check the activity configurations. |
| 500010
ERROR_DATAGRID_EXCEPTION_ROW |
BW-Plug-in | Datagrid exception occurred while destroying a row. | No action. |
| 500011
ACTIVITY_FIRST_IN_TRANSACTION |
BW-Plug-in | Activity is the first in a transaction. | This is a debug message and it specifies that this is a first activity within a transaction. |
| 500012
ACTIVITY_NOT_IN_TRANSACTION |
BW-Plug-in | The AS activity is NOT part of a AS Transaction Group. However the activity references the same shared resource as used in the group. | This is an internal product error. Contact TIBCO Support. |
| 500013
ACTIVESPACES_TRANSACTION_ CONNECTION_CREATE_ERROR |
BW-Plug-in | Exception occurred when attempting to create a datagrid connection for an ActiveSpaces transaction. | Check the Shared Resource configuration this activity is configured with and also that the datagrid is running. |