Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I used to run the trigger edx function posted by bbt (http://community.qlik.com/forums/t/18961.aspx) on Qlikview 9 perfectly.
However, I can't make it work on Qlikview 10. It stops at the command
objHttp.Send strKeyRequest
I read that the services have been merged. I am connected to http://myserver:4720/qtxs.asmx.
Any help on this topic?
Regards,
Marco
Hi Marco,
Attached is a vbs file for version 10. I cannot take credit for this, it was written by a QT collegue (thanks Michael).
You could also look into the QlikView SDK on how to use the full QMS API.
Regards,
Bjorn
Hi Marco,
Attached is a vbs file for version 10. I cannot take credit for this, it was written by a QT collegue (thanks Michael).
You could also look into the QlikView SDK on how to use the full QMS API.
Regards,
Bjorn
Thanks Bjorn! That was really helpfull!!!
I could make it run again, the Username and Password were missing... However, I had to enter a specific username and password, the null value did not work out for me.
Thanks for your help!
Marco
Hi,
I have a requirement where in I have to refresh the Qlikview documents as soon as my Datawarehouse loads are completed. I am planning to use the VB script provided to call the individual tasks (tasks will be tiggered by External event)
I have used the vb script to test the same through the command line by giving teh required parameters (task name and task password). My output in command line shows nothing and document is not refreshing.
Please provide some inputs on how to use the script.
Thanks
Narasimha
Hi,
I am using the same file to trigger an EDX from the command line. I am receiving the following error.
<result mark="" stamp="634388104620157642"><message text="Ident not found" /></result>
Could you please help me.
Thanks
Narasimha
Hi,
I'm sorry to be such an idiot, but can you please explain how I run this script from a command line? I can't see where I need to enter my specific taskname etc details.
Thank you!
Jason
Hi Jason,
I've been experimenting with EDX for a week or so. Here's how to run it -
cscript "{Enter path to your .vbs script file here}\RequestEDX10.vbs" /t:"{Enter your full task name as it appears in QEMC here}" /p:{Enter password for task here}
Please note
I hope that helps get you started.
Ben
That looks fantastic thanks Ben - I will try it asap and report back here.
Jason
Could you please explain me how to create a button which execute this EDX request ?
Thanks.
Alex.
On server , with cscript, all works fine. (thanks Ben)
But I don't know how create a button on client CAL for EDX request.
I think that Open url on server is the right way. Users work with IE plugin.
Help Help Help and thanks