Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
salezian
Creator
Creator

QMSEDX.exe and qvw file

Hi Everyone

I'm trying to run reload of one of my qvw file using qmsedx. But it always ends up with "task not found" error.

I'm launch it using following syntax:

QMSEDX.exe -task=File1.qvw -password=Pass1

What I'm doing wrong ?

regards.

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

I´ve copied this command from our server (without Publisher), is working here

QMSEDX.exe -task="Santander/Portal de Relatorios.qvw" -password=!@!!#%%

where

Santander - > is the path

Portal de Relatorios.qvw -> name of qvw

View solution in original post

14 Replies
Anonymous
Not applicable

What is your task name? do you see it properly in the Source Documents tab?

Clever_Anjos
Employee
Employee

Probably you have you File1.qvw under a folder, right?

Your path must be in the command line

This path must be QlikView Server root folder relative

Anonymous
Not applicable

If I remember correctly, you have to provide task name, not the qvw file name.

salezian
Creator
Creator
Author

Yes File1.qvw is under folder. Where can I found QVServer root folder ?

Not applicable

Michael is correct. You need to use the task name as it appears in publisher - do not use spaces - not the qvw file name.

Clever_Anjos
Employee
Employee

You must inform root relative.

Check this picture below

"Golf Quest" is /"Golf Quest.qvw"

"Gera QVD - Cronogramas" is "/Extratores/Gera QVD - Cronogramas.qvw"

Capturar.PNG.png

Not applicable

You should type the name of the taskname. So if it is called Reload of file1, then it should be name Reload of file1 - Otherwise rename your taskname

salezian
Creator
Creator
Author

Thanks for your answers. Quotation from documentation:

"EDX can be used without a QlikView Publisher license. Simply pass the name of the

QVW instead of a task name and the reload schedule of the QVW will run." But still using QMSDEX and providing qvw file as parameter I got error "Task not fount".

Regards.

Clever_Anjos
Employee
Employee

I´ve copied this command from our server (without Publisher), is working here

QMSEDX.exe -task="Santander/Portal de Relatorios.qvw" -password=!@!!#%%

where

Santander - > is the path

Portal de Relatorios.qvw -> name of qvw