Upgrading DB2 to version 10.1 or 10.5

To upgrade from DB2 9.5 or 9.7 to 10.1 or 10.5, you must make configuration changes.

To upgrade from DB2 9.5 or 9.7 to 10.1 or 10.5, perform the following steps:

  1. Copy your DB2 9.5 or 9.7 database content to DB2 10.1 or 10.5.
    Attention: Back up all of your files before you change any settings.
  2. Back up the database driver in the /<install_dir>/dbjar/jdbc/DB2/ directory and replace it with the DB2 10.1 or 10.5 version.
  3. Update the following sandbox.cfg file fields with your environment-specific parameters:
    DB_PASS=
    DB_SCHEMA_OWNER=
    DB_DRIVERS_VERSION=
    YANTRA_DB_PORT=
    DB_DATA=
    DB_HOST=
    YANTRA_DB_USER=
    DB_PORT=
    YANTRA_DB_PASS=
    YANTRA_DB_DATA=
    YANTRA_DB_HOST=
    DB_DRIVERS=
    DB_USER=
    
    DB2_PORT=
    DB2_USER=
    DB2_PASS=
    DB2_DATA=
    DB2_HOST=
  4. Edit the following value in the activemq.xml file:
    activemq.xml: <value>jdbc:db2//DB_HOST:DB_PORT/DB_DATA</value>
  5. Run the setupfiles script.
  6. Run the deployer script.
  7. Start Sterling B2B Integrator.