<?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: QV-application not running properly as scheduled task on Windows Server 2008 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248427#M497488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you!! Adding the folder solved the problem! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2011 07:42:44 GMT</pubDate>
    <dc:creator>dasilva</dc:creator>
    <dc:date>2011-11-17T07:42:44Z</dc:date>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248420#M497481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a bit of an unorthodox setup that I've started having problems with since we upgraded from Windows Server 2003 to Windows Server 2008 some weeks ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scheduled task that runs once per week that starts a QV-app while also giving it an input-parameter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /vexParam=1 "C:\QlikView\Data\App.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the input-parameter does is trigger a macro that uses VBA to open a hidden instance of Excel, build and save a couple of Excel-files and finally shut the QV-app down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Windows Server 2003 this ran perfectly. No problems at all. But on Windows Server 2008 it will only run if I choose the option "Run only when user is logged in" and remain logged in on the server while it runs. What I want is to have it work with the option "Run whether user is logged in or not" but when I try that it behaves strangely. The QV-app starts in the background - I can't actually see it but I'm watching the processes work in Task Manager - and I can see that it starts the hidden instance of Excel and starts doing some work. A couple of minutes later, which is the point where it should be saving the first Excel-file from within the macro, the QV-app just exits and the Task Scheduler claims that "The operation ran successfully". However, no Excel-files have been created so I'm thinking the QV-app actually crashed and never told the Scheduler about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really wracking my brain (and Google) trying to find the solution to this and I find it really odd that everything works if I just choose the "Run only when user is logged in"-option since if it was a permissions problem I'm thinking it wouldn't work that way either since either way it runs using my login and credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have very limited experience with Windows Server 2008 (basically none) so I'm pretty much at an end here and don't know where to go from here. Anybody have a clue as to what is tripping me up here? I'm really starting to get desperate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, and I'm sure there's a "better" way to do this but that is outside of the scope of this question, we're not looking to change the setup at this point. We just want it to start working again like it did before we switched servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248420#M497481</guid>
      <dc:creator />
      <dc:date>2011-10-14T06:23:01Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248421#M497482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thedanlof&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please take note that '/r' option should be present in batch command to trigger reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;/r&lt;/STRONG&gt;&lt;/SPAN&gt; /vexParam=1 "C:\QlikView\Data\App.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have Qlikview server, definitely you can schedule it on server with input parameter configured as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mingming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248421#M497482</guid>
      <dc:creator />
      <dc:date>2011-10-14T07:33:58Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248422#M497483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried adding the /r option but all that did was cause the entire job to hang, i.e. I would see the processes (qv.exe and EXCEL.EXE) pop up in the task manager, start working and the after a couple of minutes just stop and "stay put" seemingly no longer doing any work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a QlikView server but I can't find the option to configure input parameters in the Management Console.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248422#M497483</guid>
      <dc:creator />
      <dc:date>2011-10-14T08:39:46Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248423#M497484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever figure this issue out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen similar issues on our side within the past two weeks - file creation (an export/print to PDF macro) setup suddenly 'hang up' at the point where it would write the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've confirmed the line directly before works fine, but the PDF generation does not.&amp;nbsp; Not exactly the same issue, but similar behavior/results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 19:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248423#M497484</guid>
      <dc:creator />
      <dc:date>2011-10-20T19:38:23Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248424#M497485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After trying a bunch of different things over a couple of weeks I tried a couple of things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running the command with, and without the /NoSecurity flag&lt;/P&gt;&lt;P&gt;(in your situation):&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /vexParam=1 /NoSecurity "C:\QlikView\Data\App.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.. and also, I tried kicking the job off (while configured to run as '... whether logged in or not') as another user who is setup as an admin on that same system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing this, for some bizarre reason, the job runs fine again as the intended user, and whether they are logged in or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No idea why or how, but this resolved my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 20:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248424#M497485</guid>
      <dc:creator />
      <dc:date>2011-10-20T20:53:59Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248425#M497486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turns out most of our problems were caused by the way scheduled tasks run in Windows Server and the specifics of the running macro. The macro attempts to configure a report by manipulating the QlikView-GUI. This is not possible when a task runs "headless" without a logged in user since when no user is logged in no GUI is ever created by the OS (no "desktop-object" exists to hold GUI-components), thus the macro would fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248425#M497486</guid>
      <dc:creator />
      <dc:date>2011-11-14T09:09:24Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248426#M497487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem with my migration, the problem come from Office and not from Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To work, Office needs a Desktop folder (why? ... good question!).&lt;/P&gt;&lt;P&gt;And on Windows 2008 there is no Desktop folder if you are not logged in, so you have just to create one and it will work fine !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Windows 2008 Server x64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please make this folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Windows\SysWOW64\config\systemprofile\Desktop&lt;/P&gt;&lt;P&gt;- Windows 2008 Server x86&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please make this folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Windows\System32\config\systemprofile\Desktop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, to run the macro I use this command: qv.exe /vParam=1 /NoSecurity App.qvw&lt;/P&gt;&lt;P&gt;But I don't know if the /NoSecurity flag is really usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 16:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248426#M497487</guid>
      <dc:creator />
      <dc:date>2011-11-16T16:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248427#M497488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you!! Adding the folder solved the problem! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 07:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248427#M497488</guid>
      <dc:creator>dasilva</dc:creator>
      <dc:date>2011-11-17T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248428#M497489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;davidbertet wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Windows 2008 Server x64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please make this folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Windows\SysWOW64\config\systemprofile\Desktop&lt;/P&gt;&lt;P&gt;- Windows 2008 Server x86&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please make this folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Windows\System32\config\systemprofile\Desktop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, FYI, on Windows 2008 R2 it seems you have to add both these folders!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248428#M497489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-30T09:44:16Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248429#M497490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This is a well-documented issue in Windows Server 2008......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, despite suggestions in the many threads out there, I still can't get Windows Scheduler to run a bacth file which opens a qvw with an OnOpen trigger to run a macro using "run whether user is logged on or not". If a user has to be logged on for it to work, it's quite useless!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure other QV developers have encountered this issue - there's plenty of threads on the forum discussing using a batch file to trigger a macro - so, please could someone using Windows Server 2008 advise on how to configure the task, qvw, macro etc. to make it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to confirm, manually opening the batch file triggers the macro correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 15:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248429#M497490</guid>
      <dc:creator />
      <dc:date>2012-04-04T15:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248430#M497491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I once had a logged on/logged off-type of problem, which you can read about &lt;A _jive_internal="true" href="https://community.qlik.com/thread/40858"&gt;here&lt;/A&gt;. Anyway, in my case the solution was to add waitForIdle and/or sleep statements to the macro code, since QV otherwise executed all the macro statements before the graphics had been properly rendered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may not be helpful in your case, but then again, it might... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248430#M497491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-10T08:05:11Z</dc:date>
    </item>
    <item>
      <title>QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248431#M497492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, my problem was due to security which I solved by adding /NoSecurity to the batch file (+ configuring the Windows Scheduler task using advice found here: &lt;A href="http://social.technet.microsoft.com/Forums/en-US/winservermanager/thread/d47d116e-10b9-44f0-9a30-7406c86c2fbe"&gt;http://social.technet.microsoft.com/Forums/en-US/winservermanager/thread/d47d116e-10b9-44f0-9a30-7406c86c2fbe&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, that's a very useful thread. I'm sure I would have encountered that problem at some point and hadn't considered rendering time. Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 09:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248431#M497492</guid>
      <dc:creator />
      <dc:date>2012-04-10T09:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248432#M497493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys it seems you have found a solution through adding 2 Desktop -folders. unfortunately its not working in my case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Please have a look on &lt;A _jive_internal="true" href="https://community.qlik.com/message/416519#416519"&gt;http://community.qlik.com/message/416519#416519&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 13:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248432#M497493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248433#M497494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, with your help we solved our problem!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 15:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/248433#M497494</guid>
      <dc:creator>nahuelcanete</dc:creator>
      <dc:date>2015-01-29T15:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: QV-application not running properly as scheduled task on Windows Server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/1746657#M497495</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;It works fine, now macros are creating &amp;amp; saving excel files. But still one problem left, unable to send emails through outlook using macro, when I am selected option as USER LOOGED IN, ITS WORKING FINE.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 06:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-application-not-running-properly-as-scheduled-task-on-Windows/m-p/1746657#M497495</guid>
      <dc:creator>PrashantRajpoot</dc:creator>
      <dc:date>2020-09-24T06:47:41Z</dc:date>
    </item>
  </channel>
</rss>

