Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have just set up a new Qlikview Server 9.0.7646.9 and are trying to get ajax zfc to work.
We are running to the QV Web server
We have created a simple "Hello World!" type qv application, and are trying to connect to it,
but there is a problem when the webpage calls QvsViewClient.asp,
we just get a blank page and not the qv document we expects
this is from the
QV Web server log when we call http://localhost/Demo/helloqv_ajax/default.htm:
2010-11-17 11:02:57.4723584 Information Request received [GET]: http://localhost/Demo/helloqv_ajax/default.htm
2010-11-17 11:02:57.4723584 Information Request received [GET]: http://localhost/QvAjaxZfc/htc/modal/modal.css
2010-11-17 11:02:57.4723584 Information Request received [GET]: http://localhost/QvAjaxZfc/htc/QvAjax.js
2010-11-17 11:02:57.4723584 Information Request received [GET]: http://localhost/QvAjaxZfc/htc/QvAjaxBaseMgr.js
2010-11-17 11:02:57.4723584 Information Request received [GET]: http://localhost/QvAjaxZfc/htc/QvAjaxScan.js
2010-11-17 11:02:57.4723584 Information Request received [GET]: http://localhost/Demo/helloqv_ajax/PageModifications.js
2010-11-17 11:02:57.5036092 Information Request received [GET]: http://localhost/QvAjaxZfc/htc/QvAjaxModal.js
2010-11-17 11:02:57.5192346 Information Request received [POST]: http://localhost/Demo/helloqv_ajax/QvsViewClient.asp?mark=&view=helloqv.qvw&platform=browser.MSIE 8.0
2010-11-17 11:02:57.5192346 Warning Response aborted, path=/Demo/helloqv_ajax/QvsViewClient.asp
2010-11-17 11:02:57.5192346 Information Request received [POST]: http://localhost/Demo/helloqv_ajax/QvsViewClient.asp?mark=&view=helloqv.qvw&platform=browser.MSIE 8.0
2010-11-17 11:02:57.5192346 Warning Response aborted, path=/Demo/helloqv_ajax/QvsViewClient.asp
Hello Goran,
What I've used to get that working is unchecking the "Always Anonymous" in System, Setup, QlikView WebServers, Ajax (Enterprise Management Console).
This way the browsers asks for credentials (domain\user and password) and shows the document. I'm not using any Single Sign-On solution.
Hope this helps.