Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mohamed_ahid
Partner - Specialist
Partner - Specialist

Need help to implement EDX on qlikview server 12

Hello,

I need please to implement EDX on my qlikview server 12 . (a button to launch the task)

I have serached on qlikview community and also googling but didn't find something clear  .

any one have an exemple how to do that and when to download the edx EXE file ?

 

thanks

 

4 Replies
Josh_Berg_Support

Where do you want the button that will launch the task, on the Accesspoint or somewhere else?  EDX is simply using another program or event to trigger Qlikview jobs, see here.  Can you please provide more detail as to what you're trying to accomplish with EDX?

 

Thanks,

Josh

Qlik Support

To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

Hi ,

Tank you for your help,

I'm trying to use edx on à dashboard  .The aim is getting task running by pushing a simple button .

 

But lets start from the begining .My first step is just to launch EDX on server 12.0 .I have tried like mentionned here but no way .So i have googled and i found that maybe the availabe version of EDX  on the internet is dedicated for qlikview server 11 .

 

The error i'm getting is :

Failed to create a client to the specified Uri.
The message with Action 'http://ws.qliktech.com/QMS/11/IQMS/GetTimeLimitedServiceKey' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).

Exception non gérée : System.ServiceModel.ActionNotSupportedException: The message with Action 'http://ws.qliktech.com/QMS/11/IQMS/TriggerEDXTask' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).

Server stack trace:
à System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
à System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
à System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
à System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
à System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
à System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
à System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
à QMSEDX.QMSAPI.IQMS.TriggerEDXTask(Guid qdsID, String taskNameOrID, String password, String variableName, List`1 variableValues)
à QMSEDX.QMSAPI.QMSClient.TriggerEDXTask(Guid qdsID, String taskNameOrID, String password, String variableName, List`1 variableValues)
à QMSEDX.Program.TriggerTask(IQMS qms, String task, String password, String variableName, List`1 variableValues)
à QMSEDX.Program.TriggerAndMonitorTask()
à QMSEDX.Program.Main(String[] args)

C:\Users\PMAD09191>

 

Brett_Bleess
Former Employee
Former Employee

Given your initial description, have a feeling the following is likely what you are trying to do:

https://community.qlik.com/t5/QlikView-Documents/Triggering-an-EDX-Task-from-the-Ajax-Client/ta-p/14...

The original QMSEDX post is here:

https://community.qlik.com/t5/QlikView-Documents/Using-EDX-in-QlikView-11/ta-p/1478952

Source code and everything should be there.

Here is a link to the QMS API area:

https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/7b30b3a1-77da-4bbe-bdc2-1...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

Thank you guys .