Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Automatic Reload without server

Is there a way to automatize qlikview to do automatic reload? The idea is reload several sheets every day.

Thanks,

11 Replies
magavi_framsteg
Partner - Creator III
Partner - Creator III

pgalvezt wrote:

Is there a way to automatize qlikview to do automatic reload? The idea is reload several sheets every day.

Thanks,

Hi pgalvezt.

You can use the standard Windows Scheduler to schedule a batch/command file with the following content:

%PROGRAMFILES%\QlikView\QV.exe /r D:\appz\myapp.qvw

Kind regards

Magnus Åvitsland

BI Consultant

Framsteg Business Intelligence Corp.

pgalvezt
Specialist
Specialist
Author

My QV doesn´t reload.

This is my path in windows server 2003 is that correct?

C:\Program Files\QlikView 10\QV.exe /r  E:\DD\ZZ\app.qvw

Miguel_Angel_Baeyens

Hi,

Are you using that line in a BAT file properly quoted?

"C:\Program Files\QlikView 10\QV.exe" /r  E:\DD\ZZ\app.qvw

Hope that helps.

Miguel

pgalvezt
Specialist
Specialist
Author

I try first with:

"C:\Program Files\QlikView 10\qv.exe" //Qv was opened

Then

"C:\Program Files\QlikView 10\QV.exe" /r  E:\DD\ZZ\app.qvw //Failed to open document

Bill_Britt
Former Employee
Former Employee

You need to make sure that the user that the scheduler is set to run under has a license assigned to them. If not the reload will fail.

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Miguel_Angel_Baeyens

Hi,

In addition, make sure that the mapped drive is available for the user that is running the batch file.

Miguel

pgalvezt
Specialist
Specialist
Author

Hi, I'm not using schudeler task yet. What I'm doing is execute the task with double clic. But the document thrown that error (Failed to open document).

Miguel_Angel_Baeyens

Hi,

Does the path really exists and the mapped drive is reachable? Try enclosing with double quotes the second parameter:

"C:\Program Files\QlikView 10\QV.exe" /r "E:\DD\ZZ\app.qvw"

Hope that helps

Miguel

Not applicable

if you have security in your document, you will need to include the username and password at the end of that same line.  i.e. at the end of the command have a space, then the username, a space and the password