Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am already working on QlikView on demand. Or, to be more precises, i'm trying to work with on demand app.
I have downloaded zip from this post
On Demand App Generation
I opened server in visual studio and started it. Server starts on http://localhost:49592/Default.aspx so, i open OnDemandAnalysis_Selections App in QlikView And change
to
http://localhost:49592/Default.aspx?
template=AnalysisApp&user=a233786&EDXparms=ProductID=316~OrderDate=2011…
and click Analyse.
Browser in return gave me
There was no endpoint listening at http://localhost:4799/QMS/Service that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Do I need to do anything else to run it? maybe i forgot about something?
Thanks for any replies. And sorry if i miss something obvious
Paweł Szymański
Ok, it was my lack of understanding how QlikView works. I thought C# server from that zip run his own QMS Service. It doesn't. When i changed links to QMS in config to our company QlikView qms, everything is fine.
Ok, it was my lack of understanding how QlikView works. I thought C# server from that zip run his own QMS Service. It doesn't. When i changed links to QMS in config to our company QlikView qms, everything is fine.