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: 
Not applicable

How to reload a Qlikview Application with section access having leased License

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..

2 Replies
prieper
Master II
Master II

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

Not applicable
Author

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..