Versions Compared

Key

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

...

  1. Open the Settings page.

  2. Select the Log and Working File Folder button > Select ETL App Folder

    Image RemovedImage Added

<entity-id>

The entity id is shown after the Entity label on the lower left hand corner of most ETL+ pages.

...

The job id is shown on the ID column of the Job page.

Example

FromBased on the screenshot of the Job page above the command-line command / CMD command would be:

Code Block
languagepowershell
"C:\Program Files\DataSelf ETL Plus\DataSelf ETL Plus.exe" -e sample_entity -j 3

x

ETL+ Version 2022.08

Syntax for Windows Shortcuts and command line interface 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

...

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).

...

Note

Avoid using command-line parameters from prior versions of ETL+.
Prior versions had a -ui parameter that may cause problems with the current version.

Related Pages

...

v2023.07