Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 15
Page Properties
hiddentrue
idmettleci-cli

Namespace

datastage

Command

execute

Plugin Name

datastage

Plugin File

dm-dsexecute-plugin.jar

Credentials

IS/DS

Windows Client

-

...

Execute a DataStage job.

Syntax

...

Include Page
datastage execute command syntax
datastage execute command syntax

Example

Code Block
languagebash
$> mettelci datastage execute \
   -domain test1-svcs.datamigrators.io:59445 \
   -server test1-engn.datamigrators.io \
   -username isadmin -password password1 \
   -project dstage1 \
   -jobname TR_ORDERS \
   -runmode NORMAL

...