Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Scheduling Qlikview jobs through External schedulers

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.

1 Solution

Accepted Solutions
stabben23
Partner - Master
Partner - Master

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

View solution in original post

6 Replies
Anil_Babu_Samineni

are you talking about Windows Print spool?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
stabben23
Partner - Master
Partner - Master

Yes,

I have use "System Scheduler" a free software. Also Windows scheduler will work for .bat files.

Anonymous
Not applicable
Author

Have you used the scheduler to schedule QVD file to reload, if so let me know how  to do that

Anonymous
Not applicable
Author

I am trying to reload a QVD file using a scheduler other than QMC

stabben23
Partner - Master
Partner - Master

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

Anonymous
Not applicable
Author

Thanks !

That works