Excerpt |
---|
Older syntax for the command line interface for ETL+. |
Syntax for Windows Shortcuts and /wiki/spaces/DS/pages/1990131716 to ETL+
Panel | ||
---|---|---|
| ||
“<path>\DataSelf ETL Plus.exe” -e <entity-id> -j <job-id> |
<path>
x
ETL+ Version 2022.08
...
<path>
How to find the folder path containing \DataSelf ETL Plus.exe
Open the /wiki/spaces/DS/pages/
...
“<path>\DataSelf ETL Plus.exe" x<<parameter-1>x<parameter-2> … <parameter-n>
Parameters:
...
1570832586page.
Select the Log and Working File Folder button > Select ETL App Folder
<entity-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
The entity id is shown after the Entity label on the lower left hand corner of most ETL+ pages.
...
<job-id>
The job id is shown on the ID column of the /wiki/spaces/DS/pages/1571225805
Example
Based on the screenshot of the Job page above the /wiki/spaces/DS/pages/
...
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:
1990131716 would be:
Code Block | ||
---|---|---|
| ||
"C:\Program Files\DataSelf ETL |
...
"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).
...
Plus\DataSelf ETL Plus.exe" -e sample_entity -j 3 |
x
Note |
---|
Avoid using command-line parameters from prior versions of ETL+. |
Related Pages
...
/wiki/spaces/DS/pages/1985420133 Syntax from the prior version of ETL+.
v2023.07 ✅