...
Info |
---|
The user that runs the MettleCI Workbench service (defined by the |
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 | ||
---|---|---|
| ||
# 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
...