CEIDS0001E:
The specified relational database management system is not supported.
Database:
rdbms_name
Version:
rdbms_version
Explanation:
See message.
Administrator Response:
Reconfigure the common event infrastructure data source to use a supported relational database management system.
CEIDS0002E:
The relational database management system reported the following error.
Data source resource reference:
data_source
SQL state:
sql_state
Vendor code:
vendor_code
Message:
message
Explanation:
The SQL state is the standard JDBC error code for the reported problem. The vendor code is the database vendor specific error code. The message parameter is the localized error message that is returned by the relational database management system.
Administrator Response:
Refer to the appropriate relational database documentation for information about the SQL state, the vendor code, and the error message.
CEIDS0003E:
The mapping of a Common Base Event element or attribute to database tables and columns cannot be found.
Attribute:
attribute_name
Explanation:
The data store stores metadata information in its database. This metadata
information specifies how Common Base Event elements and attributes map to
tables and columns in the database. Either an error occurred during the
installation of the event database or the metadata table information is
corrupted.
Administrator Response:
Install the event database again.
CEIDS0004I:
The data store is connecting to the specified relational database management system.
Database:
rdbms_name
Version:
rdbms_version
No additional information is available for this message.
CEIDS0005E:
The maximum purge transaction size purge_threshold
has been exceeded. The purge operation has been stopped, the transaction has been rolled back, and no events have been purged.
Explanation:
An event purge operation attempted to delete a large number of events.
Because this action can adversely affect system performance and event
throughput, the purge operation was stopped.
Programmer Response:
To reduce the number of events to be purged in a single transaction, do one
or all of the following actions:
- Add additional filters to the purge event selector expression.
- Set the maximum purge transaction size to a lower value.
CEIDS0006E:
The query threshold
query_threshold
has been exceeded. The query operation has been stopped and no events have been returned.
Explanation:
An event query attempted to return a very large number of events. Because this action can adversely affect system performance and event throughput, the query operation was stopped.
Programmer Response:
To reduce the number of events to be returned, do one or more of the
following actions:
- Add additional filters to the event selector expression for the query.
- Specify the maximum number of events to be returned.
- If you have sufficient system resources, increase the query threshold value.
CEIDS0007E:
An event with the global instance identifier,
global_id
, already exists in the database. The event was not stored in the database.
Existing event:
old_event
New event:
new_event
Explanation:
Each event instance must have a unique global instance identifier.
Programmer Response:
Create the event with a unique global instance identifier.
CEIDS0008E:
The WebSphere Application Server connection pooling system returned a database connection that is no longer valid.
Data source resource reference:
data_source
Explanation:
See message.
Programmer Response:
Try the operation again.
CEIDS0009E:
A database connection could not be obtained from the connection pool after
maximum_retries
attempts to obtain a connection.
Data source resource reference:
data_source
Explanation:
The WebSphere Application Server connection pooling system was not able to return a database connection using the current configuration of the connection pool and the configured number of retries.
Administrator Response:
Do one or more of the following actions:
- Reconfigure the data source, increasing the maximum number of connections. This option improves performance and event throughput.
- Reconfigure the data source, increasing the connection time out value.
- In the data store profile, increase the number of retries.
CEIDS0010I:
The maxCacheEntries configuration parameter must be greater than or equal to
minimum_cache_entries. However,
maximum_cache_entries
was specified. The maxCacheEntries value has been set to
new_cache_entries
.
Explanation:
The maxCacheEntries configuration parameter specifies how many
translated event selector expressions can be cached by the data store.
Caching translated event selector expressions improves the performance of the event query and the event purge because event selector expressions in the cache do not need to be parsed and translated to SQL.When the maxCacheEntries parameter is set to zero (0), no translated event
selector expressions are cached. Therefore, each event selector expression
specified in a call to the event query and the event purge methods must be
parsed and translated to a valid SQL expression.
Administrator Response:
In the data store profile, set the maxCacheEntries value to zero (0) or greater.
CEIDS0011E:
The data store cannot find the resource reference in JNDI.
Resource reference:
resource_reference_name
Explanation:
The data store uses resource references to obtain the data source that is used to obtain connections to the database and for the object that contains the configuration for the data store. The resource reference information specified during installation is not valid. For example, a JNDI name that is not valid was specified for the resource reference.If the specified resource reference name is java:comp/env/DefaultDataStoreProfileReference, the data store cannot access its configuration data. If the specified resource reference name is java:comp/env/EventDataSourceReference, the data store cannot access its data source.
If the specified resource reference name is java:comp/env/ejb/DataStoreHelperEJB, the data store cannot access the data store helper enterprise java bean.
Administrator Response:
In the WebSphere Administrative Console, reconfigure the specified resource
reference to a valid JNDI resource.
CEIDS0013E:
The attribute or element
name
specified in the event selector expression
expression is not supported.
Explanation:
See message.
Programmer Response:
Specify an event selector expression that contains only attributes and
elements that are supported.
CEIDS0014E:
The predicate expression specified in the event selector expression,
expression,
is not valid, and it could not be translated to a valid SQL expression.
Explanation:
The most likely cause of this problem is specifying only a constant value as the predicate in an expression.
Programmer Response:
Specify an event selector expression with a valid predicate expression.
CEIDS0015E:
The function function used in
the event selector expression, expression,
has an argument that is not valid.
The first argument of the function must either be a string constant
or a location path that can be translated to a column in the event
data store. The second argument of the function must be a string constant.
Argument:
argument
Explanation:
The first argument of the function must either be a string constant
or a location path that can be translated to a column in the event
data store. The second argument of the function must be a string constant.
The SQL equivalent to this function, the LIKE function,
requires that the first argument be either a table column or a string
constant and the second argument be a string constant.
Programmer Response:
Specify a string constant or a location path that maps to a table
column in the event database for the first argument of the function used
in the event selector expression. Specify a string constant for the second
argument of the function that is used in the event selector expression.This example shows a valid event selector expression using
the starts-with function.
CommonBaseEvent[starts-with(@msg,'My message')]
CEIDS0019E:
No arguments were specified for a function used in the event
selector expression.
Event selector expression: expression
Function:
function
Explanation:
You must specify one argument for this function.
Programmer Response:
Specify one argument for the function.
CEIDS0020E:
The function used in the event selector expression is not supported.
Event selector expression:
expression
Function:
function
Explanation:
See message.
Administrator Response:
Specify an event selector expression that uses a supported function.
CEIDS0021E:
The XPath expression type specified in the event selector expression is not supported.
Expression type: expression_type
Event selector expression: expression
Explanation:
These are the expression types that are supported for this release:
Programmer Response:
Specify an XPath expression that uses a supported expression type.
CEIDS0022E:
The event selector expression
expression
is not valid. The event selector parsing tool returned the following message:
message
Explanation:
These are the are possible reasons for this exception:
- A predicate bracket is not closed. For example, CommonBaseEvent[@severity='10 is missing a closing bracket, and it should be specified as CommonBaseEvent[@severity='10'].
- A function has the wrong number of arguments. For example, the starts-with and the contains function require two arguments.
- A quote on a string constant is not closed. For example, CommonBaseEvent[@severity='10] is missing a closing quote, and it should be specified as CommonBaseEvent[@severity='10'].
- An open parenthesis is not closed. For example, CommonBaseEvent[(@severity+10=20] is missing a closing parentheses, and it should be specified as CommonBaseEvent[(@severity+10)=20].
- A string constant that is not contained by quotes. For example, CommonBaseEvent[@creationTime=2003-12-31T12:00:00Z] is missing quotes around the date time sting, and it should be specified as CommonBaseEvent[@creationTime='2003-12-31T12:00:00Z'].
Programmer Response:
Specify a valid event selector expression.
CEIDS0023E:
The event selector expression
expression
is not valid. The CommonBaseEvent element does not have an
associated predicate.
Explanation:
See message.
Programmer Response:
Specify an event selector expression with one predicate associated with the CommonBaseEvent element.For example, the following event selector expression returns a SQL
expression that selects all events from the event database. For example,
CommonBaseEvent[@globalInstanceId]
CEIDS0024E:
The function function used in the event
selector expression, expression, is
specified with an incorrect number of arguments. The function should
be specified with number_of_arguments
arguments.
Explanation:
See message.
Programmer Response:
Specify the function with a valid number of arguments.
CEIDS0025E:
The arithmetic operation contains an operand that is not a numeric value.
Operation:
operation
Explanation:
Only numeric operands are supported for the following arithmetic
operators: +, -, *, div, mod, <, >, <=, >=
Programmer Response:
Specify two numeric values for this operation.The following example shows a valid event selector expression using the
addition operation.
CommonBaseEvent[@severity = 10 + 1]
CEIDS0026E:
The operation contains operands that are not compatible.
Operation:
operation
Explanation:
The most likely cause of this problem is using a numeric value for one operand and a string value that cannot be converted to a numeric value for the other operand.
Programmer Response:
Specify operands with compatible types.The following example shows a valid event selector expression using the
equality operation.
CommonBaseEvent[@severity = '10']Because the string value 10 can be converted to the numeric value 10, the operation is valid and the types are compatible.
CEIDS0027E:
An error occurred when writing the CommonBaseEvent any element to the database. The operation was stopped.
Event:
event
Explanation:
See message.
Administrator Response:
See message.