Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to reload the Qlikview application which is having section access and getting leased license.
I have created a batch file and try to run the batch file it is prompting the user id and password, but i don't want to put every time when we run,
i need to assign once, whenever i do reload it should take user id and password.
I have written reload script in batch file like this,
"C:\Program Files\Qlikview\qv.exe" /R /V "<INPUT="admin">" "C:/Test.qvw"
Regards,
Ravi..
The user reloading the script (in batch-mode) should have ADMIN-rights, then it should work without need to hand over a variable. Thus script might just look like:
"C:\Program Files\Qlikview\qv.exe" /R "C:/Test.qvw"
HTH
Peter
Hi Peter,
Thanks for your reply, the batch file creation when you do the user and password details should be admin rights, otherwise exactly can you please let me know, where should i do.
Regards,
Ravi..