<?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: invoke-command from Publisher in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106376#M1314176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the -Command option here: &lt;A href="https://msdn.microsoft.com/en-us/powershell/scripting/core-powershell/console/powershell.exe-command-line-help" title="https://msdn.microsoft.com/en-us/powershell/scripting/core-powershell/console/powershell.exe-command-line-help"&gt;PowerShell.exe Command Line Help&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2016 11:49:12 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-07-07T11:49:12Z</dc:date>
    <item>
      <title>invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106370#M1314163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to run a VB Script file on a remote host and trigger the exectution of this script by a Supporting Task in Publisher.&lt;/P&gt;&lt;P&gt;When i run the invoke command call from my own local PC it works as it should:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;invoke-command -asjob -computer REMOTE_HOST -scriptblock { cscript.exe "D:\VBScripts\test_2.vbs" }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same command executed from a Supporting Task in Publisher fails with this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11px; margin: 0 0 6px; color: #000000; font-family: monospace;"&gt;(2016-07-07 09:25:23) Error: Exception=System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified || at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) || at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) || at SolutionGlobal.DOSExecute.ExecuteCommand(ILogBucket i_LogBucket, String i_Command)&lt;/P&gt;&lt;P style="font-size: 11px; margin: 0 0 6px; color: #000000; font-family: monospace;"&gt;(2016-07-07 09:25:23) Error: The process didn't start&lt;/P&gt;&lt;P style="font-size: 11px; margin: 0 0 6px; color: #000000; font-family: monospace;"&gt;&lt;/P&gt;&lt;P style="font-size: 11px; margin: 0 0 6px; color: #000000; font-family: monospace;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: arial, helvetica, sans-serif;"&gt;Any idea how i can make this work - or any other approach that makes this work is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11px; margin: 0 0 6px; color: #000000; font-family: monospace;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: arial, helvetica, sans-serif;"&gt;Thanks in advance!&lt;BR /&gt;&lt;/SPAN&gt;&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/invoke-command-from-Publisher/m-p/1106370#M1314163</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106371#M1314166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user which run the publisher might not have the proper access rights to these file. Also the path might be a problem and replaced with an unc-path or maybe the drive mounted with a net use statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 10:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106371#M1314166</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-07T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106372#M1314169</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;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The user which run the publisher might not have the proper access rights to these file.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It should, as Publisher also distributes to this location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Also the path might be a problem and replaced with an unc-path or maybe the drive mounted with a net use statement.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Tried that. Made no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea how i can get this to work maybe ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 11:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106372#M1314169</guid>
      <dc:creator />
      <dc:date>2016-07-07T11:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106373#M1314171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is any security-setting which need to be enabled like it is within the user-profil in tab security to allow the execution of scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 11:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106373#M1314171</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-07T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106374#M1314173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to tell the Publisher that it should use ps to run this command. Add the full path to the ps executable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 11:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106374#M1314173</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-07T11:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106375#M1314175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! How would that path fit into the call i mentioned in my initial post ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;invoke-command -asjob -computer REMOTE_HOST -scriptblock { cscript.exe "D:\VBScripts\test_2.vbs" }&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 11:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106375#M1314175</guid>
      <dc:creator />
      <dc:date>2016-07-07T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-command from Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106376#M1314176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the -Command option here: &lt;A href="https://msdn.microsoft.com/en-us/powershell/scripting/core-powershell/console/powershell.exe-command-line-help" title="https://msdn.microsoft.com/en-us/powershell/scripting/core-powershell/console/powershell.exe-command-line-help"&gt;PowerShell.exe Command Line Help&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 11:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invoke-command-from-Publisher/m-p/1106376#M1314176</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-07T11:49:12Z</dc:date>
    </item>
  </channel>
</rss>

