<?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 macro is not sending CSV file while reloading it through QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506776#M189486</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; I m using QV 11.2 sr1. I created a macros to save a file in some folder and also triggered post reload too. If I run that application manually its sending my csv files. But if run the same appication through QMC its not sending my csv file. Anyone have any idea about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 06:53:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-11T06:53:31Z</dc:date>
    <item>
      <title>macro is not sending CSV file while reloading it through QMC</title>
      <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506776#M189486</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; I m using QV 11.2 sr1. I created a macros to save a file in some folder and also triggered post reload too. If I run that application manually its sending my csv files. But if run the same appication through QMC its not sending my csv file. Anyone have any idea about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506776#M189486</guid>
      <dc:creator />
      <dc:date>2013-09-11T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: macro is not sending CSV file while reloading it through QMC</title>
      <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506777#M189487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro-Execution through the server is generally difficult, many macros won't work. First you must enable the macro-execution in the settings from QEMC and second the user with which the server-services runs (is most often a special account) must have apprpriate access-rights to the file-system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 07:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506777#M189487</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-09-11T07:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: macro is not sending CSV file while reloading it through QMC</title>
      <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506778#M189488</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;Faced similar issues with QMC, we got around this by scheduling the reloads from windows task scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are taking that route, you may have to schedule batch job, with script something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL "C:\PROGRAM FILES\QLIKVIEW\QV.EXE" /R&amp;nbsp; "C:\Qlikview\xxx.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 08:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506778#M189488</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2013-09-11T08:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: macro is not sending CSV file while reloading it through QMC</title>
      <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506779#M189489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I guess this may be because of "allow system access"&lt;/P&gt;&lt;P&gt; anyone have any idea how to do this in register editor. my machine is WINDOWS 2008 SR2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506779#M189489</guid>
      <dc:creator />
      <dc:date>2013-09-11T14:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: macro is not sending CSV file while reloading it through QMC</title>
      <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506780#M189490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You meant permissions on the windows file-folder? Go to the folder, choose properties / security and give the server-account access-rights. If you are no owner from folder or admin ask your admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 07:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506780#M189490</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-09-12T07:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: macro is not sending CSV file while reloading it through QMC</title>
      <link>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506781#M189491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Publisher will not run any Post reload macro.&lt;/P&gt;&lt;P&gt;You will have to create an external program task using the syntax:&lt;/P&gt;&lt;P&gt;"C:\PROGRAM FILES\QLIKVIEW\QV.EXE" /R&amp;nbsp; "C:\Qlikview\xxx.qvw" that Abey suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 07:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-is-not-sending-CSV-file-while-reloading-it-through-QMC/m-p/506781#M189491</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-09-12T07:23:42Z</dc:date>
    </item>
  </channel>
</rss>

