[Enterprise Extensions only]
Previous topic Next topic

Creating the database tables

Follow this procedure when installing on an AEd platform, if you are using an AE platform, then see Installing a BRBeans jar file on AE - overview

  1. Extract the file of SQL statements that was generated in Deploying the code. If you opted for the default values in that step, this file can be found in the WAS_HOME\Enterprise\BRBeans\Deployed_BRBeans<DBtype>.jar file as META-INF/Table.ddl
  2. Use the SQL statements to create the database tables. For example, if you are using DB2, launch a DB2 command window and type the following:
    db2 connect to <database-name>
    db2 -tf <fully-qualified-path-to-Table.ddl>

You have successfully created the database tables.

Proceed to Creating a datasource.

Previous topic Next topic