Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Webticket and authorization

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

Labels (1)
18 Replies
Not applicable
Author

Now I was faced with such a problem .

login.jpg

IP addresses are listed as trasted

Luis_Cortizo
Former Employee
Former Employee

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.

Not applicable
Author

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.

2222222.JPG
Can my information will be useful to you in further.
Thanks!

gainkarthi
Partner - Specialist
Partner - Specialist

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.

Capture.PNG

Bill_Britt
Former Employee
Former Employee

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

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
gainkarthi
Partner - Specialist
Partner - Specialist

Awesome it worked !!!!.. Thanks a lot bill !!!

Anonymous
Not applicable
Author

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

Bill_Britt
Former Employee
Former Employee

Hi,

Yes, you can use Custom Directory to login to the Qlik Application.

You will need to setup the below

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

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