Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts -
Could you please let me know if there is a way to run task created in QMC using any third party scheduler like autosys.
We have created tasks in qmc but the requirement is to run the job not via QMC.
If there is a command line utility as such to do the same may immensly help.
Thanks in advance.
Hello ,
If you are using windows server 2008 or windows provides task facility using bacth file you can
reload your documents and perform all scheduling task like QMC.
Vikas
could you please let me know how can we achieve it. Do we have any command line utility of exe available to do the same.
Thanks for reply
- Create a batch file
- Include the path of qv.exe and your file.
"C:\Program files\Qlikview\qv.exe" /r "C:\New_folder\Docs\My_Report.qvw"
- Go to Windows Task Scheduler and set up the schedule for batch file to reload your QVD.
Thanks much, very helpful..
But i was looking more for a task utility, because the task distributes the document as well to the accesspoint along with loading the qv document.
could we achive the same with qv.exe??