WebSphere Process Server messages     Operating Systems: All supported

CEIDS

CEIDS0001E: The specified relational database management system is not supported. Database: {0} Version: {1}
Problem

See message.

CEIDS0002E: The relational database management system reported the following error. Data source resource reference: {0} SQL state: {1} Vendor code: {2} Message: {3}
Problem

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.

CEIDS0003E: The mapping of a Common Base Event element or attribute to database tables and columns cannot be found. Attribute: {0}
Problem

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.

CEIDS0004I: The data store is connecting to the specified relational database management system. Database: {0} Version: {1}
CEIDS0005E: The maximum purge transaction size {0} has been exceeded. The purge operation has been stopped, the transaction has been rolled back, and no events have been purged.
Problem

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.

User response

To reduce the number of events to be purged in a single transaction, do one or all of the following actions:

CEIDS0006E: The query threshold {0} has been exceeded. The query operation has been stopped and no events have been returned.
Problem

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.

User response

To reduce the number of events to be returned, do one or more of the following actions:

CEIDS0007E: An event with the global instance identifier, {0} , already exists in the database. The event was not stored in the database. Existing event: {1} New event: {2}
Problem

Each event instance must have a unique global instance identifier.

User 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: {0}
Problem

See message.

User response

Try the operation again.

CEIDS0009E: A database connection could not be obtained from the connection pool after {0} attempts to obtain a connection. Data source resource reference: {1}
Problem

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.

CEIDS0010I: The maxCacheEntries configuration parameter must be greater than or equal to {0}. However, {1} was specified. The maxCacheEntries value has been set to {2} .
Problem

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.

CEIDS0011E: The data store cannot find the resource reference in JNDI. Resource reference: {0}
Problem

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.

CEIDS0013E: The attribute or element {0} specified in the event selector expression {1} is not supported.
Problem

See message.

User 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, {0}, is not valid, and it could not be translated to a valid SQL expression.
Problem

The most likely cause of this problem is specifying only a constant value as the predicate in an expression.

User response

Specify an event selector expression with a valid predicate expression.

CEIDS0015E: The {1} function used in the event selector expression, {2}, 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: {0}
Problem

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.

User 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.

CEIDS0019E: No arguments were specified for a function used in the event selector expression.Event selector expression: {1} Function: {0}
Problem

You must specify one argument for this function.

User response

Specify one argument for the function.

CEIDS0020E: The function used in the event selector expression is not supported.Event selector expression: {1} Function: {0}
Problem

See message.

CEIDS0021E: The XPath expression type specified in the event selector expression is not supported.Expression type: {0}Event selector expression: {1}
Problem

These are the expression types that are supported for this release:

User response

Specify an XPath expression that uses a supported expression type.

CEIDS0022E: The event selector expression {0} is not valid. The event selector parsing tool returned the following message: {1}
Problem

These are the are possible reasons for this exception:

User response

Specify a valid event selector expression.

CEIDS0023E: The event selector expression {0} is not valid. The CommonBaseEvent element does not have an associated predicate.
Problem

See message.

User 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 {0} function used in the event selector expression, {1}, is specified with an incorrect number of arguments. The function should be specified with {2} arguments.
Problem

See message.

User response

Specify the function with a valid number of arguments.

CEIDS0025E: The arithmetic operation contains an operand that is not a numeric value. Operation: {0}
Problem

Only numeric operands are supported for the following arithmetic operators: +, -, *, div, mod, <, >, <=, >=

User response

Specify two numeric values for this operation.

The following example shows a valid event selector expression using the addition operation.

CEIDS0026E: The operation contains operands that are not compatible. Operation: {0}
Problem

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.

User response

Specify operands with compatible types.

The following example shows a valid event selector expression using the equality operation.

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: {0}
Problem

See message.

CEIDS0028E: An error occurred when reading the CommonBaseEvent any element from the database. The operation was stopped. Global instance identifier: {0}
Problem

See message.

