Skip to end of banner
Go to start of banner

ETL+ Command Line Interface

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

ETL+ Version 2022.08

Syntax for Windows Shortcuts and /wiki/spaces/DS/pages/1990131716 to ETL+

<path>\DataSelf ETL Plus.exe" x<<parameter-1>x<parameter-2> … <parameter-n>

Parameters:

  • Run an Entity’s Job: x-e <entity-id> x-j <job-id>

  • Show the Log UI for an entity: x-e <entity-id> x-ui Log

  • Show the Load UI for an entity’s running Job:
    x-e <entity-id> x-ui Load x-j <job-id>

Example:

Run job (ID) number 2 from Entity 1-j-acu4a:

  • "C:\Program Files\DataSelf ETL Plus.exe" -e 1-j-acu4a -j 2

/wiki/spaces/DS/pages/1571225805

ETL+ Version 2022.02 and Before

Syntax for Windows Shortcuts and command line interface to ETL+

“<path>\DataSelf ETL Plus.exe" "<<entity-id>>" "0" "<RefreshBatchID>” [“<optional local logging>”]

Examples:

  • "C:\Program Files\DataSelf ETL Plus.exe" "mycorp" "0" "1"
    Runs Refresh Batch #1 for mycorp entity.

  • "C:\Program Files\DataSelf ETL Plus.exe" "mycorp" "0" "2" "1"
    Runs Refresh Batch #2 for mycorp entity and starts local-disk logging before ETL+ connects to its metadata in the cloud. This can be helpful when debugging if ETL+ is not working at all (usually, a Windows security issue).

The syntax above is also used in ETL+ tasks created in Windows Task Scheduler (WTS).

Related Pages

v2022.08 ✅

  • No labels