<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: EXECUTE Command Error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145711#M20455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl. It works great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 13:33:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-20T13:33:55Z</dc:date>
    <item>
      <title>EXECUTE Command Error</title>
      <link>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145709#M20453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error when I use EXECUTE command in my load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="selectable" style="margin: 0 0 0 5px;"&gt;The following error occurred:&lt;/P&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt;EXECUTE statement requires Override Security&lt;/DIV&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt; &lt;/DIV&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt;I am aware that we need to add following entries in the settings.ini file which are as follows:&lt;/DIV&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt; &lt;/DIV&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt;&lt;P&gt;[Settings 7]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OverrideScriptSecurity=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then I need to restart the Engine and Service Dispatcher services. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some unknown reason, even after following all the above steps, I still get the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would really great if any one has an answer to this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 00:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145709#M20453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-19T00:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE Command Error</title>
      <link>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145710#M20454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to modify the .ini setting for &lt;/P&gt;&lt;P&gt;AllowExecuteCommand=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2016/01/authorizing-the-script-execute-statement/" title="http://qlikviewcookbook.com/2016/01/authorizing-the-script-execute-statement/"&gt;Authorizing the Script EXECUTE Statement | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 10:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145710#M20454</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-19T10:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE Command Error</title>
      <link>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145711#M20455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl. It works great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1145711#M20455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: EXECUTE Command Error_Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1704862#M54041</link>
      <description>&lt;P&gt;Tested on&amp;nbsp; Qlik sense Desktop Apr 2020&lt;/P&gt;&lt;P&gt;1.--------------&lt;BR /&gt;Open setting.ini file in notepad++ from the below location:C:\Users\hp\Documents\Qlik\Sense\Settings.ini&lt;BR /&gt;Add below 3 line,save.&lt;BR /&gt;[Settings 7]&lt;BR /&gt;OverrideScriptSecurity=1&lt;BR /&gt;StandardReload=0&lt;BR /&gt;2.--------&lt;BR /&gt;open cmd.exe , run the .py file and check the output is generating and your python code is working OK.&lt;BR /&gt;python "C:\Users\hp\Desktop\qlik execute command.py"&lt;BR /&gt;3.-----------&lt;BR /&gt;In Qlik sense Data load editor : add the .py file location as below format.&lt;BR /&gt;Execute python "C:\Users\hp\Desktop\qlik execute command.py";&lt;BR /&gt;save the qvf file&lt;BR /&gt;close and restart the Qlik sense App&lt;BR /&gt;open Data load editor ,Run load Data button on Right top corner.&lt;BR /&gt;4----------&lt;BR /&gt;Now , the Qlik sense execute the python code and generate the Output ,whenever the load script running. (same as in cmd prompt)&lt;BR /&gt;5---------&lt;BR /&gt;if you made any changes/modify in python code,saved. then next time when open Qlik sense Qvf file and press load data , the visualization will auto update based on the python file output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 08:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/EXECUTE-Command-Error/m-p/1704862#M54041</guid>
      <dc:creator>saravana325da</dc:creator>
      <dc:date>2020-05-25T08:47:49Z</dc:date>
    </item>
  </channel>
</rss>

