CEIXS0001E: The specified relational database management system is not supported.
Database: rdbms_name
Version: rdbms_version

Explanation:

See message.

Administrator Response:

Configure the common event infrastructure data source to use a supported relational database management system.

CEIXS0002E: 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.

CEIXS0004I: The XML store is connecting to the specified relational database management system.
Database: rdbms_name
Version: rdbms_version

No additional information is available for this message.

CEIXS0005I: The database schema version is actual_schema_version.

No additional information is available for this message.

CEIXS0006E: The database schema is not compatible with the XML store. The database schema version is actual_schema_version, but the required version is required_schema_version.

Explanation:

See message.

CEIXS0008E: The WebSphere Application Server connection pooling system returned a database connection that is not valid.
Data source resource reference: data_source

Explanation:

See message.

Programmer Response:

Try the operation again.

CEIXS0009E: A database connection could not be obtained from the connection pool after maximum_retries attempts were made 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:

Try one or more of the following actions:

CEIXS0011E: The XML store cannot find the resource reference in JNDI.
Resource reference: resource_reference_name

Explanation:

The XML 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 XML store. The resource reference information that is specified during the 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/XmlStoreProfileReference, the XML store cannot access the configuration data. If the specified resource reference name is java:comp/env/XmlDataSourceReference, the XML store cannot access the data source.

Administrator Response:

In the administrative console, configure the specified resource reference to a valid JNDI resource.

CEIXS0012E: The XML store is configured to use only one bucket. The current active bucket cannot be changed.

Explanation:

See message.

CEIXS0014E: The relational database management system reported the following error.
Data source resource reference: data_source
Database product: rdbms_name
Database version: rdbms_version
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.

CEIXS0015I: The current bucket is being changed from bucket old_bucket to bucket new_bucket.

No additional information is available for this message.

CEIXS0016E: The value property_value for the property property_name cannot be converted to an integer. The default value of default_value is used.

Explanation:

See message.

CEIXS0017E: The value property_value for the property property_name is larger than the maximum allowed value of maximum_value. The default value of default_value is used.

Explanation:

See message.

CEIXS0018E: The value property_value for the property property_name is less than the minimum allowed value of minimum_value. The default value of default_value is used.

Explanation:

See message.

CEIXS0019I: The property property_name could not be located. The default value of default_value is used.

No additional information is available for this message.

CEIXS0020I: A fast purge is in progress. Only the active bucket is accessed. The active bucket is currently bucket active_bucket.

No additional information is available for this message.

CEIXS0022E: The current active bucket cannot be changed from bucket active_bucket to bucket new_bucket because bucket new_bucket still contains event data.

Explanation:

See message.

CEIXS0023E: The relational database management system reported the following error.
Data source resource reference: data_source
Database product: rdbms_name
Database version: rdbms_version
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.

CEIXS0024E: The length of the XML column cannot be determined from the database metadata.

Explanation:

The XML store uses the database metadata to determine length of the column. The XML store needs this information to determine whether to store the event in the main table or use both the main and the overflow tables.

CEIXS0025I: The event cannot be compressed. It is stored in an uncompressed form in the database.

Explanation:

See message.

Administrator Response:

If the problem persists, in the administrative console, set the compress custom property to false.

CEIXS0026E: The XML store cannot not convert an event from string format to binary format. The event cannot be stored.

Explanation:

The XML store stores an event as binary data. It uses UTF-8 codeset to convert the string data to binary data. Because the string to binary format conversion failed, the event cannot be stored.