Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have the following document URL
http://mySystemIP/QvPlugin/opendoc.htm?document=CustomerDashboard_gcs.qvw?vId=
Now I have created 2 users for this particular document under document CAL's
How qlikview verifies this is ana uthenticated user?
As its not poping up username and password?
but in ajax mode it pop's up for username and password.
Please kindly help ASAP.
Regards,
Prajna
Prajna, since you mentioned "but in AJAX mode" I'm assuming you're also testing in IE Plugin. By default, IE will pass the currently-logged-on user's credentials when the URL is an intranet domain. The same applies when you use AJAX mode in IE. However, if you're using AJAX mode in other browsers (e.g. Safari or Chrome) credentials are not passed automatically, so a login prompt is presented.
Hope that helps.
Vlad
Hi,
This is due to IE setting, Have a look at attached highlighted content.
If you selection the option, prompt for username and password, you will be forced to enter credentials.
Let me know if that work.
Regards
ASHFAQ
Hi,
I have made IP public... when i change the same url to ajax
http://mySystemIP/QvAJAXZfc/opendoc.htm?document=CustomerDashboard_gcs.qvw?vId=
em able to open my report as ports are opened..
but using qvplugin in url em not able to see the dashbaord over internet.
http://mySystemIP/QvPlugin/opendoc.htm?document=CustomerDashboard_gcs.qvw?vId=
Can u suggest why is it so?
As we have some logic using macro.. we are using IE.
can u help asap.
Regards,
Prajna
sorry it didnt work
Can we pass a variable value to the url in ajax mode
http://mySystemIP/QvAJAXZfc/opendoc.htm?document=CustomerDashboard_gcs.qvw?vId=
where vid is the variable whose value wem passing in the url...
its not coming for me in ajax mode..earlier in qvmode i was getting
http://mySystemIP/QvPlugin/opendoc.htm?document=CustomerDashboard_gcs.qvw?vId=
Please do help ASAP
rEGARDS,
pRAJNA
Check this
http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters
Regards
ASHFAQ
Make sure port 4747 is open and forwarded to your QVS. Then try "opendoc" URL format instead:
The "myserver" part would be replaced by your QVS name. The easiest way to get the proper URL format is by selecting View Details >> Internet Explorer Plugin from the AccessPoint.
Alternatively, you can try QVP format directly. For instance: qvp://mySystemIP/CustomerDashboard_gcs.qvw.
Vlad