Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
nicolas_martin
Partner - Creator II
Partner - Creator II

Reload QV document in command line, without security warning?

Hello,

I have a QV application with some "EXECUTE" statements.

When I reload the application, I have to click on a security popup "Give system access".

I would like to reload (open/reload/save/close) the application in command line:

qv.exe -r MyApplication.qvw

but it still asks for the system access (and the popup is not always visible because the "-r" switch opens QV.exe in invisible mode).

Is there a swith in the command line to say "yes, I'ld like to give system access, don't ask me".

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

qv.exe /r /nosecurity MyApplication.qvw

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

qv.exe /r /nosecurity MyApplication.qvw

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
marcus_sommer

If you enabled these access-rights within the user-properties in tab security you won't be asked anymore.

- Marcus

nicolas_martin
Partner - Creator II
Partner - Creator II
Author

Tank you Jonathan & Marcus!