![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Ensure that you have done all earlier tasks that may pertain to your case (see Cases That May Need Additional Setup).
Running the initialize_databaseYourDBMS.sql script deletes the user before creating it again. Running the 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.
1. As desired, change the default TIBCO BusinessEvents user credentials: Open the initialize_databaseYourDBMS.sql script for editing and change the default username and password. The documentation uses the default username (BE_USER) and password (BE_USER)
2. Open a command window in the BE_HOME/bin directory (default location of the scripts), and the appropriate command for your DBMS at the prompt:Type exit to exit and commit.
Log on as the TIBCO BusinessEvents user, BE_USER by default and run a script to create non-project specific tables.
1. Open a command window in the BE_HOME/bin directory (default location of the scripts), and type the appropriate command for your DBMS at the prompt:Type exit to exit and commit.Use the credentials defined in the initialize_database_oracle.sql or initialize_database_sqlserver.sql files. By default those are: username BE_USER, with password BE_USER.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |