ActiveMatrix BPM: Database Administrator

Field/Button Description
Create BPM Database Instance Whether TIBCO Configuration Tool should automatically create the ActiveMatrix BPM database (and, if it is hosted separately, the BDS database). When selected, the remaining fields on this page are available. See Manually Creating the BPM Database for more information about how to choose whether to automatically or manually create the database.

When cleared, you must manually create the database instead, using the scripts generated from the ActiveMatrix BPM: Runtime Database Configuration screen.

Default: Selected

build.properties entry: bpm.db.create.schema

Database Driver Database driver used to connect to the database server that hosts the BPM database. The drivers available are those that have been previously installed using the TIBCO Configuration Tool Configure Third-Party Driver Wizard .

build.properties entries (do not edit these entries manually):

  • bpm.db.type
  • bpm.db.feature.name
  • bpm.db.feature.version
  • bpm.db.driver
  • bpm.db.xa.driver
  • bpm.db.dialect
URL JDBC connection string needed to connect to the database server.

For the format to use, see JDBC Connection String Formats.

build.properties entry: bpm.db.admin.url

DBA Username Credentials of a database server user account that has database administrator privileges. See Database User Account.

TIBCO Configuration Tool will use this account to connect to the database server to create the BPM database. If you do not have access to a suitable account, you will need to manually create the BPM database.

build.properties entry: bpm.db.admin.username

DBA Password Password for the specified DBA Username.

build.properties entry: bpm.db.admin.password

Tablespace Name Name of the Oracle tablespace in which the BPM database will be created:
  • TIBCO Configuration Tool will create this tablespace if it does not already exist.
  • The Administrator database and the BPM database must each use a separate tablespace.
  • If multiple BPM databases are hosted on this server, each subsequent BPM database must also use a separate tablespace.

If the BPM database is being hosted on SQL Server or DB2 this field is ignored.

Default: bpm_tablespace

build.properties entry: bpm.db.tablespace

Test Connection Verifies that TIBCO Configuration Tool can connect to the database server using the information supplied on this page.