Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, I have a problem with the "local schedule reload" on the personal edition of qlik view.
(This 'personal edition' is for my local develop on my own pc)
I launched the qv.exe in a batch file, and I added a windows scheduled task:
"C: \ .... \ .... \ qv.exe" / r "name.qvw."
Using this, on the server it is working properly(I have a qlik view licence on server) , but it does not work on my personal edition in "local".
I then tried to launch the batch from the command prompt and it gives me this: qv.exe not recognized as an internal or external command, or an executable or a batch file.
If I manually start the batch, it doesn’t work…
Paths are correct, the qwv are in c:/...
It isn’t possible to schedule a reload for a QlikView solution on the personal edition ?
Usually the qv.exe executable is installed in something like C:\Program Files\Qlikview\. Make sure to use the correct path to the qv.exe executable or add the Qlikview installation directory to the PATH environment variable.
It's not a limitation of Qlikview Personal Edition. The problem you have, whatever it is, is not caused by Qlikview. I have no idea what your batch file contains or how you try to configure your scheduled task. But it is absolutely possible to have a batch file reload a Qlikview document on a system where Qlikview is installed correctly.
Hi Genni,
Can you show use the actual command you are actually using , you can rename any information you don't want to display such as the qvw name.
Thanks
Mark
www.techstuffy.com
Hi
the file .qwv is in C:\QLIK , The name is ESEMPIO.qwv, the batch is in the same path and his name is Automazione.bat
In the file batch I have written :
echo on
cd C:\QLIK
qv.exe /r "ESEMPIO.qvw"
Is it ok?
Aforementioned, if on the command prompt , I write the path, its reply would be "qv.exe isn't recognized as a command...etc".. (picture below)
Hi,
Check if this helps
http://community.qlik.com/thread/129440
http://community.qlik.com/thread/132238
Regards
ASHFAQ
Usually the qv.exe executable is installed in something like C:\Program Files\Qlikview\. Make sure to use the correct path to the qv.exe executable or add the Qlikview installation directory to the PATH environment variable.
Write full paths for both the files.
I copied the correct executable in my folder, now it's works
thanks!
Hi Alkesh,
Can you enter the following command and show use the result (replacing the yourqvw with your filename)
C:\qlik>"c:\Program Files\QlikView\Qv.exe" /r yourqvw.qvw
If think the problem might be the space between Program and Files.
Thanks
Mark
www.techstuffy.com
Hyi,
I have used both the commands, Please find the attached screen shots of the commands which have worked and not worked for me.