Initializing the Database and Generate Non-Project Tables
Ensure that you have done all earlier tasks that may pertain to your case.
See Ontology Identifiers that Exceed the DBMS Maximum Column Length.
Run the Initialize Database Script as the DBA or System User. This script creates the TIBCO BusinessEvents user and initializes the database.
Warning: Running the script
initialize_database_YourDBMS.sql script deletes the user before creating it again. Running the script
create_tables_YourDBMS.sql drops all database tables before creating them again. This means you can run these scripts again during test phases of your project development, without having to take extra cleanup steps.
The first time you run the create_tables_YourDBMS.sql script, you see harmless error or warning messages because there is nothing to delete.
If you are updating the schema for an existing backing store, see Updating Existing Backing Store Schema .
Procedure
Log on as the TIBCO BusinessEvents user, BE_USER by default and run a script to create non-project specific tables.
Copyright © TIBCO Software Inc. All rights reserved.