Versions Compared

Key

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

Before installing MettleCI Command Line Interface you will need to perform a pre-installation Java update to make sure your Java environment is compatible with MettleCI.

...

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

...