<?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 in script will finish but not execute in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770940#M59664</link>
    <description>&lt;P&gt;Hi again Anil,&lt;/P&gt;&lt;P&gt;I've done as you said and now at least we have something new to face.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eventasm_0-1609234184973.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46231i332EF6DAF903909D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eventasm_0-1609234184973.png" alt="eventasm_0-1609234184973.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After adding the new line to my Settings.ini (and restarting the services and so on) now when I launch the script it will stay "thinking" forever.&lt;/P&gt;&lt;P&gt;I've faced this before in another qliksense server deployment I used for testing the execute command but i thought may be it was because the machine wasn't powerfull enough to run the execute order. This new machine im using now is using 8GB RAM memo and two i7 8th gen CPUs at 1.80GHz which i guess should be enough.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;Again, thank you for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 09:36:07 GMT</pubDate>
    <dc:creator>eventasm</dc:creator>
    <dc:date>2020-12-29T09:36:07Z</dc:date>
    <item>
      <title>Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770347#M59596</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Due to project needs I need a qliksense app to execute something like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute cmd.exe /c start msedge &lt;EM&gt;&lt;A href="http://www.awebpageigottoopen.com" target="_blank"&gt;www.awebpageigottoopen.com;&lt;/A&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is the syntax I've followed and I've also tried with /C (caps)&lt;/P&gt;&lt;P&gt;I'm running a qliksense server installation and I've disabled standard mode on the QMC already, and my settings.ini looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eventasm_0-1608751844324.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46113iEEA09D9A7D4FE326/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eventasm_0-1608751844324.png" alt="eventasm_0-1608751844324.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note: I've also tried without the StandardReload line and it won't work either.&lt;/P&gt;&lt;P&gt;My main problem is that when I execute my app it goes like it shows bellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eventasm_1-1608751955337.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46114iB24394E778D30D8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eventasm_1-1608751955337.png" alt="eventasm_1-1608751955337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's in Spanish (sorry about that) but it basically says load was sucessfully finished but it hasn't opened that msedge window. I'm using the server machine so it should open it at my windows session but it won't.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas of what's going on? I really need help on this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770347#M59596</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2024-11-16T17:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770516#M59613</link>
      <description>&lt;P&gt;First try in command prompt if that working or not and also, These parameters you are passing not in Legacy mode since Qlik Sense is difficult to execute such external. You have to use middle tools to design such a way like Powershell..&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 20:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770516#M59613</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-25T20:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770827#M59651</link>
      <description>&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;First of, thanks for your reply. I've tried creating a .bat file to call it from in the execute command but it isn't working. I've also tried just calling something like "C:\thePathInMyMachine\msedge.exe" which is one of the examples I've found on the internet and won't work either. Any other ideas?&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 16:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770827#M59651</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-28T16:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770860#M59656</link>
      <description>&lt;P&gt;Try this way and see, Go to Setting.ini and add this parameter&lt;STRONG&gt;&amp;nbsp;AllowExecuteCommand=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then, Write something like this and execute?&amp;nbsp;&lt;STRONG&gt;Execute "C:\thePathInMyMachine\msedge.exe";&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 19:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770860#M59656</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-28T19:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770940#M59664</link>
      <description>&lt;P&gt;Hi again Anil,&lt;/P&gt;&lt;P&gt;I've done as you said and now at least we have something new to face.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eventasm_0-1609234184973.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46231i332EF6DAF903909D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eventasm_0-1609234184973.png" alt="eventasm_0-1609234184973.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After adding the new line to my Settings.ini (and restarting the services and so on) now when I launch the script it will stay "thinking" forever.&lt;/P&gt;&lt;P&gt;I've faced this before in another qliksense server deployment I used for testing the execute command but i thought may be it was because the machine wasn't powerfull enough to run the execute order. This new machine im using now is using 8GB RAM memo and two i7 8th gen CPUs at 1.80GHz which i guess should be enough.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;Again, thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 09:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770940#M59664</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-29T09:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770952#M59665</link>
      <description>&lt;P&gt;Can you please explain what is this about,&amp;nbsp;&lt;STRONG&gt;Execute "C:\thePathInMyMachine\msedge.exe"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So that i can investigate further in my environment.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 10:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770952#M59665</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T10:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770953#M59666</link>
      <description>&lt;P&gt;As I explained in the original post, the aim of this is to lauch a web browser with an url. So basically the steps i need to follow are:&lt;/P&gt;&lt;P&gt;1. Be able to enable the usage of execute command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Be able to launch a web browser with execute command.&lt;/P&gt;&lt;P&gt;3. Be able to launch a web browser with an url.&lt;/P&gt;&lt;P&gt;I'm still stuck at step 1-2 where i can't happen to use the execute command properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see in my last post, right now im just calling my internet explorer .exe file. So I'm doing as it follows:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Execute "C:\Program Files\Internet Explorer\iexplore.exe";&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This way, I should be calling the .exe file which should open the Internet Explorer app/program.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I achieve this i will be able to proceed to step 3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope I've explained myself properly.&lt;/P&gt;&lt;P&gt;As always, thanks a lot.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 10:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770953#M59666</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-29T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770957#M59667</link>
      <description>&lt;P&gt;In future, You planned to not use Qlik Sense or ?Because, we can enable this functionality by help of button to simply giving the URL. In case if you need this, I will check the possibility and come back..&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770957#M59667</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T11:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770959#M59668</link>
      <description>&lt;P&gt;Additionally, I just tried this in my environment after enabled&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;OverrideScriptSecurity=1&lt;/STRONG&gt; in &lt;STRONG&gt;settings.ini&amp;nbsp;&lt;/STRONG&gt;and it is working for me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXECUTE "C:\Program Files\Internet Explorer\iexplore.exe" &lt;A href="http://www.awebpageigottoopen.com/" target="_blank"&gt;http://www.awebpageigottoopen.com/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;What this is doing, Once QS reload from this execution&lt;/P&gt;&lt;P&gt;- Opened the IE browser&lt;/P&gt;&lt;P&gt;- Opened this URL&lt;/P&gt;&lt;P&gt;- Closed this browser and script reloaded&lt;/P&gt;&lt;P&gt;Sorry, If i still mis understading the question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770959#M59668</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770963#M59669</link>
      <description>&lt;P&gt;Yes, all other possibilities have been considered and discarded due to project needs (I'm sorry, as you may understand i can't go deeper into this) but the following have been considered and discarted:&lt;/P&gt;&lt;P&gt;1. Creating a windows task which would open the web with the windows task scheduler.&lt;/P&gt;&lt;P&gt;2. Using a button for navigation wouldn't meet project needs.&lt;/P&gt;&lt;P&gt;3. The only option left we thought of was execute command.&lt;/P&gt;&lt;P&gt;About your next message, that's exactly what it is intended to do but it isn't working in my deployment.&lt;/P&gt;&lt;P&gt;Is it ok if i take a look at your settings.ini? Are you using qliksense server or desktop? if you're using server, what version are you using?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770963#M59669</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-29T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770965#M59670</link>
      <description>&lt;P&gt;Also, did you write something else like exit script or something? or just&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXECUTE "C:\Program Files\Internet Explorer\iexplore.exe"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.awebpageigottoopen.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.awebpageigottoopen.com/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770965#M59670</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-29T11:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770966#M59671</link>
      <description>&lt;P&gt;Make sense, I have settings like in this folder.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;C:\ProgramData\Qlik\Sense\Engine\Settings.ini&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And paramenters like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Settings 7]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;key = value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OverrideScriptSecurity=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.... // There are certain for my project to executre Non SQL DB's, ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And, I am using Windows server 2016 + QS Server Sep 2020 SR0&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770966#M59671</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T11:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770967#M59672</link>
      <description>&lt;P&gt;Nothing for now in test application&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770967#M59672</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T11:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770973#M59673</link>
      <description>&lt;P&gt;Did yours take a lot to open? Mine has already been thinking for 6 min straight and won't launch.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know, this is driving me crazy. Let me know if im skipping any important part. I have:&lt;/P&gt;&lt;P&gt;Disabled standard mode in the qmc engine part.&lt;BR /&gt;My settings.ini looks exactly like yours (literally copied it)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;My script looks exactly like yours (literally copied it).&lt;BR /&gt;If there's anything else you may think of&amp;nbsp; that may be failing I'll be more than thankful. Could it be a problem of my deployment?&lt;/P&gt;&lt;P&gt;If not, thanks anyway for your time and help&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770973#M59673</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-29T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770978#M59674</link>
      <description>&lt;P&gt;It was taken 30 seconds to my URL, Have you disabled all engine nodes?&lt;/P&gt;&lt;P&gt;Try this in desktop first and see, If that is working or not?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-12-29 12_55_47-Edit engine - QMC.png" style="width: 326px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46238i7805D0118020A30F/image-dimensions/326x318?v=v2" width="326" height="318" role="button" title="2020-12-29 12_55_47-Edit engine - QMC.png" alt="2020-12-29 12_55_47-Edit engine - QMC.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1770978#M59674</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1771057#M59675</link>
      <description>&lt;P&gt;It does work in my desktop QS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, I have it configured just as you do:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eventasm_0-1609259850194.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46266i5A5D39B0C601F2CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eventasm_0-1609259850194.png" alt="eventasm_0-1609259850194.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Again thanks a lot. Do you know if there's someone from Qlik I can contact with this issue or something?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1771057#M59675</guid>
      <dc:creator>eventasm</dc:creator>
      <dc:date>2020-12-29T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1771061#M59677</link>
      <description>&lt;P&gt;I should not disclose Qlik email's here. But let's see&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22569"&gt;@Clever_Anjos&lt;/a&gt;&amp;nbsp;can help?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/1771061#M59677</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T16:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command in script will finish but not execute</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/2026560#M84627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132069"&gt;@eventasm&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I have facing exact same problem in qlik sense&lt;BR /&gt;&lt;BR /&gt;I have created a .bat file which runs 3 python code and generate 3 xlsx file as output.&lt;BR /&gt;&lt;BR /&gt;While double clicking on bat file it WORKS perfectly from server but not getting execting from Qlik Sense "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Execute&lt;/STRONG&gt;&lt;/FONT&gt;" statement.&lt;BR /&gt;&lt;BR /&gt;I have tried multiple statements &amp;amp; also tried after changing settings.ini file to below configurations &amp;amp; restarted the services.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; [Settings 7]&lt;BR /&gt;StandardReload=0&lt;BR /&gt;AllowExecuteCommand=1&lt;BR /&gt;OverrideScriptSecurity=1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help as there are few batch files in my code at mutiple sections.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Command-in-script-will-finish-but-not-execute/m-p/2026560#M84627</guid>
      <dc:creator>Arindam_Ghoshal_13</dc:creator>
      <dc:date>2023-01-17T11:16:58Z</dc:date>
    </item>
  </channel>
</rss>

