Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
amaaiia
Contributor III
Contributor III

Qlik Sense Enterprise .Net SDK local connection

Hi!

I have a piece of code in .Net that creates a connection with a remote Qlik Sense server and does some stuff. It works well when I execute the code from a remote machine. If I use this code on the system where Qlik Sense Enterprise is running, I get an error: Ticket retreival failed. 

I guess it's because I am using

remoteQlikSenseLocation.AsNtlmUserViaProxy(isHTTPs, new System.Net.NetworkCredential(user, password), true);

 to create the connection.

How can I create the connection to Qlik Sense from localhost?

Labels (1)
2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

When you create the location. are you using "localhost" or the same dns name you use when you connect remotely? If localhost, try using the DNS name. 

-Rob

amaaiia
Contributor III
Contributor III
Author

I'm using the same name as when I connect remotely