Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The user that runs the MettleCI Workbench service (defined by the DM_WORKBENCH_USER environment variable - typically set to mciworkb) must have Read/Write (minimum 600) permissions to the MettleCI Workbench license file (mettleci.lic)

Modify the MettleCI CLI configuration

By default, the MettleCI CLI checks the PATH to find the DataStage Client executables.

Edit the config.properties file to comment and uncomment lines appropriately so the file specifies configuration settings for UNIX:-

Code Block
languagenone
# MettleCI Command Line Interface Configure File
# (C)2018-2022 Data Migrators Pty Ltd
# This line is mandatory and tells the CLI where to find your MettleCI License
# file. If you are installing the CLI on the same tier as MettleCI Workbench
# then you should configure this line to point to the same license file used by
# Workbench (and referenced in its config.yml file).  This might be...
# Unix
license.file=../mettleci.lic
# Windows
# license.file=mettleci.lic

# If the DataStage client executables directory is not on your system path you
# should uncomment one of the following lines and ensure it correctly points to
# a directory containing the DataStage dsadmin executable.  Note that double
# backslashes are required for Windows systems.
# Unix
ds.client.path=/opt/IBM/InformationServer/Server/DSEngine/bin
# Windows
# ds.client.path=C:\\IBM\\InformationServer\\Clients\\Classic

Verify your install/upgrade

...