Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I am using Qlik.Engine to connect to qlik sense hub using C# (The Qlik Sense .NET SDK is a development toolbox for use with applications such as Microsoft Visual Studio.).
Following is the code that I am using. When calling location.Hub(), it gives error : System.Security.Authentication.AuthenticationException: 'Ticket retrieval failed.'
Would you please help me?
Regards, Ozcan
Can't say for sure, but you probably shouldn't have "hub" as part of the url used when creating the Location instance. Unless you have a virtual proxy named "hub" that is. And you should double check the password and user info of course. You get that error if you have the wrong password. I tried it, and when I reverted back to my correct one I kept getting the same error because I had been locked out of the account due to too many logon attempts 🙄
Can't say for sure, but you probably shouldn't have "hub" as part of the url used when creating the Location instance. Unless you have a virtual proxy named "hub" that is. And you should double check the password and user info of course. You get that error if you have the wrong password. I tried it, and when I reverted back to my correct one I kept getting the same error because I had been locked out of the account due to too many logon attempts 🙄