WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


Error when sending event (message CEIDS0060E)

My event source encounters an error when trying to send an event, and message CEIDS0060E appears in the WebSphere® log file.

Cause

The event service uses metadata stored in the event database to map Common Base Event elements and attributes to database tables and columns. This information is read from the database the first time an application attempts to use the event service after startup.

The metadata tables are populated when the event database is created. This error occurs if the tables do not contain the required metadata at run time.

Remedy

To correct this problem, you need to recreate the required metadata. When the event database is created, the database configuration administrative command also generates a database script that can be used to repopulate the metadata at a later time. The name of this script depends on the database type:
Database type Script name
Derby ins_metadata.derby
DB2® ins_metadata.db2
Informix® ins_metadata.sql
Oracle ins_metadata.ora
SQL Server ins_metadata.mssql
DB2 UDB for iSeries® ins_metadata.db2
DB2 for z/OS® ins_metatdata.ddl

By default, the script, ins_metadata.ddl, is created in the profile_root/dbscripts/CEI_Databasename/ddl directory. You can run this script at any time using the DB2 SQL processor.

After repopulating the metadata, restart the server.


topic Topic topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.zseries.doc/doc/tcei_trb_send_ceids0060e.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).