Running the data extraction agent in your developer toolkit environment

You can run the data extraction agent in your developer toolkit environment to retrieve data from your backup database.

About this task

In order to run data extract on developer toolkit, you must first set up the backup database and the SFTP properties by using the following procedure. For more information about data extract and the configuration steps that are required, see Data extract overview.

Procedure

  1. Configure the backup database properties and point to it in the main database properties. You must add all backup database properties to your devtoolkit_docker/compose/om-functional.properties file.

    The default values of the primary Db2 database of the developer toolkit are the following, unless they have been overridden.

    shell.dbPoolBackup=db2PoolBackup
    jdbcService.db2PoolBackup.dbvendor=db2
    jdbcService.db2PoolBackup.systemPool=true
    jdbcService.db2PoolBackup.url=jdbc:db2://localhost:50000/omdb
    jdbcService.db2PoolBackup.catalog=omdb
    jdbcService.db2PoolBackup.dbname=omdb
    jdbcService.db2PoolBackup.user=db2inst1
    jdbcService.db2PoolBackup.password=diet4coke
    jdbcService.db2PoolBackup.schema=OMDB
    Note:
  2. Configure an SFTP server and point the SFTP server properties to this server. For more information, see Configuring the data extract.