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.

  1. Logon to the server as a user with the necessary DB2 privileges to create the new BPMSTATE database.
  2. Open a DB2 command window.
  3. Select Start > Run…
  4. Enter the command:

    db2cmd

  5. Change to the directory containing the P8BPMCBEAdaptor.ddl script.
  6. Enter the following command into the DB2 command window:

    db2 +c –stvf P8BPMCBEAdaptor.ddl

  7. If the previous command succeeded, enter the command:

    db2 commit

    Otherwise, if the previous command failed, enter the command

    db2 rollback