My event consumer encounters an error when trying to query events from the event service, and message CEIDS0060E appears in the WebSphere® log file.
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.
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 |
By default, the script is created in the profile_root/dbscripts/CEI_database_namenode directory. You can run this script at any time.
After repopulating the metadata, restart the server.