Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

Any tips for Extract & Transform running .bat files

Hi All,

I have an Extract file and a Transform file that I have created 2 bat files to reload the Data Store QVD's etc

Any tips on how best to schedule these to run on the Windows Task Scheduler?

Regards

Alan

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II
Author

I have this sorted, need to run whether user is logged on or not

2015-02-26_0933.png

And then on the triggers tab make sure the below radio button is ticked

2015-02-26_0934.png

The files will reload no problem, even if the user is not logged on

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Use TrafficLights logic, that is when a task start create a file then at the end delete it. If the next task finds that file, something has gone wrong ...

rustyfishbones
Master II
Master II
Author

I have this sorted, need to run whether user is logged on or not

2015-02-26_0933.png

And then on the triggers tab make sure the below radio button is ticked

2015-02-26_0934.png

The files will reload no problem, even if the user is not logged on