<?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 Calling the bat file through Qv in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535332#M200016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it Possible to call the bat file from qvw. if it is possible please let me know the process or provide me an sample app.&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;Regards,&lt;/P&gt;&lt;P&gt;Sudhakar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 09:18:17 GMT</pubDate>
    <dc:creator>svsudhakar</dc:creator>
    <dc:date>2013-12-30T09:18:17Z</dc:date>
    <item>
      <title>Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535332#M200016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it Possible to call the bat file from qvw. if it is possible please let me know the process or provide me an sample app.&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;Regards,&lt;/P&gt;&lt;P&gt;Sudhakar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 09:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535332#M200016</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2013-12-30T09:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535333#M200017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;Try using the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt; EXECUTE cmd.exe /c "D:\Project\qv.bat"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;Naresh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 09:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535333#M200017</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2013-12-30T09:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535334#M200018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Triggers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open external programs ,&lt;/P&gt;&lt;P&gt;in Action tab..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 09:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535334#M200018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-30T09:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535335#M200019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add following action through either creating a button or through Trigger (as per your requirement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action Type -&amp;gt; External : Action -&amp;gt;Open URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; Set URL of the file path where the .BAT is saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure that, .BAT file must be given an access to the user who want to access it through QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 09:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535335#M200019</guid>
      <dc:creator />
      <dc:date>2013-12-30T09:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535336#M200020</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 u r reply ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine in my local system but when I published in server getting failed to Launch Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest on this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 11:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535336#M200020</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2013-12-30T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535337#M200021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch File will not work in Web Browser !!!!&lt;/P&gt;&lt;P&gt;You need to schedule through windows schedular to execute the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 11:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535337#M200021</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-12-30T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535338#M200022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that in the QMC &amp;gt; System &amp;gt; Setup &amp;gt; QlikView Servers you have checked "Allow Unsafe Macro Execution" on server and in the script dialog editor Settings tab, allow external commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 11:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535338#M200022</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-12-30T11:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535339#M200023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the path you have specified is correct. Since on server you have to give Server path.&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;If your server Address is 172.16.0.255 &amp;amp; Batch file is saved in E:\QlikView\ProjectName\Batch\Sample.bat&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then you have to write in Open URL = \\&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://172.16.0.255/QlikView/ProjectName/Batch/Sample.bat"&gt;172.16.0.255\QlikView\ProjectName\Batch\Sample.bat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; again, this &lt;STRONG&gt;folder should be given access to the user who want to access it through QlikView.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 12:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535339#M200023</guid>
      <dc:creator />
      <dc:date>2013-12-30T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling the bat file through Qv</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535340#M200024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified path as u&amp;nbsp; suggested.but still I am getting the same error.&lt;/P&gt;&lt;P&gt;Failed to launch the application.Please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 08:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-the-bat-file-through-Qv/m-p/535340#M200024</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2014-01-03T08:36:23Z</dc:date>
    </item>
  </channel>
</rss>

