Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
We are have a java application from that we want to login into the qlikview application. Can you please guide us.
Hi Ramakrishna,
Please refer the below link for your reference and try it.
ok. I have created the users in the custom directory assume that the user name is "Demo". When we do normal login method for that user we are able access the dashboards.
Great, Here have you link up the AD Users to the Web Ticket Service Note? And does this Account created as Admin / User. If it is admin, You need to set up using Locals and Groups and each group you can create number of Account Users as request with Passcodes.
thanks Kalyan
Its was great. I want to integrate the Custom directory users with the web ticketing so that when the user logins from the 3rd party application into the Qlikview then he need to access the dashboards who has the right to access the dashboard.
ok Fine super.
I don't know how to look up Active Directory users to the web ticketing. Can you please know me how to do that.
Demo user is the normal user.
I noted this in future and Bookmarked as I'm the fan of Bookmark. Can we wait till pcammaert reply as he is more expertise in Server rather mine(Development)..
thank you so much
some extent we have achieved that.
when we are requesting the GetWebTicketing.aspx it is giving the session id for the requested user but it is not checking weather the user exists in the Qlikview server
some extent we have achieved that.
when we are requesting the GetWebTicketing.aspx it is giving the session id for the requested user but it is not checking weather the user exists in the Qlikview server
We are facing an issue with users in web ticketing.
We want to doing the SSO using the web ticketing. We have a inbuilt application from that we want to access the QlikView Dashboards
We have the list of users in the inbuilt in application all the users will not have the access to the QlikView application, so when the QlikView valid users login into the application then he need to access the respective dashboards.
For the above scenario we are using the webticketing,
GetWebTicketing.aspx is placed in the QlikView installed path and Enabled in the DMS mode.
When the below URL is used it is generating the unique ID for a session
<Global>
<_retval_>TnnV5ZSH9VKClw0cc/nDWZGWH/+UNYjVQjKg2jIq</_retval_>
</Global>
If we pass the ID in the url we are able to access the Qlikview and it is not check whether the user has the right to access the Qlikview or not.
Upto here everything is fine.
I have 2 users in the Assigned User Cals , we are able to login with that users with QlikView Server login but when we are login with SSO (Web ticketing) one user is able to able to access the dashboards and for another user it is showing and error
Access denied! The server (QVS) has no USER CAL for your account. Please contact your system administrator!
Thanks