Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
nandhuvji
Contributor
Contributor

Not able to execute QMSEDX on QV server

I am not able to trigger tasks via EDX in QMC. Please let me know, what i am missing or is there anything wrong in the  steps that i followed.

I have downloaded QMSEDX_CommandLine_v1 from Using EDX in QlikView 11  and configured the tasks in QMC as below

1. Task set to schedule on External Event in QMC

2. Entered password for the task

3. Downloaded QMSEDX_CommandLine_v1 from Using EDX in QlikView 11 and extracted the file s to to C:\Program Files (x86)\QMSEDX_CommandLine

4. Created batch file to trigger the task and saved the bacth file in C:\Program Files (x86)\

Batch file script :

"C:\Program Files (x86)\QMSEDX_CommandLine_v1\QMSEDX.exe" -task="Report Name.qvw" -qms="QVServerName"  -password="XXXX"

5. I ran the batch scrip by double clicking on the file / right click run as administrator. The command line pop up page flickers and immediately disappeared.

6. The task did not run in QMC

Atatched is the screen shot of QMSEDX output.

Note : i have included QMSEDX path in environment variable

1 Solution

Accepted Solutions
dionverbeke
Luminary Alumni
Luminary Alumni

I never use the config. the mistake is in your commandline not the config

this is what I use for a mounted folder MOUNTED and a document Sanofi.qvw:

QMSEDX -task="MOUNTED/Sanofi.qvw" -password=Deloitte -verbosity=5 -qms=http://vm:4799/QMS/Service

Dion

View solution in original post

6 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

If the screenshot is from the experiment I asked you to perform, then try again but this time put the entire program path between double quotes, e.g. start with

C:\> "C:\Program Files...QMSEDX.exe" ... and so on

nandhuvji
Contributor
Contributor
Author

Program path has been placed between double quotes. Still the task did not run.

Attached  screenshot of Output message and QMSEDX.Config file

dionverbeke
Luminary Alumni
Luminary Alumni

Might be the obvious, but is the userid it is running under part of the Qlikview Management API group?

is the servername defined as an URL? http://servername:4799/QMS/Service?

Reading the error I think it is the last one...

Dion

nandhuvji
Contributor
Contributor
Author

Running as Administrator. Server name defined correctly in config file. Attached the same FYR

Anand

dionverbeke
Luminary Alumni
Luminary Alumni

I never use the config. the mistake is in your commandline not the config

this is what I use for a mounted folder MOUNTED and a document Sanofi.qvw:

QMSEDX -task="MOUNTED/Sanofi.qvw" -password=Deloitte -verbosity=5 -qms=http://vm:4799/QMS/Service

Dion

nandhuvji
Contributor
Contributor
Author

Thanks Dion !!

Below command worked for me

QMSEDX -task="taskname.qvw" -password=Deloitte -verbosity=5 -qms=http://vm:4799/QMS/Service