<?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: Execute command issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367407#M418322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the QMC service account have access to all the resources referenced by the command (including admin level to access the hidden C$ and E$ shares)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2017 04:52:18 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-07-12T04:52:18Z</dc:date>
    <item>
      <title>Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367406#M418321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to Execute R code from 60 server and that R is installed on 140 server. With below Execute command in QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXECUTE "\\172.17.114.140\C$\Program Files\R\R-3.3.2\bin\x64\Rcmd.exe" BATCH "\\172.16.19.60\E$\sh\Sh_Changes_Portfolio\ClaimPA_IT-harshal_ErrorFree60.r"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It works fine when i manually reload qvw. but when i scheduled it on QMC its failing everytime with attached error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this. I tried executing that command from command prompt it worked. but not working through QMC.&lt;IMG __jive_id="169863" alt="Execute issue.PNG" class="jive-image image-1" src="/legacyfs/online/169863_Execute issue.PNG" style="height: 128px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 04:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367406#M418321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T04:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367407#M418322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the QMC service account have access to all the resources referenced by the command (including admin level to access the hidden C$ and E$ shares)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 04:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367407#M418322</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-07-12T04:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367408#M418323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below in Execute Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wmic /node:YourServerIP /user:userName /password:passWord process call create 'cmd.exe /c call "YourBatPath"'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 04:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367408#M418323</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-12T04:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367409#M418324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is below Execute statement correct as per your command-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE wmic /node:\\172.17.114.140 /user:QLIKSENSE\SBILSUADM /password:password process call create 'cmd.exe /c call "E:\sh\Sh_Changes_Portfolio\Fraud R code.bat"';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 06:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367409#M418324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T06:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367410#M418325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried above command but its not running R code it just pops up cmd and closes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 06:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367410#M418325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T06:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367411#M418326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all command come inside double quote &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE " Command"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 06:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367411#M418326</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-12T06:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367412#M418327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working Prashant.&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;I tried above command but its not running R code it just pops up cmd and closes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367412#M418327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execute command issue</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367413#M418328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes service ID has full rights on that file and folders on other server. I am able to run manually but through QMC its failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-command-issue/m-p/1367413#M418328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T12:16:58Z</dc:date>
    </item>
  </channel>
</rss>

