<?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: Run qvw from batch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121299#M907420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also create a batch file like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;a.qvw" || GOTO:eof&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;b.qvw" || GOTO:eof &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"C:\Program Files\QlikView\qv.exe" /R &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;c.qvw" || GOTO:eof&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"C:\Program Files\QlikView\qv.exe" /R &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;d.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 15:46:11 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-06-15T15:46:11Z</dc:date>
    <item>
      <title>Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121290#M907411</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;I need your help in windows command to execute qvw files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 qvw file say a.qvw,b.qvw,c.qvw and d.qvw. Here I need set dependency.&lt;/P&gt;&lt;P&gt;If one of the qvw failed to reload then execution of other qvw must stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also notice if we run single qvw through batch and if it failed to reload then qv.exe is not getting close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help to resolve above 2 issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To run qvw through batch I am using below command&lt;/P&gt;&lt;P&gt;C:\Program Files\QlikView\qv.exe /r D:\Document.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have refered below thread &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/12924" target="_blank"&gt;QlikView Desktop client command line&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&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/Run-qvw-from-batch/m-p/1121290#M907411</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121291#M907412</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;Try do it on your script &lt;/P&gt;&lt;P&gt;execute cmd.exe /c ""C:\Program Files\QlikView\Qv.exe" -r "..\..\application\a.qvw"";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;execute cmd.exe /c ""C:\Program Files\QlikView\Qv.exe" -r "..\..\application\b.qvw"";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121291#M907412</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-06-15T13:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121292#M907413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a bat file like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\QlikView\qv.exe /r D:\a.qvw&lt;/P&gt;&lt;P&gt;IF %ERRORLEVEL% NEQ 0 (&lt;/P&gt;&lt;P&gt;&amp;nbsp; exit /b 1&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\QlikView\qv.exe /r D:\b.qvw&lt;/P&gt;&lt;P&gt;IF %ERRORLEVEL% NEQ 0 (&lt;/P&gt;&lt;P&gt;&amp;nbsp; exit /b 2&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\QlikView\qv.exe /r D:\c.qvw&lt;/P&gt;&lt;P&gt;IF %ERRORLEVEL% NEQ 0 (&lt;/P&gt;&lt;P&gt;&amp;nbsp; exit /b 3&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\QlikView\qv.exe /r D:\d.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121292#M907413</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-15T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121293#M907414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the ErrorMode in the model to prevent stopping on an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMode 1 (default) - stop on error with option to stop or continue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMode 0 - ignore error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMode 2 - terminate failed on error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121293#M907414</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-15T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121294#M907415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes of cause,&lt;/P&gt;&lt;P&gt;But i think this isn't necessary in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121294#M907415</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-06-15T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121295#M907416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you elaborate what below command do &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in above script&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;STRONG&gt;exit /b 1&lt;/STRONG&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121295#M907416</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-15T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121296#M907417</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;exit  [ExitCode]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;EXIT -&amp;gt; Quits the CMD.EXE program or the current batch script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;/b&amp;nbsp; -&amp;gt;&amp;nbsp; Exits the current batch script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ExitCode -&amp;gt; Specifies a numeric number. &lt;/SPAN&gt;If /B is specified, sets ERRORLEVEL that number. If quitting CMD.EXE, sets the process exit code with that number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;An exit code of 0 means success and 1 or greater means failure.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121296#M907417</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-15T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121297#M907418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Check this &lt;A href="https://community.qlik.com/docs/DOC-8899"&gt;Batch file script to reload Qlikview Applications&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121297#M907418</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2016-06-15T14:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121298#M907419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A further possibility would be to use vbs-macros instead of command-lines, something like this could be a starting point: &lt;A href="https://community.qlik.com/message/377983"&gt;Re: Vbs - passing parameters to opendoc or opendocex&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way could be to create parameter-files which contain only some text like run/stop or successful/failure or as a variable or a table which are evaluated from the following task-steps. I use such constructs mainly to control OnOpen trigger in QV and Excel but it should be also possible to control various dependencies with these method - whereby I like the suggestions from Jonathan and would start with them.&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, 15 Jun 2016 15:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121298#M907419</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-15T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121299#M907420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also create a batch file like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;a.qvw" || GOTO:eof&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;b.qvw" || GOTO:eof &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"C:\Program Files\QlikView\qv.exe" /R &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;c.qvw" || GOTO:eof&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"C:\Program Files\QlikView\qv.exe" /R &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D:\&lt;/SPAN&gt;d.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121299#M907420</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-15T15:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121300#M907421</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;Thanks &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your replay also helpful for me, but I don't want to write any macro or modify existing qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried solution suggested by &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;‌. and It is working fine but I need few more modification in suggested solution.&lt;/P&gt;&lt;P&gt;But it gives me pretty much much good start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 06:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121300#M907421</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-16T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121301#M907422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script working fine but If qvw failed to reload then qv application not getting close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command which will forcefully closed qv and exit batch on if qvw failed to reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 06:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121301#M907422</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-16T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121302#M907423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if you could call a quit- respectively kill-statement per macro-function within the script (quit shouldn't work because it needed an ActiveDocument which doesn't exists during the load) but from external vbs-batches (see attachment) triggered from an EXECUTE statement might work.&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, 16 Jun 2016 06:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121302#M907423</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-16T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121303#M907424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Jonathan solution I found working solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1 : in QVW i have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set ErrorMode=0; // to make sure qv will closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 2 : used script provided by Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and It works for me.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In this 2 day I learn so many new things.&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you all for your guidance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;Prashant &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/1121303#M907424</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-16T09:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/2477260#M1226020</link>
      <description>&lt;P&gt;Hi Prashant,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to execute the batch with same approach but its getting autclosed.&lt;/P&gt;
&lt;P&gt;Is there some access related stuff you have taken while executing the batch?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;KK&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 11:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/2477260#M1226020</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2024-08-21T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/2477264#M1226021</link>
      <description>&lt;P&gt;This command is running infinitely&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 12:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/2477264#M1226021</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2024-08-21T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Run qvw from batch</title>
      <link>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/2477270#M1226022</link>
      <description>&lt;P&gt;I got the solution after making small adjsutemnt in my script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/13229" target="_blank"&gt;jontydkpi&lt;/A&gt;&lt;SPAN&gt;‌. for your support.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 12:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-qvw-from-batch/m-p/2477270#M1226022</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2024-08-21T12:40:27Z</dc:date>
    </item>
  </channel>
</rss>

