Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

On Demand first steps problem

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

http://WIN-006FPHODF1N/OnDemand/Default.aspx?template=AnalysisApp&user=a233786&EDXparms=ProductID=31...

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

1 Solution

Accepted Solutions
Not applicable
Author

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.

View solution in original post

1 Reply
Not applicable
Author

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.