ActiveMatrix BPM: Runtime Database Configuration

Field/Button Description
URL JDBC connection string that identifies the ActiveMatrix BPM database to be used by this BPM system.

ActiveMatrix BPM will use this string to connect to this ActiveMatrix BPM database.

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

build.properties entries: bpm.db.url, plus other database specific entries representing the different URL components - for example, on SQL Server:

  • bpm.db.dbname
  • bpm.db.port
  • bpm.db.servername
Username Database server user account that ActiveMatrix BPM should use to connect to this ActiveMatrix BPM database. TIBCO Configuration Tool automatically creates the specified account if it does not already exist.

The specified Username must be unique to this BPM system; you cannot use an existing user account that is used by a different BPM database on this server.

If you are using a DB2 database, this must be the name of an existing operating system user - see Configuring the BPM Database Server Using DB2.

Default: bpmuser

build.properties entry: bpm.db.username

Password Password for the specified Username.

build.properties entry: bpm.db.password

Confirm Password Password for the specified Username.
Test Connection Verifies that TIBCO Configuration Tool can connect to the specified ActiveMatrix BPM database using the information supplied on this page.

This field is only enabled if you chose to manually create the database in the ActiveMatrix BPM: Database Administrator screen. Connection will only be possible when:

  1. You have generated the database creation scripts (by clicking Generate Scripts).
  2. The database administrator has run the database creation scripts.
    Note: The database administrator must run the database creation scripts before you click Configure in the Summary screen at the end of this wizard.
Generate Scripts Generates the SQL scripts needed to create the specified ActiveMatrix BPM database.

You must generate the database creation scripts if you chose to manually create the database in the ActiveMatrix BPM: Database Administrator screen. See Manually Running BPM Database Creation Scripts for more information about how to manually create the database.