
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
schedule a reload
Hi,
I am new to qlikview , please let me know how to schedule qvd's from database and corresponding qvw's reload automatically, lets say daily at a particular time.Do I need to use vb script to achieve this task. Any help will be appreciated.
Thanks,
Varun
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
For Scheduling the job through qlikview you need to create batch file. Steps as follows:
1.) Open notepad
2.)Type thelocation of Qlikview installation path and your qlikview file
Ex: "C:\Program Files\QlikView\qv.exe" /r "C:\Projects\Sample.qvw"
3.) Save the text file ".bat" extension.
Best of luck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
To schedule a task you need to have Qlikview Server installed and also Qlikview server license to be applied on that.
If you have dont have Qlikview server then you can use windows task scheduler option, for this you need to write batch files.
But Qlikview server is better option
Regards,
Amay


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can used EDX to schedule. Check out the documents from the link. http://community.qlik.com/docs/DOC-2650

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
For Scheduling the job through qlikview you need to create batch file. Steps as follows:
1.) Open notepad
2.)Type thelocation of Qlikview installation path and your qlikview file
Ex: "C:\Program Files\QlikView\qv.exe" /r "C:\Projects\Sample.qvw"
3.) Save the text file ".bat" extension.
Best of luck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Venkat,
Thanks for sharing the script for manual reload.
My qvw is requiring username and password; hence how can I incorporate these into the batch file script so that I can still execute it?
Best wishes,
