Liquibase Enterprise was formerly known as Datical DB.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

  1. Ensure db2 is installed. Ensure that the installation directory is in the PATH.

  2. Locate and Install DB2 utility "IBM Data Server Runtime Client" from the IBM Support area. See Client Packages or https://www.ibm.com/support/pages/download-initial-version-115-clients-and-drivers

    1. Untar the download file: tar zxvf <tar_file>

    2. Run setup:

      1. cd <untar_dir>

      2. ./db2setup (may need to update OS libraries by running "yum update")

  3. Verify db2 client setup

    • At the command prompt, run:

      db2 ?

On success
Db2 displays the version number of the db2 client

On error
SQL10007N Message "-1390" could not be retrieved. Reason code: "3"

  • No labels