Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to do independent job scheduling

how to do independent job scheduling?

3 Replies
Not applicable
Author

Hi Venu,

Independent job scheduling means what.

we have so many ways to schedule the jobs.we can schedule the job directly in server or we can create a batch file and schedule that job in task schduler

vardhancse
Specialist III
Specialist III

In the task->trigger->we can schedule the job.

It will act as individual task with out dependency.

ashfaq_haseeb
Champion III
Champion III

Hi,

You need to schedule it via .Bat file.

Basic syntax is:-

"c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\Application.qvw

Steps:-

1. Open notepad and write code

    "c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\Application.qvw

2. And then save it with the Filename.bat in any location

          Ex:- Reload.Bat

3. Double click on the Bat file you are able to reload the application.

4. You can even use windows task scheduler  to triggered the bat file.

Regards

ASHFAQ