Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Blank ajax page

Hi.

Attempting to get my my first AJAX pages running. All seems fine, except that when I startup the page from my browser, it just displays a blank page. No error messages.

Tried lots of things (e.g. simplifying the model, rechecking all settings, different browsers etc.)

Check it out at http://174.129.195.126/bd_ajax/

Any pointers to the source of the problem?

3 Replies
Not applicable
Author

Either the webserver or IIS isn't running or you don't have qvs installed on the machine.

Tips:

Use fiddler for to see the communication ( http://www.fiddler2.com/fiddler2/ ).

Try http://174.129.195.126/QvAJAXZfc/QvsViewClient.asp?cmd=<Global%20method='GetAuthenticatedUser'/>

Should give you the current user.

chrisbrain
Partner - Specialist II
Partner - Specialist II

If you turn on script debugging in IE you do get popup error saying:

Error: 'Qva' is undefined

And looking at the request in Fiddler confirms this - it appears that there is no path to /QvAjaxZfc/htc/ from the root of your website under which all the JavaScript and css files which support the ZFC are located.

When you install QVS this should be set up automatically but it's possible that they are pointing to a different website on your server or, as the previous posted suggests, QVS isn't installed at all.



beeido.com - BI | Software | Qlik Integration Services
GitFirst - A CI/CD solution for Qlik Sense
Not applicable
Author

This also will not work if you do not have qlikview server running on the machine. If you are generating the ajax page based off the personal/developer version it will not run as it should without server.