<?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: Qlikview 11 EDX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288251#M1277950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;on execution of the batch file I get "Failed to start the task due to the following error:OtherError"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview EDX group is set up on server.&lt;/P&gt;&lt;P&gt;I have applied the qms url part of parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Actually&amp;nbsp; - my bad I got it working now...&lt;/P&gt;&lt;P&gt;misplaced a . in the batch file&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,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Feb 2012 09:34:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-28T09:34:28Z</dc:date>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288248#M1277947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a discussion about how to get EDX remote task execution feature in Qlikview 11. &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2650" target="_blank"&gt;http://community.qlik.com/docs/DOC-2650&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Author did include a lot of artifacts which explained the entire new procedure. Unfortunately some of the users were not familiar with Microsoft C# projects and they were having confusion how to make use of these tools. I tried to reply there , but the thread was closed. Intension of this post is to help users who are struggling to replace their old EDX task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the abovementioned post you can find an attachment called_CommandLine_v1.exe. Extract this exe to any location of your choice. You will get following files after the extraction&lt;/P&gt;&lt;P&gt;QMSEDX.exe.config &amp;amp; QMSEDX.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of these files are essential for executing the task&lt;/P&gt;&lt;P&gt;Following is the syntax for using the exe file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// Commandline call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qmsedx -task=name [-qms=qmsaddress] [-password=pwd] [-variablename=vname] [-variablevalues=vvalues] [-timeout=timeout] [-pollinterval=interval] [-verbosity=verbosity]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// Arguments:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -task [REQUIRED]: The name or id of the task to execute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -qms [OPTIONAL]: The address of the qms. Default is the local host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -password (-pwd) [OPTIONAL]: The password required to execute the task, if set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -variablename (-vn) [OPTIONAL]: The name of the variable to pass on to the task, if set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -variablevalues (-vv) [OPTIONAL]: A semicolon separated list of values of the variable to pass on to the task.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -timeout (-to) [OPTIONAL]: How many seconds to wait for the task to finish. Default value is one minute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -pollinterval (-pi) [OPTIONAL]: How often to check the status of the task. Default value is every five seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -verbosity [OPTIONAL]: The level of output, 0-5. 0 will not produce any output and 5 is the most verbose.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;I copied both these files to a server and created a .bat file with following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\Username\Desktop\qmsedx -task="DEV SAP BW ScriptBuilder" -password=123.&lt;/P&gt;&lt;P&gt;(In order to create a bat file, just write your argument in the notepad and save it with extn .bat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i executed it using command line and&amp;nbsp; the task executed in my publisher. Read the whitepaper that is attached in the previous post for more information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the EDX task execution feature went away with 11, it is still easy to execute the task from an external system. &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/Qlikview-11-EDX/m-p/288248#M1277947</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288249#M1277948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got this working via a buuton in my .QVW but it only works for me (I'm the server admin so I have full rights). It doesn't work for other users when they open the .QVW from the Accesspoint. I've added those users to the server groups QlikView EDX and QlikView Management API, but it's still no go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 02:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288249#M1277948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T02:37:17Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288250#M1277949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. I just didn't have security set up on the share where the .bat file is located.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 03:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288250#M1277949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-16T03:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288251#M1277950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;on execution of the batch file I get "Failed to start the task due to the following error:OtherError"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview EDX group is set up on server.&lt;/P&gt;&lt;P&gt;I have applied the qms url part of parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Actually&amp;nbsp; - my bad I got it working now...&lt;/P&gt;&lt;P&gt;misplaced a . in the batch file&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,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 09:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288251#M1277950</guid>
      <dc:creator />
      <dc:date>2012-02-28T09:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288252#M1277951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to implement EDX on QVS11 without Publisher license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the white paper, it mentioned that I need to pass the name of qvw file instead of the task if there is no publisher license. I tried to enter the qvw file in the bat file but it said: Task not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My syntax in bat file:&lt;/P&gt;&lt;P&gt;D:\QVforFun\EDX\QMSEDX_CommandLine\qmsedx -task="Reload Check - Every 25th.qvw" -password=" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using task name as shown on QMC but received the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what should be the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to change anything in QMSEDX.exe.config file? I can see that it has a HOSTNAME in the endpoint address. Should HOSTNAME be replaced by my server name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 08:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288252#M1277951</guid>
      <dc:creator />
      <dc:date>2012-02-29T08:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288253#M1277952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi minority,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had some problems getting this to work at first.&lt;/P&gt;&lt;P&gt;Are you running this on the server where you have qlikview server installed?&lt;/P&gt;&lt;P&gt;Have you created the Qlikview EDX group on the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax looks ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are running from a remote PC on your network try adding the -qms"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;yourservername&amp;gt;:4799/QMS/SERVICE" parameter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default is localhost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 09:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288253#M1277952</guid>
      <dc:creator />
      <dc:date>2012-02-29T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288254#M1277953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running on my local laptop, windows 7 with QVS 11 installed.&lt;/P&gt;&lt;P&gt;I've assigned my login to QlikView EDX group. It's already in Qlikview Administrator group too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you modify QMSEDX.exe.config file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 03:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288254#M1277953</guid>
      <dc:creator />
      <dc:date>2012-03-01T03:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288255#M1277954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Minority,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not changed the config, but I think it's picking its default values from here, which would be local host.&lt;/P&gt;&lt;P&gt;We have an dedicated server for Publisher, so I added the -qms parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you could try adding a dummy password on the task. &lt;/P&gt;&lt;P&gt;I have not tried without a password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one thing actually, change the taskname in QVS, remove all spaces. I had issues getting it to work using spaces in the taskname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 06:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288255#M1277954</guid>
      <dc:creator />
      <dc:date>2012-03-01T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288256#M1277955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the qvw resides in a mounted folder, you have to include the folder name as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-task='mountedFolderName/myqvw.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288256#M1277955</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-03-01T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288257#M1277956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many many thanks Rob and Alex...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found out that mounted folder name with space doesn't work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 10:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288257#M1277956</guid>
      <dc:creator />
      <dc:date>2012-03-01T10:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288258#M1277957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My FeedBack :&lt;/P&gt;&lt;P&gt;_I had to unlock the port 4799 on the server machine (even distant machine)&lt;/P&gt;&lt;P&gt;_I do not need to create the 2 groups: “QlikView Management API”, “QlikView EDX” (Domain admin).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288258#M1277957</guid>
      <dc:creator />
      <dc:date>2012-03-13T14:38:18Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288259#M1277958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great work!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do the similar thing. But i am not sure what is going wrong??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Device is not ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288259#M1277958</guid>
      <dc:creator />
      <dc:date>2012-03-13T17:33:17Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288260#M1277959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've spent a good amount of time searching on how to implement EDX for QlikView 11 and this post along with the whitepaper seem like the best sources of info.&amp;nbsp; However, I'm still having issues getting this to work.&amp;nbsp; I have been trying to get the following line to run from a .bat file from our QlikView Server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E:\ProgramData\QlikTech\Documents\Loader\EDX\qmsedx -task="E:\ProgramData\QlikTech\Documents\Loader\DailySalesLoader2.qvw" -password=123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the error "TaskNotFound".&amp;nbsp; I've taken all of the following steps to try and get around this error without any luck:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - removed all spaces from the qvw path and filename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - ensured I have QlikView Administrator privelegdes as well as having these priveledges on the document folder&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and the folder the .bat file is located in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - ensured that port 4799 is open on our server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - select reload on external event in qmc with password 123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm at a loss as to what to do next - any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288260#M1277959</guid>
      <dc:creator />
      <dc:date>2012-03-20T20:31:59Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288261#M1277960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are giving the actual document name in task :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;task="E:\ProgramData\QlikTech\Documents\Loader\DailySalesLoader2.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Instead of this give the task name used in QMC like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;-task="Reload of QVD_Loaders\task1.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Ruby&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288261#M1277960</guid>
      <dc:creator />
      <dc:date>2012-03-20T20:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288262#M1277961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use the full file path in the task value. Just the "server path". For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the document is in the root folder:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;task="DailySalesLoader2.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;- if the document is in the mounted folder named "Loader".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;task="Loader\DailySalesLoader2.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288262#M1277961</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-03-20T20:41:38Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288263#M1277962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ruby &amp;amp; Rob -&amp;nbsp; &lt;/P&gt;&lt;P&gt;I really appreciate the fast response.&amp;nbsp; I ended up using &lt;/P&gt;&lt;P&gt;-task="Loader/DailySalesLoader2.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that if you select a task in the status tab of qmc and show task details, this is the exact path/doc given under 'document'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 21:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288263#M1277962</guid>
      <dc:creator />
      <dc:date>2012-03-20T21:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288264#M1277963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please take a look at the usage of the qmsedx. Here I could see that you are trying to reference the qvw. The task parameter should reference the &lt;STRONG&gt;name of the task in the publisher.&lt;/STRONG&gt; Not the qvw location&amp;amp;name .&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 14:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288264#M1277963</guid>
      <dc:creator />
      <dc:date>2012-03-21T14:04:31Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288265#M1277964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I actually do not have publisher so is this task name something I may not be seeing?&amp;nbsp; When I look in the QMC and select a task and show task details - under task details, there is a Name and Document.&amp;nbsp; When I use the Name as the task 'Reload of DialySalesLoader2.qvw', I get the TaskNotFound error returned.&amp;nbsp; When I use the Document given under task details 'Loader/DailySalesLoader2.qvw', the reload is successfully initiated.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288265#M1277964</guid>
      <dc:creator />
      <dc:date>2012-03-21T16:16:19Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288266#M1277965</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;&lt;/P&gt;&lt;P&gt;i have the same problem like bgarland :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"I've got this working via a buuton in my .QVW but it only works for me (I'm the server admin so I have full rights). It doesn't work for other users when they open the .QVW from the Accesspoint. I've added those users to the server groups QlikView EDX and QlikView Management API, but it's still no go."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;His solution was: &lt;/P&gt;&lt;P&gt;"Got it. I just didn't have security set up on the share where the .bat file is located."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, how the security should be set. Can you explain it in more detail please?&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,Aylin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288266#M1277965</guid>
      <dc:creator />
      <dc:date>2012-03-22T13:44:10Z</dc:date>
    </item>
    <item>
      <title>Qlikview 11 EDX</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288267#M1277966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup a solution similar to what you suggested.&lt;/P&gt;&lt;P&gt;We had the exact setup previously with a button, reading the parameters from a settings file on the server during the qvw load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have done, &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;created a VBA application&amp;nbsp; copying the QMSEDX.exe to local machine and executing of clients local machine,because QMSEDX.exe need to be executed on local machine to work.&lt;/LI&gt;&lt;LI&gt;Changing the parameters in the settings file on server, pointing to this xlsm instead of the http request.&lt;/LI&gt;&lt;LI&gt;re-using same shares as previously.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This as I'm not confortable with programming in .NET - sadly I don't have the skills - yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 08:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-11-EDX/m-p/288267#M1277966</guid>
      <dc:creator />
      <dc:date>2012-03-23T08:59:51Z</dc:date>
    </item>
  </channel>
</rss>

