Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
On the local computer webtickets generated and hosted there.
http://qv11/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/opendoc.htm?document=DZ_dev.qvw&bac...The remote name could not be resolved: 'qv11'
How to solve this problem? And what is that?
Thank you so mu
Now I was faced with such a problem .
IP addresses are listed as trasted
Does the user you're using to request the ticket belong to the QlikView Administrators group?
Deploying a WebTicketing solution implies that we are indicating QlikView to trust a different validation source (the system that is asking for the ticket).
As it wouldn't be acceptable that any user that knows the URL of the Server would have access to a ticket and therefore accessing the system, we need that the user asking for access belongs to a Windows group that Administrators manage (QlikView Administrators).
Besides that, the URL that you are sharing with us does not have the ticket code in it, have you followed the steps that bbt has shared with us? What is the output of that?
Hope it helps.
Best regards.
Thank you so much otklinulis to my problem and propose a solution to solve it.
My problem was solved changing the Log Location . Was Login page by default , but I changed to an alternative login page , and my problem was gone.
Can my information will be useful to you in further.
Thanks!
Hi Bill,
Looks like we get the error in QV12. It was working fine in QV11.
Please find the attached error. Please let me know if you come across this issue and having new URL for QV12.
Hi,
There were code changes, but I am not 100% sure as to what. However, I did find this.
To get it back to working in 12, you need to follow this article by Microsoft: https://msdn.microsoft.com/en-us/library/hh882339(v=vs.100).aspx
By adding this snippet of code to the web.config for the ajaxzfc web site:
<system.web>
<httpRuntime requestValidationMode="2.0" />
<pages validateRequest="false" />
</system.web>
Bill
Awesome it worked !!!!.. Thanks a lot bill !!!
Hi
This is was the great post
But can we access the custom directory users to login into the qlik view application.
We are unable to access the dashboards in the server.
Can we increase the session time for that.
Thanks
Hi,
Yes, you can use Custom Directory to login to the Qlik Application.
You will need to setup the below
Bill
thanks Bill for you quilck response.
I have a builtin application from which we are login into the QlikView by using the Web Ticketing before login into the QlikView it has check the user has the permission to the respective Dashboard or not.
In this scenario we want to use the Customer Users. Can you please help
Thanks