Modifying the transaction log options for a DB2 database

When you configure DB2 for use with IBM® Business Process Manager, you must modify the transaction log options.

Procedure

  1. Start a DB2 command line processor.
  2. Run the following commands:
    CONNECT TO [DB_name]
    UPDATE DB CFG FOR DB_name USING LOGFILSIZ 4096 IMMEDIATE
    UPDATE DB CFG FOR DB_name USING LOGSECOND 64 IMMEDIATE
    CONNECT RESET
  3. Stop and restart DB2.