CLI with Task Scheduler
Anyone put the script directly into Task Scheduler to export a dataset?
at the command prompt I can type the following separate commands (enter after each)
java -jar C:/Domo/java/domoUtil.jar
connect -s xxxcompany.domo.com -t 3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export-data -i 0DATASETIDHEREINTHISSPACE80c -f 'C:/PATHTOSAVEYOURFILE/FILENAME_DS01.csv'
disconnect
This works successfully every time
In Task Schedule under Actions/Start a program
Program/script:
cmd.exe
Add arguments:
java -jar C:/Domo/java/domoUtil.jar /
connect -s xxxcompany.domo.com -t 3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /
export-data -i 0DATASETIDHEREINTHISSPACE80c -f 'C:/PATHTOSAVEYOURFILE/FILENAME_DS01.csv' /disconnect
I can't get this to work, I have tried a ton of things, /c in front /command before each line {ENTER} after each, with double quotes around all of it, around each line.
I can't get this to work here, anyone do this successfully can you provide an example please
Best Answer
-
Yeah, you can do it in Windows Task Scheduler as I described, you just need to use the -script parameter for the CLI tool and provide the path to the script. See below, just replace the placeholder values with your actual values.
1
Answers
-
Have you tried putting the commands in a script and then calling the CLI tool in the scheduler and passing in the path to the script?
EXAMPLE:
java -jar C:/Domo/java/domoUtil.jar -script c:\directory\<uploadfile.script>
the scripting option is described at the bottom of the KB Article: https://domo-support.domo.com/s/article/360043437733?language=en_US
1 -
I need to be able to use task scheduler for this outside of DOMO
0 -
Yeah, you can do it in Windows Task Scheduler as I described, you just need to use the -script parameter for the CLI tool and provide the path to the script. See below, just replace the placeholder values with your actual values.
1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.6K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 102 SQL DataFlows
- 626 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 753 Beast Mode
- 61 App Studio
- 41 Variables
- 692 Automate
- 177 Apps
- 456 APIs & Domo Developer
- 49 Workflows
- 10 DomoAI
- 38 Predict
- 16 Jupyter Workspaces
- 22 R & Python Tiles
- 398 Distribute
- 115 Domo Everywhere
- 276 Scheduled Reports
- 7 Software Integrations
- 130 Manage
- 127 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 11 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 110 Community Announcements
- 4.8K Archive