You can create the BPMSTATE database and tables used by
the BPM common base event adapter for WebSphere®.
Use the following steps to run the P8BPMCBEAdaptor.ddl script
to create the BPMSTATE database and tables.
- Logon to the server as a user with the necessary DB2® privileges to create
the BPMSTATE database.
- Open a DB2 command
window.
- Select
- Enter the command: db2cmd
- Change to the directory containing the P8BPMCBEAdaptor.ddl script.
- Enter the following command into the DB2 command window:
db2 +c –stvf P8BPMCBEAdaptor.ddl
- If the previous command succeeded, enter the command: db2
commit Otherwise, if the previous command failed,
enter the command: db2 rollback