<?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 cmd file in Windows task scheduler in Qlikview server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631308#M1093084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible to open a QVW document from a Windows Scheduler Task. The problem is a tricky one, and various discussions on the community point in this direction: QlikView Desktop needs an UI and that is incompatible with batch execution (e.g. execution in the background without UI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your experiment with selecting option "Run only when user is logged on" clearly points in the same direction. Being logged on means that a "terminal" is available, even though QlikView doesn't need it in order to just execute some macros or access a bit of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that reloading a document will probably work OK without User Interface. I suspect this is because QlikView disables interactive mode when reloading / executing the load script via the command line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2014 14:38:28 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-05-13T14:38:28Z</dc:date>
    <item>
      <title>Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631297#M1093071</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 have a c# code that opens a qvw document and sends mail based on the document data.&lt;/P&gt;&lt;P&gt;I need it to be sent once a day, so I wrote a cmd file that works perfectly if I press on it.&lt;/P&gt;&lt;P&gt;The problem starts when I'm putting it in Windows task scheduler - it's not doing anything, and it seems to me it's getting stuck while trying opening Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Is there another way of scheduling the execution of a batch file in BI server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631297#M1093071</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T12:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631298#M1093072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try with Python&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631298#M1093072</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-13T12:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631299#M1093074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView documents can only be opened if QlikView Desktop runs under an account with a QlikView license. Change the Scheduler task to include a login as a user with a Named CAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631299#M1093074</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-13T12:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631300#M1093075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, I do run the task with my own user that has the developer CAL.&lt;/P&gt;&lt;P&gt;I's not the license issue...&lt;/P&gt;&lt;P&gt;I'm suspecting that it's not possible to open a qwd document in BI server, but from QMC only.&lt;/P&gt;&lt;P&gt;And it's not good for me cause I don't have to reload this document but just to open it and send a mail (C# code does it all).&lt;/P&gt;&lt;P&gt;**In QMC I can only reload documents, right? I can't run a batch file from it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631300#M1093075</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631301#M1093077</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;Are you using mapped drives, such as a Y: drive for a network share? These mapped drives are created when you login interactively, and do not exist in the context of a task running in the scheduler. Expand these drives to the full network address instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631301#M1093077</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-13T13:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631302#M1093078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a reload will also work from a batch. Here is an example from my test script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cd "C:\Program Files\QlikView\Distribution Service"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDistributionService.exe -r="C:\QvStorage\Private Data\Test\Apps\TechnicalModell@Test.qvw" -out="C:\QvStorage\Private Data\test\Apps\Logs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo Error Code: %errorlevel%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But because a reload is not the main problem for you, it will not really help you.&lt;/P&gt;&lt;P&gt;Do you have an installed Qv client on your BI server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631302#M1093078</guid>
      <dc:creator>mseeck75</dc:creator>
      <dc:date>2014-05-13T13:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631303#M1093079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hey Jonathan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In Task Scheduler --&amp;gt; Actions I have an action "Start a program",&lt;/P&gt;&lt;P&gt;Details: "E:\QLIKVIEW\Documents\Marketing Report by mail\SendEmail.cmd"&lt;/P&gt;&lt;P&gt;and the cmd itself looks like this:&lt;/P&gt;&lt;P&gt;"\\bi-srv\E$\QLIKVIEW\Documents\Marketing Report by mail\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**bi-srv is the Qlikview server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I have to fix here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631303#M1093079</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T13:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in BI server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631304#M1093080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mattias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for misleading - BI server is actually a Qlikview server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631304#M1093080</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631305#M1093081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be a problem with priviligies on your account.&lt;/P&gt;&lt;P&gt;We have seen exactly the same behaviour on our development machine. But when we run the same script on another machine with a service account that has higher priviligies than our account it works.&lt;/P&gt;&lt;P&gt;I would check with your IT department to see if they can help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631305#M1093081</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-05-13T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631306#M1093082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I've changed something in the Task properties in Windows scheduler:&lt;/P&gt;&lt;P&gt;In the General Window in security options I've changed from the option&lt;/P&gt;&lt;P&gt;"Run whether user is logged on or not"&lt;/P&gt;&lt;P&gt;to the option&lt;/P&gt;&lt;P&gt;"Run only when user is logged on"/&lt;/P&gt;&lt;P&gt;AND IT WORKED!!!&lt;/P&gt;&lt;P&gt;The only thing is that I'm not always logged on, why the option "Run whether user is logged on or not"&amp;nbsp; doesn't work??&lt;/P&gt;&lt;P&gt;Is there a way to make it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 13:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631306#M1093082</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T13:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631307#M1093083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerry,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;My account has Administrator &lt;/SPAN&gt;privileges&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt; on QV server&lt;/SPAN&gt;. Isn't that the highest one?&lt;/P&gt;&lt;P&gt;As I wrote above, the task runs when the option "Run only when user is logged on" is ticked,&lt;/P&gt;&lt;P&gt;but id doesn't work when "Run whether user is logged on or not" is ticked... and that's the option I need, obviously...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 14:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631307#M1093083</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T14:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631308#M1093084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible to open a QVW document from a Windows Scheduler Task. The problem is a tricky one, and various discussions on the community point in this direction: QlikView Desktop needs an UI and that is incompatible with batch execution (e.g. execution in the background without UI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your experiment with selecting option "Run only when user is logged on" clearly points in the same direction. Being logged on means that a "terminal" is available, even though QlikView doesn't need it in order to just execute some macros or access a bit of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that reloading a document will probably work OK without User Interface. I suspect this is because QlikView disables interactive mode when reloading / executing the load script via the command line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 14:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631308#M1093084</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-13T14:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631309#M1093085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I saw a few discussions on the same topic here in the community but the only answer I see here is the same you're telling - that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; QlikView Desktop needs an UI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In which QV settings it says that QV &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;desktop&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; can work in interactive mode only? Maybe it's possible to switch it off somehow?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I wonder, what if I use QV Access Point, and not QV desktop?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Does AP obligate interactive mode as well?&lt;BR /&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 14:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631309#M1093085</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-13T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631310#M1093086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean to use the services of a QlikView Server to send email? That's possible as well, but I think you won't be able to use your current custom application for that. Some reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The AccessPoint is nothing but UI and macro features are severely limited. It could work if you write a macro to send email, and then open the document in the IE plugin (won't work in AJAX mode). But this is a manual-only process. And you want to do away with the UI...Doh&lt;/LI&gt;&lt;LI&gt;The Distribution service is the only one performing a QVW task without UI. It's a pity it will only run the reload script and nothing else&lt;/LI&gt;&lt;LI&gt;You can schedule a Supporting task (if you have a Publisher) to run your C#-code but then you're stuck with the same problem as before: running a headless QlikView Desktop &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO If you want the QlikView Server to send emails based on QlikView data, you'll probably have to change your approach in a major way. The community contains a few tips and tricks to make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(BTW a Publisher supports sending emails after each succesful reload where the message contains a link to the published document with the new data. Something to contemplate?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 19:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631310#M1093086</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-13T19:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631311#M1093087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and no. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does your user has the Log on as a batch and Log on as a service privileges for instance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I wrote earlier, we have this working on one machine, but not on another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 06:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631311#M1093087</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-05-14T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631312#M1093088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if t&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;he AccessPoint is nothing but UI, it won't help me...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And I don't have a Publisher &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&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;"&gt;At first (before C# code) I tried to write a macro in the QV module but the problem was that it didn't work with an OnPostReload trigger. It worked with an OnOpen trigger or if I attached macro to a button but it didn't serve my needs cause both of them are manual and I need the e-mail to be sent once a day at the same hour automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I guess I'll:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1. Check in the Community how &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QlikView Server can send emails based on QlikView data. Not sure though how, cause the only thing I have on the server is QMC that only reloads docs on schedule...&lt;/SPAN&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;"&gt;2. Check thoroughly my user privileges (if it &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;has the Log on as a batch and Log on as a service privileges&lt;/SPAN&gt;), as Jerry suggested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3. Check an option to have a certain user to be always logged on.&lt;BR /&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;"&gt;&lt;BR /&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;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 07:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631312#M1093088</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-14T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631313#M1093089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerry, can you please tell me exactly which privileges I have to grant to my user so the task will run in a "whether user is logged in or not" mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631313#M1093089</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-14T08:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631314#M1093090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I can't tell you. Our IT fixed this. Could have been the two Local policies above, but I am not sure.&lt;/P&gt;&lt;P&gt;Add them, make sure you logoff and on after the change has been made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631314#M1093090</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-05-14T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631315#M1093091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I struggled with the problem, seems that task scheduler has it's own problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution was to use another scheduler (JIT from GibinSoft). You also need to run it under an account with proper privileges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631315#M1093091</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-05-14T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Run cmd file in Windows task scheduler in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631316#M1093092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA Documents .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 09:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-cmd-file-in-Windows-task-scheduler-in-Qlikview-server/m-p/631316#M1093092</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-05-14T09:26:16Z</dc:date>
    </item>
  </channel>
</rss>

