Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
We want to run a scheduled task of Qlikview Server using EDX with Talend ETL (we have not license for Publisher). For that, we have created manually the local user group QlikView EDX to add a service user which we use to run Talend. In addition, we have added this user to the group QlikView Administrators.
The command of .bat executed is the following:
QMSEDX.exe -qms="http://xxxx:4799/QMS/Service" -task="TALEND/xxxxx.qvw" -password="12345678"
If we run it using our local user it works fine. But when we try to run it using TALEND and the service user, it doesn't work with this error:
Unhandled Exception: System.ServiceModel.FaultException: Authorization failed for user XXXXXX, required access level is QlikViewEDX
As I mentioned, we have added the user which should run the .bat file in Qlikview EDX and Administrators groups. and we have restarted all QlikView services. Please, could you tell me if is there any extra configuration needed?
Thanks in advance,
Cheers
Which version of QlikView are you running on your server?
Hi
We use Qlikview server 11.20.
Thanks
Hi,
I have the same problem. Did you resolve it?
Thanks
Hey José
Yes, I got it. Please, ask me if you have any doubt:
I have wrote a little guide in my blog (spanish), you can check it here: http://www.n4gash.com/2018/ejecutar-tarea-qlikview-server-linea-comandos-cmd/
your directory\QMSEDX.exe
-qms="http://yourserver:port/QMS/Service"
-task="FOLDER OF QV'S DOCUMENTS/document name.qvw"
-password="12345678"
-verbosity=5
For example:
C:\QMSEDX\QMSEDX.exe -qms="http://server.company:4799/QMS/Service" -task="REPORTS_COMPANY/My Report 2018.qvw" -password="12345678" -verbosity=5
Remember, you need to download QMSEDX. We're running version 11, you can find it here (at bottom): Using EDX in QlikView 11
Cheers