<?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: Windows batch task in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425697#M1304189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. I have actually just managed to get the job working. There were a number of Qlikview processes that were still running and I simply ended them and the task then worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralph &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 14:22:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-26T14:22:39Z</dc:date>
    <item>
      <title>Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425692#M1304174</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;I'm having a bit of difficulty with a batch task that is installed on a particular server. (My batch file is as below). The problem that I am having is that the Qlikview we have installed external of our main network only has Personal Edition installed and I think this is caused the scheduled task to not complete and time out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;EM&gt;"C:\Program Files (x86)\QlikView\qv.exe" /r "E:\Qlikview\Test.qvw"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;copy "E:\Qlikview\datasource\Test.qvd"&amp;nbsp; "&lt;A href="https://community.qlik.com/" target="_blank"&gt;\\qvdata\DATA\Source&lt;/A&gt; Documents\&lt;/EM&gt;&lt;/SPAN&gt;datasource\Test.qvd" /y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I originally thought it was a security issue that the applicable rights weren't in place when moving the qvd from one server to the other but I have removed the reload aspect from the batch file and the file copies across as expected. I remote access onto the external server with the user "qlikview.service" and the windows task schedule runs as this same user, however I believe the task attempts to run but the Personal Edition error comes up and therefore doesn't run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything obvious I am missing with the security (either in the Qlikview application or from a server point of view?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ralph &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425692#M1304174</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425693#M1304178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have to license the Qlikview to get it to work. I just tested it and it worked fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 20:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425693#M1304178</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-02-11T20:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425694#M1304181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This did work in v9 and 10. Used it on several clients. Don't know about v11 though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For it to work you have to build the app when logged on as the user "qlikview.service". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 09:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425694#M1304181</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-02-13T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425695#M1304184</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;Thanks for that. We currently have v10 and the app was developed when logged in as qlikview.service. I'm struggling to solve this one as everything looks fine from a Qlikview point of view and a server point of view, but I'm 99% certain that the problem is in relation to the application starting but the message that it was developed using Personal Edition is coming up which means the Windows task just hangs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have the LEF file on the remote servers so that an actual licence is assigned? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ralph &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425695#M1304184</guid>
      <dc:creator />
      <dc:date>2013-02-26T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425696#M1304187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Hi Ralph,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;To start you will have to license the user that is running Qlikview desktop. Personal Edition is not going to work. So, with that said, I would ask how are you triggering &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;"C:\Program Files (x86)\QlikView\qv.exe" /r "E:\Qlikview\Test.qvw"&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;copy "E:\Qlikview\datasource\Test.qvd"&amp;nbsp; "&lt;A class="jive-link-anchor-small"&gt;\\qvdata\DATA\Source&lt;/A&gt; Documents\&lt;/EM&gt;&lt;/SPAN&gt;datasource\Test.qvd" /y ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Are you running Windows Scheduler? If so you have to pick a user to run this under that has a license and profile setup on the server. Also, is "E" drive a phyical driver on the server or a mapped drive?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Bill&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 13:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425696#M1304187</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-02-26T13:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425697#M1304189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. I have actually just managed to get the job working. There were a number of Qlikview processes that were still running and I simply ended them and the task then worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralph &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 14:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425697#M1304189</guid>
      <dc:creator />
      <dc:date>2013-02-26T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Windows batch task</title>
      <link>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425698#M1304190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a rather similar problem than you had here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you answer/verify the following:&lt;/P&gt;&lt;P&gt;1. You created the app while logged on as qlikview.service&lt;/P&gt;&lt;P&gt;2. qlikview.service has only personal edition [unlike Bill Britt said was possible]&lt;/P&gt;&lt;P&gt;3. What kind of security rights does your qlikview.service -account have on the server?&lt;/P&gt;&lt;P&gt;4. How is qlikview.service licensed - does it have a Named CAL or a Document CAL to the app in question?&lt;/P&gt;&lt;P&gt;5. How did you end the Qlikview processes that were prohibiting the job from working - via Task Manager or some other tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 06:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Windows-batch-task/m-p/425698#M1304190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-17T06:04:57Z</dc:date>
    </item>
  </channel>
</rss>

