Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
saranrajk
Contributor II
Contributor II

SDK target system version mismatch. SDK target system version (v4.0) should match server version(v0.0)

Hi, I'm accessing the qlik from another machine where qlik sense server is installed localy ..I'm getting error suddenly what kind of error is that

1 Reply
Øystein_Kolsrud
Employee
Employee

Don't know about the v0.0 version, but you can always turn off the version check by setting the following property on your location instance: https://help.qlik.com/en-US/sense-developer/April2018/apis/net+sdk/html/P_Qlik_Engine_ILocation_IsVe...

You set it like this:

location.IsVersionCheckActive = false;