<?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: Upgrade to version 12 now EXECUTE Command Fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390888#M819823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem after upgrading to 12.10 SR8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution I found was to execute the command using&amp;nbsp; "cmd /c" :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE "mkdir test"&amp;nbsp;&amp;nbsp; -- would give a general error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE cmd /c "mkdir test" -- would work ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2017 09:57:46 GMT</pubDate>
    <dc:creator>markodonovan</dc:creator>
    <dc:date>2017-10-16T09:57:46Z</dc:date>
    <item>
      <title>Upgrade to version 12 now EXECUTE Command Fails</title>
      <link>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390886#M819821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a QlikView application that has an execute command that now longer will run in the QMC.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have chagned AllowExecuteCommand=1&amp;nbsp; in &lt;SPAN style="color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px;"&gt;C:\Windows\System32\config\systemprofile\AppData\Roaming\QlikTech\QlikViewBatch\settings.ini and restarted all the services but still it fails. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px;"&gt;I have also tried to run it manually on the server and I changes the User Prefrerences&amp;nbsp; Security and Checked Script(Allow Database Write and Execute Statements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: Lato, sans-serif; font-size: 16px;"&gt;And I get this error when I try to run in manually:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;General error&lt;/P&gt;&lt;P&gt;Execute QVSManagerBatch.exe clean -server=qlikview -caltype=named -days=30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to get this to run fine from the QMC? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390886#M819821</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade to version 12 now EXECUTE Command Fails</title>
      <link>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390887#M819822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After searching across a community and finding no solution, decide to "tweak" the server.&lt;/P&gt;&lt;P&gt;I found a "Settings.ini" file in the path C:\Users\USER\AppData\Roaming\QlikTech\QlikViewBatch.&lt;/P&gt;&lt;P&gt;Yes, in the folder of the user running the service.&lt;/P&gt;&lt;P&gt;In my case solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 16:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390887#M819822</guid>
      <dc:creator>yurigodoz</dc:creator>
      <dc:date>2017-09-19T16:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade to version 12 now EXECUTE Command Fails</title>
      <link>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390888#M819823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem after upgrading to 12.10 SR8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution I found was to execute the command using&amp;nbsp; "cmd /c" :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE "mkdir test"&amp;nbsp;&amp;nbsp; -- would give a general error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE cmd /c "mkdir test" -- would work ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upgrade-to-version-12-now-EXECUTE-Command-Fails/m-p/1390888#M819823</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2017-10-16T09:57:46Z</dc:date>
    </item>
  </channel>
</rss>

