<?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: Batch File Execution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494849#M1138739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not pass username and password as parameter in Batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of that you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt; field in section access &lt;STRONG&gt;(DOMAIN\USERNAME) &lt;/STRONG&gt;and run that batch file on same windows user..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 04:58:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-21T04:58:05Z</dc:date>
    <item>
      <title>Batch File Execution</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494848#M1138738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want load an application through Batch file. I have written the batch file that run perfectly when my application doesn't contain password.&lt;/P&gt;&lt;P&gt;But where i work there is necessary that application must have password. So when my application is reloaded it gets failed because the application contain password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help me out with the batch file code that contains password for application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494848#M1138738</guid>
      <dc:creator />
      <dc:date>2013-10-21T04:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File Execution</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494849#M1138739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not pass username and password as parameter in Batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of that you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt; field in section access &lt;STRONG&gt;(DOMAIN\USERNAME) &lt;/STRONG&gt;and run that batch file on same windows user..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494849#M1138739</guid>
      <dc:creator />
      <dc:date>2013-10-21T04:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File Execution</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494850#M1138740</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;replace /l&amp;nbsp; by /r in batch file like below.&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" &lt;STRONG&gt;/r&lt;/STRONG&gt; "D:\Batch file_qlikview\test.qvw"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 05:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494850#M1138740</guid>
      <dc:creator />
      <dc:date>2013-10-21T05:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File Execution</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494851#M1138741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;make a batch file and in that file on script mode write this section access here what m doing on the base of &lt;/P&gt;&lt;P&gt;plant wise&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, REDUCTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, Admin, pass1, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, HO, pass1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, KSP, pass1, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plant:&lt;/P&gt;&lt;P&gt;LOAD RowNo() as REDUCTION, * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; plantname&lt;/P&gt;&lt;P&gt;&amp;nbsp; HO&lt;/P&gt;&lt;P&gt;&amp;nbsp; KSP&lt;/P&gt;&lt;P&gt; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; plantcode, plantname, id, price&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, HO, 1, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, HO, 2, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, HO, 3, 400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, HO, 4, 500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 102, KSP, 5, 600&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 102, KSP, 6, 700&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 102, KSP, 7, 800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 05:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File-Execution/m-p/494851#M1138741</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-10-21T05:29:53Z</dc:date>
    </item>
  </channel>
</rss>

