You can create the required databases before you create profiles.
The default database names are BPMDB for the Process Server database, PDWDB for the Performance Data Warehouse database, and CMNDB for the Common database.
The Process Server and Performance Data Warehouse require their own separate databases and cannot be configured on the same database as the other BPM components.
When you create your database schemas, you must have a user ID with enough authority to create your tables. After the tables are created, the applications must have enough authority to select, insert, update, and delete information in the tables.
| Database management system | Minimum privilege required to use the data store tables | Additional privilege required to create the data store tables |
|---|---|---|
| Microsoft SQL Server | Configure the SQL Server for SQL Server so that authentication can be based on an SQL server login ID and password. The user ID can own the tables or be a member of a group that has sufficient authority to issue TRUNCATE TABLE statements. | The user ID requires the CREATE TABLE statement privilege. |