BPM CBE Adaptor for WebSphere Business Monitor deployment
Step 1: Create the BPMSTATE database
Use the following steps to execute the P8BPMCBEAdaptor.ddl script to create the BPMSTATE database and tables used by the BPM CBE Adaptor for WebSphere.
- Logon to the server as a user with the necessary DB2 privileges to create the new BPMSTATE database.
- Open a DB2 command window.
- Select Start > Run…
- 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