<?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 Server side macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153708#M30647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[quote user="Nicolas Dubé"]running the batch file located on the server C driver, not the user C drive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the batch file need to actually *execute* on the server, or can you run on the client but use a UNC path -- &lt;A&gt;\\server\folder\batch.bat&lt;/A&gt; -- to point to the file on the server.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2009 13:18:39 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2009-11-17T13:18:39Z</dc:date>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153706#M30645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey hi guys,&lt;BR /&gt;I'm trying to run a little batch file via macro, and it works just fine... BUT it doesn't when running server side...&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;sub launchbatPlain&lt;BR /&gt;Set objshell = createobject("Wscript.Shell")&lt;BR /&gt;sCmd = Chr(34) &amp;amp; "C:\batch.bat " &amp;amp; Chr(34)&lt;BR /&gt;objshell.Run(sCmd), 0, False&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;We use the IE Plugin, how could I make the macro run server side instead of client side, e.g. running the batch file located on the server C driver, not the user C drive.&lt;/P&gt;&lt;P&gt;Thanks a bunch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 02:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153706#M30645</guid>
      <dc:creator />
      <dc:date>2009-11-17T02:45:14Z</dc:date>
    </item>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153707#M30646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using the PsExec instead of Run for details please see&lt;/P&gt;&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx"&gt;http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Talha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 03:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153707#M30646</guid>
      <dc:creator />
      <dc:date>2009-11-17T03:35:52Z</dc:date>
    </item>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153708#M30647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[quote user="Nicolas Dubé"]running the batch file located on the server C driver, not the user C drive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the batch file need to actually *execute* on the server, or can you run on the client but use a UNC path -- &lt;A&gt;\\server\folder\batch.bat&lt;/A&gt; -- to point to the file on the server.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 13:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153708#M30647</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-11-17T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153709#M30648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I once had the same problem due to the fact that we don't have the publisher enterprise, but the standard edtion.&lt;/P&gt;&lt;P&gt;The only solution I found was the following:&lt;/P&gt;&lt;P&gt;- Creating a dummy file server side with serversideexport (s. manual/API)&lt;/P&gt;&lt;P&gt;- Running a script/ program which observes the folder all the time and which executes your batch in case of a filled folder&lt;/P&gt;&lt;P&gt;- Delete the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe s.o. knows a better solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 14:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153709#M30648</guid>
      <dc:creator />
      <dc:date>2009-11-17T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153710#M30649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, well yes, it actually has to RUN on the server since the batch file uses a special program that we don't want to install client side. That's the real itching point here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DW, that's a concept, thanks for the idea, this might work as a last resort, but a more straightforward solution would be appreciated here, since this is tied up to the end user response time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 23:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153710#M30649</guid>
      <dc:creator />
      <dc:date>2009-11-17T23:02:36Z</dc:date>
    </item>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153711#M30650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any luck with this? I'm looking for a serverside macro as well.&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 09:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153711#M30650</guid>
      <dc:creator>m-wise</dc:creator>
      <dc:date>2010-01-29T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Server side macro</title>
      <link>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153712#M30651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nopte, not on my side, we've swtich to a workarround solution instead (OpenURL).&lt;/P&gt;&lt;P&gt;But still, comments on the topic at hands are very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 15:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-side-macro/m-p/153712#M30651</guid>
      <dc:creator />
      <dc:date>2010-01-29T15:18:15Z</dc:date>
    </item>
  </channel>
</rss>

