Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to automatize qlikview to do automatic reload? The idea is reload several sheets every day.
Thanks,
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
BI Consultant
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
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
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
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.
Hi,
In addition, make sure that the mapped drive is available for the user that is running the batch file.
Miguel
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).
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
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