Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

EXECUTE statement requies Override Security

How can I activate the override Security for using execute statement in qliksense script?

3 Replies
yaroslav
Partner - Contributor II
Partner - Contributor II

You can disable standard mode or set legacy mode.

For Qlik Sense, standard mode can be disabled in QMC using the Standard mode property.

In Qlik Sense Desktop, you can set standard/legacy mode in Settings.ini.

Do the following:

  1. Open C:\Users\{user}\Documents\Qlik\Sense\Settings.ini in a text editor.
  2. Change StandardReload=1 to StandardReload=0.
  3. Save the file and start Qlik Sense Desktop, which will run in legacy mode.
Masaki_Hamano
Employee
Employee

This is a past post, but just for the future reference of someone who checks this post. If you would like to use EXECUTE statement on Qlik Sense Server, you need to set "OverrideScriptSecurity=1" in Setting.ini located on C:\ProgramData\Qlik\Sense\Engine\ folder. Otherwise, you encounter the error of "EXECUTE statement requies Override Security as well as LegacyMode". The detail is noted on the following help site:

https://help.qlik.com/sense/en-US/online/index.html#../Subsystems/WorkingWith/Content/Scripting/Scri...

BouwerVa
Contributor II
Contributor II

I’m using Qlik Sense Hub not sure if it is the same as Qlik Sense Server. How do i Override Security in Qlik Sense Hub