<?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: QlikSense: Is there an alternative for execute? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304129#M9311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your Reply. i see this. But also:&lt;/P&gt;&lt;P&gt;If you set OverrideScriptSecurity to enable &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate"&gt;Execute&lt;/SPAN&gt;, any user can execute files on the server. For example, a user can attach an executable file to an app, and then execute the file in the data load script.&lt;/P&gt;&lt;P&gt;i dont want to open my infrastructure in this way. So i search for another way to rename/replace my files without changing Settings.ini and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 15:23:54 GMT</pubDate>
    <dc:creator>onkellepie</dc:creator>
    <dc:date>2017-07-27T15:23:54Z</dc:date>
    <item>
      <title>QlikSense: Is there an alternative for execute?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304127#M9309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I migrate some qvw to qliksense. In QV i use following script to update old qvd files to new one:&lt;/P&gt;&lt;P&gt; STORE $(table) into [$(filename)_tmp.qvd];&lt;/P&gt;&lt;P&gt; IF ScriptErrorCount = 0 then&lt;/P&gt;&lt;P&gt;&amp;nbsp; // If there is no error, delete old qvd file and rename temp.qvd to normal filename.&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXECUTE cmd.exe /C DEL /F [$(filename).qvd];&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXECUTE cmd.exe /C MOVE /Y [$(filename)_tmp.qvd] [$(filename).qvd];&lt;/P&gt;&lt;P&gt; END If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Becaues we get some Trouble with our filesystem in the past, we introduce this to store at first a tmp.qvd file and then delete the old one and replace it with the new one. So far, so good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in QlikSense i got the error&lt;/P&gt;&lt;P&gt;EXECUTE statement not available in this script mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that i can solve the Problem when changing Settings ini to OverrideScriptSecurity and enabled legacy mode. But this solution comes with many other negativ aspects. So i dont want to change Settings.ini and dont want to enable legacy mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i want to know if there is an alternative to rename/ replace a qvd file within QlikSense Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My System:&lt;/P&gt;&lt;P&gt;Windows Server 2016&lt;/P&gt;&lt;P&gt;Qlik Sense June 2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 12:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304127#M9309</guid>
      <dc:creator>onkellepie</dc:creator>
      <dc:date>2017-07-27T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Is there an alternative for execute?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304128#M9310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you see this &lt;A href="http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Execute.htm" title="http://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Execute.htm"&gt;Execute ‒ Qlik Sense&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304128#M9310</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2017-07-27T15:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Is there an alternative for execute?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304129#M9311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your Reply. i see this. But also:&lt;/P&gt;&lt;P&gt;If you set OverrideScriptSecurity to enable &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate"&gt;Execute&lt;/SPAN&gt;, any user can execute files on the server. For example, a user can attach an executable file to an app, and then execute the file in the data load script.&lt;/P&gt;&lt;P&gt;i dont want to open my infrastructure in this way. So i search for another way to rename/replace my files without changing Settings.ini and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304129#M9311</guid>
      <dc:creator>onkellepie</dc:creator>
      <dc:date>2017-07-27T15:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Is there an alternative for execute?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304130#M9312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, there's no alternative. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can retry, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STORE $(table) into [$(filename).qvd];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or you can play with the API to create an app (C# or any language) to rename the QVD after the reload.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aurélien&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304130#M9312</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2017-07-27T15:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Is there an alternative for execute?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304131#M9313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any other ideas? Everything is welcome &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 08:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1304131#M9313</guid>
      <dc:creator>onkellepie</dc:creator>
      <dc:date>2017-07-31T08:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Is there an alternative for execute?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1632131#M14810</link>
      <description>&lt;P&gt;Did you find any solution for this?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 17:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Is-there-an-alternative-for-execute/m-p/1632131#M14810</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2019-10-07T17:06:00Z</dc:date>
    </item>
  </channel>
</rss>

