Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a scenario in which my Qlikview task needs to be triggerd form big data which is a unix server. I think EDX cannot help if the other server is unix. Can anyone help me with a solution?
Regards,
Sundar
One of the challenges in EDX is that it requires intergrated Windows authentication which is difficult from unix. What I've done is install a web service on a windows machine that does the EDX call. Then call the web service from the unix box using java or any language.
The web service I've used is this one
from Stefan Walther.
-Rob
One of the challenges in EDX is that it requires intergrated Windows authentication which is difficult from unix. What I've done is install a web service on a windows machine that does the EDX call. Then call the web service from the unix box using java or any language.
The web service I've used is this one
from Stefan Walther.
-Rob
Thanks for the reply Rob.