/
ISX Set-Params Command

ISX Set-Params Command

Purpose

Update Job Parameter values within an ISX file.

File paths supplied to the -patterns parameter must follow Ant-style syntax.

Syntax

image-20240411-085930.png

Example

The following command recursively finds all EX_*.isx and LD_*.isx files relative to the current working directory and modifies those files to set …

  • the $APT_CONFIG_FILE parameter to the value /app/IBM/InformationServer/Server/Configs/default.apt, and

  • the MyParameterName parameter to the value MyParameterValue.

$> mettleci isx set-params \ -pattern "**/EX_*.isx" \ -pattern "**/LD_*.isx" \ -P "$APT_CONFIG_FILE=/app/IBM/InformationServer/Server/Configs/default.apt" \ -P "MyParameterName=MyParameterValue"

 

 



Related content

ISX Export Command
ISX Export Command
More like this
ISX Cat Command
ISX Cat Command
More like this
DataStage Deploy Command
DataStage Deploy Command
Read with this
Compliance Test Command
Compliance Test Command
Read with this
ISX Message-Handlers Command
ISX Message-Handlers Command
Read with this
Remote Upload Command
Remote Upload Command
Read with this

© 2015-2024 Data Migrators Pty Ltd.