CEIDS0029E: An error occurred when writing a CommonBaseEvent extended data element that has a hexBinary data type to the database. The operation was stopped. Event: {0}
Problem

See message.

CEIDS0030E: An error occurred when reading a CommonBaseEvent extended data element that has a hexBinary data type from the database. The operation was stopped. Global instance identifier: {0}
Problem

See message.

CEIDS0031W: The configuration value for connection retries, {0}, is not valid. The value has been changed to {1}.
Problem

The connection retries configuration setting specifies the number of times the data store attempts to obtain a database connection from the connection pool. If a connection cannot be obtained in the specified number of retries, the data store throws an exception. A value of 0 specifies that the data store does not retry the operation.

CEIDS0032W: The configuration value for query threshold, {0}, is not valid. The value has been changed to {1}.
Problem

The query threshold configuration setting specifies the maximum number of events that can be returned by the queryEvents methods. This value must be 1 or greater.

CEIDS0033W: The maximum purge transaction size, {0}, is not valid. The value has been changed to {1}.
Problem

The maximum purge transaction size configuration setting specifies the maximum number of events that can be deleted in a single purgeEvents call. This value must be 1 or greater.

CEIDS0034E: The operator used in the the event selector expression operation {0} is not supported.
Problem

These are the supported event selector expression operators:

User response

Specify an event selector expression operation that uses a supported operator.

CEIDS0035E: The implementation class that supports the configured relational database system cannot be loaded. Implementation class name: {0} Relational database name: {1} Database version: {2}
Problem

See message.

CEIDS0036E: The relational database management system reported the following error. Data source resource reference: {0} Database product: {1} Database version: {2} SQL state: {3} Vendor code: {4} Message: {5}
Problem

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.

CEIDS0037E: The values element is referenced in the specified event selector expression, {0}, without specifying a corresponding extended data element type.
Problem

When the values element is specified in an event selector expression, a corresponding event selector type must also be specified.

User response

Identify the event selector type of the values element specified in the event selector expression using the operator.

A valid event selector expression referencing the values element looks similar to the following example.

The operation on the values element and the type attribute expressions must be located within a predicate expression of an extendedDataElements element.

CEIDS0038E: The XPath pattern-matching character {1} that is used in the specified event selector expression, {0}, is not supported.
Problem

The XPath pattern-matching characters are not supported.

User response

Specify the XPath expression without using a XPath pattern-matching character.

CEIDS0039E: The type attribute used in the event selector expression, {0}, conflicts with another type attribute that has already been specified.
Problem

Extended data element type attributes cannot be specified in conjunction with one another using the operator.

User response

Specify the event selector expression without using two extended data element type attributes that are conflicting.

For example, the following event selector expression is not valid because the type attributes are conflicting.

This expression is correctly rewritten as follows:

CEIDS0040E: The event selector expression, {0}, was specified with stacked predicates. Stacked predicates are not supported.
Problem

See message.

User response

Specify the event selector expression without using stacked predicates.

For example, the following event selector expression is not valid because there are multiple predicates on the CommonBaseEvent element.

This expression is correctly rewritten as follows:

CEIDS0041E: The parameter value {0} specified for the function {1} in the event selector expression {2} does not match any known extended data element types.
Problem

See message.

User response

Specify a value for the function that matches at least one extended data element type.

For example, the following event selector expression is valid because the starts-with function matches the int and intArray extended data element types.

CEIDS0042I: The current bucket is being changed from bucket {0} to bucket {1}.
CEIDS0043E: The value {0} for the property {1} cannot be converted to an integer. The default value of {2} is used.
Problem

The specified property value is being read from the cei_t_properties table. The value stored in the property_value column, which is a string, cannot be converted to an integer value. The contents of the cei_t_properties table can be reset to the default values by running the ins_metadata script.

CEIDS0044E: The value {0} for the property {1} is greater than the maximum allowed value of {2}. The {3} default value is used.
Problem

The specified property value is being read from the cei_t_properties table. The value stored in the property_value column, which is a string, can be converted to an integer value, but the value is larger than the maximum allowed value. The contents of the cei_t_properties table can be reset to the default values by running the ins_metadata script.

