Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to write an EDX exe after upgrade to QV11

Hi,

We have recently upgraded the test environment to QV11 and are unable to get the EDX trigger to work. We use Oracle databases and after a lot research, I have realised that we need an exe to initiate the task. Unfortunately, the person who wrote the original EDX trigger no longer works here and I am a novice when it comes to C#. Can any one provide me with step by step instructions on how to create the exe in Visual Studio 10? I have downloaded the QMSEDX 1.0.3 and source but I am struggling with where to enter the parameters etc etc....

Any help would be greatly appreciated.

2 Replies
alan_richmond
Creator
Creator

Hi,

Have you received a reply,

we have the same issue now with QMSEDX with Qlikview 12

Regards,

Alan

dapostolopoylos
Creator III
Creator III

This is what i did and it worked...

  1. I downloaded EDX version 1.0.4 for QlikView 12 (attached)
  2. Created two new local groups named "QlikView EDX" and "QlikView Management API" in where i added the user that runs the Qlik Services and the tasks on Publisher
  3. Created a task in QMC triggered from an external event
    Untitled.png
  4. Created a batch file that triggers the EDX task with that syntax:

    D:\KickFlow\EDX\qmsedx -task="Reload of Closing Balance.qvw"

    exit

Everything worked like a clock...

Father/Husband/BI Developer