Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to use a windows batch scheduler or any other scheduling tool to trigger a Qlikveiw job. So that all the qlikview reload happens from an external scheduling tool.
Hi,
yes, I have reload QVD's and also qvw files. In a server environment QMC could be used.
If this is for Your own use in desktop any kind of scheduler could be used.
In a txt document just Write:
"C:\Program Files\QlikView\qv.exe" /r "C:\xxx\yourfile_to_be_reloaded.qvw"
Save the document as .bat
Then create a task in the scheduler
are you talking about Windows Print spool?
Yes,
I have use "System Scheduler" a free software. Also Windows scheduler will work for .bat files.
Have you used the scheduler to schedule QVD file to reload, if so let me know how to do that
I am trying to reload a QVD file using a scheduler other than QMC
Hi,
yes, I have reload QVD's and also qvw files. In a server environment QMC could be used.
If this is for Your own use in desktop any kind of scheduler could be used.
In a txt document just Write:
"C:\Program Files\QlikView\qv.exe" /r "C:\xxx\yourfile_to_be_reloaded.qvw"
Save the document as .bat
Then create a task in the scheduler
Thanks !
That works