CEIDS0045E: The value {0} for the property {1} is less than the minimum allowed value of {2}. The default value {3} is used.
Problem

The specified property value is being read from the cei_t_properties table. The value stored in the property_value column, which is a string, is converted to an integer value, but the value is smaller than the minimum allowed value. The contents of the cei_t_properties table are reset to the default values by running the ins_metadata script.

CEIDS0046I: The property {0} cannot be found. The default value {1} is used.
CEIDS0047I: A fast purge is in progress. Only the active bucket is accessed. The active bucket is {0}.
CEIDS0048I: Querying the database for the event with the {0} ID in the {1} bucket. The bucket is bypassed because the fast purge is in progress.
CEIDS0049E: The severity attribute for the event with the global instance ID of {0} cannot be set to {1} because it is already set to {2}.
Problem

The CommonBaseEvent schema does not allow the severity attribute to be changed once it is set. An event update request was submitted that attempted to set the severity attribute on an event that already had a severity value. The calling application should be changed so that it does not attempt to set the severity attribute on the specified event.

CEIDS0050I: Events cannot be inserted into the {0} bucket because it is not active. The events are inserted into the active bucket. The active bucket is {1}.
CEIDS0051E: The event with the global instance ID of {0} cannot be updated because it does not exist in the database.
Problem

An event update request specified an event that no longer exists in the database. This might occur if an event purge was performed.

CEIDS0052E: The current active bucket cannot be changed from bucket {0} to bucket {1} because bucket {2} still contains event data.
Problem

All of the events in the inactive bucket must be purged before the active bucket can be switched. Use the fast purge to purge all the events in the inactive bucket.

CEIDS0053E: The event database is configured to only use one bucket. The current active bucket cannot be changed.
Problem

The event database only contains one set of tables, a bucket, to store event data. Therefore, there is only an active bucket. The eventbucket.jacl script cannot be used to change the active bucket.

CEIDS0054I: Number of buckets: {0} Current bucket: {1} Bucket check interval (seconds): {2}
CEIDS0055E: The database schema is not compatible with the default data store. The database schema version is {0}. the required version is {1}.
Problem

See message.

CEIDS0056I: The database schema version is {0}.
CEIDS0057E: The parent location path {0} in the event update request for event with global instance ID {1} does not refer to any extended data element instances in the event. The event update request cannot be performed.
Problem

The Xpath expression for the parent extended data element is a valid Xpath expression and it does not refer to any existing extended data element instances. The calling application needs to be changed so that the Xpath expression refers to at least one extended data element in the event.

CEIDS0058E: Database table {0} does not exist for schema {1}. The default data store is unable to start.Data source resource reference: {2}
Problem

A required database table could not be found using the fully qualified SQL table name, which includes the user ID used to connect to the database. This indicates that a different user ID was used to create the event database, resulting in a different fully qualified table name.

CEIDS0059E: Database table {0} does not exist. The default data store is unable to start.Data source resource reference: {1}
Problem

A required database table could not be found using the fully qualified SQL table name, which includes the user ID used to connect to the database. This indicates that a different user ID was used to create the event database, resulting in a different fully qualified table name.

CEIDS0060E: Metadata table {0} in schema {1} is empty. The default data store is unable to start. Data source resource reference: {2}
Problem

The specified metadata table maps Common Base Event elements and attributes to database tables and columns. This metadata is required for the default data store to operate.

CEIDS0061E: Metadata table {0} is empty. The default data store is unable to start. Data source resource reference: {1}
Problem

The specified metadata table maps Common Base Event elements and attributes to database tables and columns. This metadata is required for the default data store to operate.

Reference topic    

Terms of Use | Feedback

Last updated: Jun 13, 2009 10:01:53 AM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.ws.61.cei.messages.doc/com.ibm.events.messages.CeiDataStoreMessages.html

© Copyright IBM Corporation 2009. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)