<?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: Macro not working when executed through task in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475453#M689236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still didn't implement the error handling. But correct me if I understood you wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I do not have any code executed through a makto in excel.&lt;/P&gt;&lt;P&gt;- The code is only in the qvw&lt;/P&gt;&lt;P&gt;- It is executed fine when Im signed in, but not if a task is triggering the batch file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers chesterluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 12:32:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-05T12:32:35Z</dc:date>
    <item>
      <title>Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475447#M689230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm standing infront of a quite special problem. I have a file which is starting a skript triggered by opening this file.&lt;/P&gt;&lt;P&gt;The file is opened by a task which is opening a batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro itself starts first a batch and the it is doing some excel operations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BAT operation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MoveXLS = "D:\tasks\some.bat"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ShellApp = CreateObject("Shell.Application")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShellApp.Open (MoveXLS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.getApplication.sleep 20000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ShellApp = Nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;'Excel operation&lt;/P&gt;&lt;P&gt;XLSimport = "\\server\import.xlsx"&lt;/P&gt;&lt;P&gt;Set AppExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;AppExcel.Visible = True&lt;/P&gt;&lt;P&gt;Set objXLS = AppExcel.Workbooks.Open(XLSimport)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the file was opened through the task then the Macro is only doing the batch operation.&lt;/P&gt;&lt;P&gt;When im starting the batch manually then everything is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what is the reason for this issue.&lt;/P&gt;&lt;P&gt;Other triggers are working fine, for instance when I want to save a table in an xle format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until now it is the first time im using vb to CreateObject("Excel.Application").&lt;/P&gt;&lt;P&gt;I suppose somewhere here the root of the problem must be...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//chesterluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475447#M689230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T10:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475448#M689231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With which user runs the task - perhaps it failed because of not proper access rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 12:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475448#M689231</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-11-04T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475449#M689232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the other tasks (working on the same folder) work just fine. So I can exclude this reason..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited: I checked the user anyway. Its the same user with which I opened the .bat manually..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 12:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475449#M689232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T12:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475450#M689233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it worked - are this one or several trigger/routine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475450#M689233</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-11-04T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475451#M689234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand how you mean it.&lt;/P&gt;&lt;P&gt;Well the qvw is started throught task (which starts a batch), in the qvw there is an on open trigger which is starting some code. The code snippets i showed in the orig thread. There are some more code interacting with the excel app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found some more interesting information, but unfortunately this also didnt work for me:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/169755#169755"&gt;http://community.qlik.com/message/169755#169755&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to create some error handling and write the err.msg inside of a variable in the qvw. The results Ill post in a min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chesterluck&lt;A _jive_internal="true" href="https://community.qlik.com/message/157665#157665"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475451#M689234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475452#M689235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to put your Excel code in a vbs script and run it?&lt;/P&gt;&lt;P&gt;You can use : cscript&amp;nbsp; exceltest.vbs, your code will be in exceltest.vbs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 15:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475452#M689235</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-04T15:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475453#M689236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still didn't implement the error handling. But correct me if I understood you wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I do not have any code executed through a makto in excel.&lt;/P&gt;&lt;P&gt;- The code is only in the qvw&lt;/P&gt;&lt;P&gt;- It is executed fine when Im signed in, but not if a task is triggering the batch file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers chesterluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 12:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475453#M689236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T12:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475454#M689237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was talking about this code :&lt;/P&gt;&lt;P&gt;XLSimport = "\\server\import.xlsx"&lt;/P&gt;&lt;P&gt;Set AppExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;AppExcel.Visible = True&lt;/P&gt;&lt;P&gt;Set objXLS = AppExcel.Workbooks.Open(XLSimport)&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Put it in a vbs file and run it with cscript.exe.&lt;/P&gt;&lt;P&gt;If that doesn't work when you are not signed in, it will not work in QlikView either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 12:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475454#M689237</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-05T12:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475455#M689238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well but the question is why - I do know that it works when Im signed in and doesn't work when not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 12:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475455#M689238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T12:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475456#M689239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably because Excel needs a window. When you run the job without being logged on it runs in SYSTEM account that doesn't have a window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, creates a file. No need for a window:&lt;/P&gt;&lt;P&gt;strPath = "\\vbscript\_test.txt"&lt;/P&gt;&lt;P&gt;Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;Set objFile = objFSO.CreateTextFile(strPath)&lt;/P&gt;&lt;P&gt;objFile.Write "hello"&lt;/P&gt;&lt;P&gt;objFile.Close&lt;/P&gt;&lt;P&gt;set objFile = nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't work. Needs a window:&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&amp;nbsp; &lt;/P&gt;&lt;P&gt;Set MyDoc = MyApp.OpenDoc ("\\vbscript\test.qvw","","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some people have gotten Excel to work by creating the Desktop catalog, but not everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475456#M689239</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-05T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475457#M689240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats the err.num &amp;amp; desc:&lt;/P&gt;&lt;P&gt;462 - remote server machine not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475457#M689240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475458#M689241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll check it - sounds plausible.&lt;/P&gt;&lt;P&gt;Maybe this raw somehow creates a problem: AppExcel.Visible = true???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475458#M689241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T13:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475459#M689242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe, try to remove it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475459#M689242</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-05T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475460#M689243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XLSimport = "&lt;A href="https://community.qlik.com/"&gt;\&lt;/A&gt;\server\import.xlsx"&lt;/P&gt;&lt;P&gt;Set AppExcel = CreateObject("Excel.Application")&lt;BR /&gt;AppExcel.Visible = False&lt;BR /&gt;Set objXLS = AppExcel.Workbooks.Open(XLSimport)&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------------------------------------------------------------Parameter set&lt;/P&gt;&lt;P&gt;Set curSheet_St = AppExcel.WorkSheets(1)&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------------------------------------------------------------Clear&lt;/P&gt;&lt;P&gt;curSheet_St.Range("B4:I17").ClearContents&lt;/P&gt;&lt;P&gt;AppExcel.Sheets("Import_QV").Range("A1:F11").ClearContents&lt;BR /&gt;Set GraphNumToExport_St = ActiveDocument.GetSheetObject("CH49")&amp;nbsp; &lt;BR /&gt;GraphNumToExport_St.CopyTableToClipboard true&lt;/P&gt;&lt;P&gt; &lt;BR /&gt; &lt;BR /&gt;curSheet_St.Paste curSheet_St.Range("B4")&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So tell me once again - and forgive me for many stupid questions - how can I make this code work? You mean that this can't work: Set objXLS = AppExcel.Workbooks.Open(XLSimport)?&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;P&gt;//chesterluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475460#M689243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T13:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475461#M689244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this &lt;A href="https://community.qlik.com/message/169755"&gt;Run macro from server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;doesn't work, I can't help you. We are facing a similar problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried this?&lt;/P&gt;&lt;P&gt;Set up a scheduled task like this:&lt;/P&gt;&lt;P&gt;"c:\program files\qlikview\qv.exe" /r yourapp.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Location of qv.exe might be different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475461#M689244</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-05T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475462#M689245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;C:&lt;/P&gt;&lt;P&gt;CD C:\Program Files\QlikView Desktop\&lt;/P&gt;&lt;P&gt;Qv.exe /r D:\QlikView\Documents\sth.qvw&lt;/P&gt;&lt;P&gt;Taskkill Qv.exe&lt;/P&gt;&lt;P&gt;EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well this im doing already. The error from error handling is this&lt;/P&gt;&lt;P&gt;462 - Remote server machine not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475462#M689245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T15:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not working when executed through task</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475463#M689246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://social.msdn.microsoft.com/Forums/en-US/b81a3c4e-62db-488b-af06-44421818ef91/excel-2007-automation-on-top-of-a-windows-server-2008-x64?forum=innovateonoffice"&gt;http://social.msdn.microsoft.com/Forums/en-US/b81a3c4e-62db-488b-af06-44421818ef91/excel-2007-automation-on-top-of-a-windows-server-2008-x64?forum=innovateonoffice&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO NOT FORGET TO RESTART WINDOWS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 12:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-not-working-when-executed-through-task/m-p/475463#M689246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-06T12:54:35Z</dc:date>
    </item>
  </channel>
</rss>

