<?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: How to schedule the Batch file in QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807381#M285070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindraa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know you cannot schedule bat files through the QMC.&lt;/P&gt;&lt;P&gt;However you can execute EDX triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this post &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3024"&gt;http://community.qlik.com/docs/DOC-3024&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jan 2015 11:30:58 GMT</pubDate>
    <dc:creator>jjordaan</dc:creator>
    <dc:date>2015-01-01T11:30:58Z</dc:date>
    <item>
      <title>How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807380#M285069</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;&amp;nbsp;&amp;nbsp; I have 2 application one is ETL and another one is Application, in the appliction i wrote Macro to send the Mails to the users.&lt;/P&gt;&lt;P&gt;the problem is QMC is not supporting the MACRO'S.. i mean it is not sending the mails , but if i&amp;nbsp; trigger the appliction through batch file&amp;nbsp; it is sending the Mails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i schedule Batch file through windows schedule, the appliction is reloading irrespective of ETL reload, i need&amp;nbsp; to run the Batch file after reloading&amp;nbsp; the ETL.&lt;/P&gt;&lt;P&gt;if ETL is not reload at perticular day the Batch file shouldshould not be reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can we reload the Batch file in QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me any suggession on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 10:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807380#M285069</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-01-01T10:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807381#M285070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindraa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know you cannot schedule bat files through the QMC.&lt;/P&gt;&lt;P&gt;However you can execute EDX triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this post &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3024"&gt;http://community.qlik.com/docs/DOC-3024&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 11:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807381#M285070</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2015-01-01T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807382#M285071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use an new .qvw file with below script having path of your bat file in double quotes:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXECUTE cmd.exe /c&amp;nbsp; "path\.bat";&lt;/P&gt;&lt;P&gt;This .qvw file will execute your .bat file.&lt;/P&gt;&lt;P&gt;Then u can schedule this .qvw file from QMC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to reload the bat file after reloading ETL,schedule this .qvw file under ETL task on condition of successful reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Udit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 13:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807382#M285071</guid>
      <dc:creator>udit_kumar_sana</dc:creator>
      <dc:date>2015-01-01T13:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807383#M285072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udit Sandhya,&lt;/P&gt;&lt;P&gt;thanks for giving suggesion but i have created application usining EXECUTE function , but while reloading the application it is asking below options .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plese give me any suggestion to set bydefult&amp;nbsp; "Override Security Execute This Statement " option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="74487" alt="sttings.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74487_sttings.PNG" style="width: 620px; height: 379px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 06:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807383#M285072</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-01-02T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807384#M285073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tick on can execute external progs please see attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 06:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807384#M285073</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-01-02T06:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807385#M285074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow Vikas Step, you should get it done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 06:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807385#M285074</guid>
      <dc:creator>udit_kumar_sana</dc:creator>
      <dc:date>2015-01-02T06:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807386#M285075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for giving suggession after click that option it is showing below settiong options plese give me any sugesstions.&lt;/P&gt;&lt;P&gt;plese find below screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give suggession.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="settings2.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74488_settings2.PNG" style="width: 620px; height: 365px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 07:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807386#M285075</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-01-02T07:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807387#M285076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udit Sandhya,&lt;/P&gt;&lt;P&gt; Please give me any suggesion .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 08:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807387#M285076</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-01-02T08:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807388#M285077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can create a batch file and run it through external task tab on QMC.&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then you can run this task on success of another task, the option is availble on the same tab.&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807388#M285077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-02T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule the Batch file in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807389#M285078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Macro Edit Module Of .qvw file select request mode security and current mode security to:-System access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 11:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-schedule-the-Batch-file-in-QMC/m-p/807389#M285078</guid>
      <dc:creator>udit_kumar_sana</dc:creator>
      <dc:date>2015-01-02T11:49:30Z</dc:date>
    </item>
  </channel>
</rss>

